COLOR #9DA6AE

HEX: #9DA6AE RGB: (157,166,174)

Color info

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

RGB color model

#9DA6AE color RGB value is (157,166,174).

RGB: (157,166,174) (62%, 65%, 68%)

RGB channels and saturation

R 157 of 255 = 62%
G 166 of 255 = 65%
B 174 of 255 = 68%

157
166
174

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

Portions of RGB colors in percentages

R + G + B = 157 + 166 + 174 = 497 (100%)
R 157 of 497 ~ 31.59%
G 166 of 497 ~ 33.4%
B 174 of 497 ~ 35.01'%

%31.59
%33.4
%35.01

CMYK color model

#9DA6AE color CMYK value is (10,5,0,32).

  • cyan value is 9.77%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (10,5,0,32)
C10M5Y0K32 (10%, 5%, 0%, 32%)
(0.10 / 0.05 / 0.00 / 0.32)

CMYK percentages

%9.77
%4.6
%0
%31.76

Codes

Color #9DA6AE in popluar color models

9D A6 AE
RGB 157 166 174
HSL 208° 9.50% 64.90%
HSB/HSV 208° 9.77% 68.24%
CMYK 9.77% 4.60% 0.00%
31.76%

Color #9DA6AE in popluar number systems.

HEX 9D A6 AE
Decimal 157 166 174
Binary 10011101 10100110 10101110
Octal 235 246 256

Shades and tints

Shades of #9DA6AE

#9DA6AE
(157,166,174)
#8F979F
(143,151,159)
#818890
(129,136,144)
#737981
(115,121,129)
#656A72
(101,106,114)
#575B63
(87,91,99)
#494C54
(73,76,84)
#3B3D45
(59,61,69)
#2D2E36
(45,46,54)
#1F1F27
(31,31,39)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #9DA6AE

#9DA6AE
(157,166,174)
#A5AEB5
(165,174,181)
#ADB6BC
(173,182,188)
#B5BEC3
(181,190,195)
#BDC6CA
(189,198,202)
#C5CED1
(197,206,209)
#CDD6D8
(205,214,216)
#D5DEDF
(213,222,223)
#DDE6E6
(221,230,230)
#E5EEED
(229,238,237)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA6AE; }

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

This text font color is #9DA6AE.

Background Color

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

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

This div background color is #9DA6AE.

Border color

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

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

This div border color is #9DA6AE.

Opacity

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

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

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

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

This text has shadow with #9DA6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA6AE.

Preview

Color preview on black background

This text has color #9DA6AE on black background.


Color preview on white background

This text has color #9DA6AE on white background.


Black color preview on #9DA6AE background

This text has black color on #9DA6AE background.


White color preview on #9DA6AE background

This text has white color on #9DA6AE background.


Related colors

Complementary color

Complementary color for #hex is #625951.


I love getcolorcode.com

Triadic colors

1 #AE9DA6 and #A6AE9D with #9DA6AE are triadic colors.

2 #AEA69D and #A69DAE with #9DA6AE are triadic colors.