COLOR #999DAD

HEX: #999DAD RGB: (153,157,173)

Color info

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

RGB color model

#999DAD color RGB value is (153,157,173).

RGB: (153,157,173) (60%, 62%, 68%)

RGB channels and saturation

R 153 of 255 = 60%
G 157 of 255 = 62%
B 173 of 255 = 68%

153
157
173

R + G + B ~ 63%. #999DAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 157 + 173 = 483 (100%)
R 153 of 483 ~ 31.68%
G 157 of 483 ~ 32.51%
B 173 of 483 ~ 35.82'%

%31.68
%32.51
%35.82

CMYK color model

#999DAD color CMYK value is (12,9,0,32).

  • cyan value is 11.56%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (12,9,0,32)
C12M9Y0K32 (12%, 9%, 0%, 32%)
(0.12 / 0.09 / 0.00 / 0.32)

CMYK percentages

%11.56
%9.25
%0
%32.16

Codes

Color #999DAD in popluar color models

99 9D AD
RGB 153 157 173
HSL 228° 10.87% 63.92%
HSB/HSV 228° 11.56% 67.84%
CMYK 11.56% 9.25% 0.00%
32.16%

Color #999DAD in popluar number systems.

HEX 99 9D AD
Decimal 153 157 173
Binary 10011001 10011101 10101101
Octal 231 235 255

Shades and tints

Shades of #999DAD

#999DAD
(153,157,173)
#8C8F9E
(140,143,158)
#7F818F
(127,129,143)
#727380
(114,115,128)
#656571
(101,101,113)
#585762
(88,87,98)
#4B4953
(75,73,83)
#3E3B44
(62,59,68)
#312D35
(49,45,53)
#241F26
(36,31,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #999DAD

#999DAD
(153,157,173)
#A2A5B4
(162,165,180)
#ABADBB
(171,173,187)
#B4B5C2
(180,181,194)
#BDBDC9
(189,189,201)
#C6C5D0
(198,197,208)
#CFCDD7
(207,205,215)
#D8D5DE
(216,213,222)
#E1DDE5
(225,221,229)
#EAE5EC
(234,229,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999DAD; }

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

This text font color is #999DAD.

Background Color

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

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

This div background color is #999DAD.

Border color

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

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

This div border color is #999DAD.

Opacity

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

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

Text with #999DAD 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 #999DAD;}

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

This text has shadow with #999DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999DAD.

Preview

Color preview on black background

This text has color #999DAD on black background.


Color preview on white background

This text has color #999DAD on white background.


Black color preview on #999DAD background

This text has black color on #999DAD background.


White color preview on #999DAD background

This text has white color on #999DAD background.


Related colors

Complementary color

Complementary color for #hex is #666252.


I love getcolorcode.com

Triadic colors

1 #AD999D and #9DAD99 with #999DAD are triadic colors.

2 #AD9D99 and #9D99AD with #999DAD are triadic colors.