COLOR #999DA4

HEX: #999DA4 RGB: (153,157,164)

Color info

#999DA4 contains red, green and blue colors in about the same proportion. Web safe color of #999DA4 is #999999 (or #999).

RGB color model

#999DA4 color RGB value is (153,157,164).

RGB: (153,157,164) (60%, 62%, 64%)

RGB channels and saturation

R 153 of 255 = 60%
G 157 of 255 = 62%
B 164 of 255 = 64%

153
157
164

R + G + B ~ 62%. #999DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 157 + 164 = 474 (100%)
R 153 of 474 ~ 32.28%
G 157 of 474 ~ 33.12%
B 164 of 474 ~ 34.6'%

%32.28
%33.12
%34.6

CMYK color model

#999DA4 color CMYK value is (7,4,0,36).

  • cyan value is 6.71%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (7,4,0,36)
C7M4Y0K36 (7%, 4%, 0%, 36%)
(0.07 / 0.04 / 0.00 / 0.36)

CMYK percentages

%6.71
%4.27
%0
%35.69

Codes

Color #999DA4 in popluar color models

99 9D A4
RGB 153 157 164
HSL 218° 5.70% 62.16%
HSB/HSV 218° 6.71% 64.31%
CMYK 6.71% 4.27% 0.00%
35.69%

Color #999DA4 in popluar number systems.

HEX 99 9D A4
Decimal 153 157 164
Binary 10011001 10011101 10100100
Octal 231 235 244

Shades and tints

Shades of #999DA4

#999DA4
(153,157,164)
#8C8F96
(140,143,150)
#7F8188
(127,129,136)
#72737A
(114,115,122)
#65656C
(101,101,108)
#58575E
(88,87,94)
#4B4950
(75,73,80)
#3E3B42
(62,59,66)
#312D34
(49,45,52)
#241F26
(36,31,38)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #999DA4

#999DA4
(153,157,164)
#A2A5AC
(162,165,172)
#ABADB4
(171,173,180)
#B4B5BC
(180,181,188)
#BDBDC4
(189,189,196)
#C6C5CC
(198,197,204)
#CFCDD4
(207,205,212)
#D8D5DC
(216,213,220)
#E1DDE4
(225,221,228)
#EAE5EC
(234,229,236)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999DA4 color. Also use rgb(153,157,164) instead hex code.

Text Font Color

.myTextColor { color: #999DA4; }

<p style="color:#999DA4">This sample text font color is #999DA4.</p>

This text font color is #999DA4.

Background Color

.myBgColor { background-color: #999DA4; }

<div style="background-color:#999DA4">Inner text</div>

This div background color is #999DA4.

Border color

.myBorderColor { border: 1px solid #999DA4; }

<div style="border:3px solid #999DA4">Div</div>

This div border color is #999DA4.

Opacity

.myOpacity80 { color: #999DA4; opacity: 0.8; }

<p style="color:#999DA4;opacity:0.8;">80%</p>

Text with #999DA4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #999DA4;}

<p style="text-shadow: 3px 3px 1px #999DA4">Text here.</p>

This text has shadow with #999DA4 color.


.textShadow {text-shadow: 3px 3px 1px #999DA4', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #999DA4, 5px 5px 20px red">Text here.</p>

This text has shadow with #999DA4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#999DA4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#999DA4, Direction=45, Strength=4)">Text</p>

This text has shadow with #999DA4 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #999DA4;
-webkit-box-shadow: 1px 1px 3px 2px #999DA4;
box-shadow: 1px 1px 3px 2px #999DA4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #999DA4; -webkit-box-shadow: 1px 1px 3px 2px #999DA4; box-shadow:1px 1px 3px 2px #999DA4;">
Div content here
</div>

This div box has shadow with color #999DA4.

Preview

Color preview on black background

This text has color #999DA4 on black background.


Color preview on white background

This text has color #999DA4 on white background.


Black color preview on #999DA4 background

This text has black color on #999DA4 background.


White color preview on #999DA4 background

This text has white color on #999DA4 background.


Related colors

Complementary color

Complementary color for #hex is #66625B.


I love getcolorcode.com

Triadic colors

1 #A4999D and #9DA499 with #999DA4 are triadic colors.

2 #A49D99 and #9D99A4 with #999DA4 are triadic colors.