COLOR #9DAAAE

HEX: #9DAAAE RGB: (157,170,174)

Color info

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

RGB color model

#9DAAAE color RGB value is (157,170,174).

RGB: (157,170,174) (62%, 67%, 68%)

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 174 of 255 = 68%

157
170
174

R + G + B ~ 66%. #9DAAAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 170 + 174 = 501 (100%)
R 157 of 501 ~ 31.34%
G 170 of 501 ~ 33.93%
B 174 of 501 ~ 34.73'%

%31.34
%33.93
%34.73

CMYK color model

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

  • cyan value is 9.77%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (10,2,0,32) C10M2Y0K32 (10%,2%,0%,32%) (0.10/0.02/0.00/0.32) 

CMYK percentages

%9.77
%2.3
%0
%31.76

Codes

Color #9DAAAE in popluar color models

9D AA AE
RGB 157 170 174
HSL 194° 9.50% 64.90%
HSB/HSV 194° 9.77% 68.24%
CMYK 9.77% 2.30% 0.00%
31.76%

Color #9DAAAE in popluar number systems.

HEX 9D AA AE
Decimal 157 170 174
Binary 10011101 10101010 10101110
Octal 235 252 256

Shades and tints

Shades of #9DAAAE

#9DAAAE
(157,170,174)
#8F9B9F
(143,155,159)
#818C90
(129,140,144)
#737D81
(115,125,129)
#656E72
(101,110,114)
#575F63
(87,95,99)
#495054
(73,80,84)
#3B4145
(59,65,69)
#2D3236
(45,50,54)
#1F2327
(31,35,39)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #9DAAAE

#9DAAAE
(157,170,174)
#A5B1B5
(165,177,181)
#ADB8BC
(173,184,188)
#B5BFC3
(181,191,195)
#BDC6CA
(189,198,202)
#C5CDD1
(197,205,209)
#CDD4D8
(205,212,216)
#D5DBDF
(213,219,223)
#DDE2E6
(221,226,230)
#E5E9ED
(229,233,237)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAAAE color. Also use rgb(157,170,174) instead hex code.

Text Font Color

.myTextColor { color: #9DAAAE; }

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

This text font color is #9DAAAE.

Background Color

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

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

This div background color is #9DAAAE.

Border color

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

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

This div border color is #9DAAAE.

Opacity

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

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

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

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

This text has shadow with #9DAAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAAAE.

Preview

Color preview on black background

This text has color #9DAAAE on black background.


Color preview on white background

This text has color #9DAAAE on white background.


Black color preview on #9DAAAE background

This text has black color on #9DAAAE background.


White color preview on #9DAAAE background

This text has white color on #9DAAAE background.


Related colors

Complementary color

Complementary color for #hex is #625551.


I love getcolorcode.com

Triadic colors

1 #AE9DAA and #AAAE9D with #9DAAAE are triadic colors.

2 #AEAA9D and #AA9DAE with #9DAAAE are triadic colors.