📜  discord gray hexcode (1)

📅  最后修改于: 2023-12-03 15:14:41.530000             🧑  作者: Mango

Discord Gray Hexcode

Discord Gray Hexcode is a hexadecimal color code used by Discord, a popular communication app for gamers and communities.

The exact code is #99aab5, which translates to RGB values of (153, 170, 181) and a CMYK breakdown of (15.5%, 6.4%, 0%, 29.8%). This color is often used as a background color for text channels and server settings in Discord.

As a programmer, you may need to use this color in your design projects or web development. Here's how you can use the Discord Gray Hexcode in CSS:

.my-element {
  background-color: #99aab5;
}

You can also use this code in graphics software like Adobe Photoshop or Illustrator to match the same color used in the Discord app.

In conclusion, Discord Gray Hexcode is a useful color code for anyone who wants to use the same color scheme as Discord in their designs or projects. Remember to use the code #99aab5 in your CSS or graphics software to achieve the same color.