COLOR #9DA9AD

HEX: #9DA9AD RGB: (157,169,173)

Color info

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

RGB color model

#9DA9AD color RGB value is (157,169,173).

RGB: (157,169,173) (62%, 66%, 68%)

RGB channels and saturation

R 157 of 255 = 62%
G 169 of 255 = 66%
B 173 of 255 = 68%

157
169
173

R + G + B ~ 65%. #9DA9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 169 + 173 = 499 (100%)
R 157 of 499 ~ 31.46%
G 169 of 499 ~ 33.87%
B 173 of 499 ~ 34.67'%

%31.46
%33.87
%34.67

CMYK color model

#9DA9AD color CMYK value is (9,2,0,32).

  • cyan value is 9.25%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (9,2,0,32) C9M2Y0K32 (9%,2%,0%,32%) (0.09/0.02/0.00/0.32) 

CMYK percentages

%9.25
%2.31
%0
%32.16

Codes

Color #9DA9AD in popluar color models

9D A9 AD
RGB 157 169 173
HSL 195° 8.89% 64.71%
HSB/HSV 195° 9.25% 67.84%
CMYK 9.25% 2.31% 0.00%
32.16%

Color #9DA9AD in popluar number systems.

HEX 9D A9 AD
Decimal 157 169 173
Binary 10011101 10101001 10101101
Octal 235 251 255

Shades and tints

Shades of #9DA9AD

#9DA9AD
(157,169,173)
#8F9A9E
(143,154,158)
#818B8F
(129,139,143)
#737C80
(115,124,128)
#656D71
(101,109,113)
#575E62
(87,94,98)
#494F53
(73,79,83)
#3B4044
(59,64,68)
#2D3135
(45,49,53)
#1F2226
(31,34,38)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #9DA9AD

#9DA9AD
(157,169,173)
#A5B0B4
(165,176,180)
#ADB7BB
(173,183,187)
#B5BEC2
(181,190,194)
#BDC5C9
(189,197,201)
#C5CCD0
(197,204,208)
#CDD3D7
(205,211,215)
#D5DADE
(213,218,222)
#DDE1E5
(221,225,229)
#E5E8EC
(229,232,236)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA9AD color. Also use rgb(157,169,173) instead hex code.

Text Font Color

.myTextColor { color: #9DA9AD; }

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

This text font color is #9DA9AD.

Background Color

.myBgColor { background-color: #9DA9AD; }

<div style="background-color:#9DA9AD">Inner text</div>

This div background color is #9DA9AD.

Border color

.myBorderColor { border: 1px solid #9DA9AD; }

<div style="border:3px solid #9DA9AD">Div</div>

This div border color is #9DA9AD.

Opacity

.myOpacity80 { color: #9DA9AD; opacity: 0.8; }

<p style="color:#9DA9AD;opacity:0.8;">80%</p>

Text with #9DA9AD 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 #9DA9AD;}

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

This text has shadow with #9DA9AD color.


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

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

This text has shadow with #9DA9AD primary color and red secondary color.


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

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

This text has shadow with #9DA9AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9DA9AD.

Preview

Color preview on black background

This text has color #9DA9AD on black background.


Color preview on white background

This text has color #9DA9AD on white background.


Black color preview on #9DA9AD background

This text has black color on #9DA9AD background.


White color preview on #9DA9AD background

This text has white color on #9DA9AD background.


Related colors

Complementary color

Complementary color for #hex is #625652.


I love getcolorcode.com

Triadic colors

1 #AD9DA9 and #A9AD9D with #9DA9AD are triadic colors.

2 #ADA99D and #A99DAD with #9DA9AD are triadic colors.