COLOR #9DA5AE

HEX: #9DA5AE RGB: (157,165,174)

Color info

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

RGB color model

#9DA5AE color RGB value is (157,165,174).

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

RGB channels and saturation

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

157
165
174

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

Portions of RGB colors in percentages

R + G + B = 157 + 165 + 174 = 496 (100%)
R 157 of 496 ~ 31.65%
G 165 of 496 ~ 33.27%
B 174 of 496 ~ 35.08'%

%31.65
%33.27
%35.08

CMYK color model

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

  • cyan value is 9.77%
  • magenta value is 5.17%
  • 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
%5.17
%0
%31.76

Codes

Color #9DA5AE in popluar color models

9D A5 AE
RGB 157 165 174
HSL 212° 9.50% 64.90%
HSB/HSV 212° 9.77% 68.24%
CMYK 9.77% 5.17% 0.00%
31.76%

Color #9DA5AE in popluar number systems.

HEX 9D A5 AE
Decimal 157 165 174
Binary 10011101 10100101 10101110
Octal 235 245 256

Shades and tints

Shades of #9DA5AE

#9DA5AE
(157,165,174)
#8F969F
(143,150,159)
#818790
(129,135,144)
#737881
(115,120,129)
#656972
(101,105,114)
#575A63
(87,90,99)
#494B54
(73,75,84)
#3B3C45
(59,60,69)
#2D2D36
(45,45,54)
#1F1E27
(31,30,39)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #9DA5AE

#9DA5AE
(157,165,174)
#A5ADB5
(165,173,181)
#ADB5BC
(173,181,188)
#B5BDC3
(181,189,195)
#BDC5CA
(189,197,202)
#C5CDD1
(197,205,209)
#CDD5D8
(205,213,216)
#D5DDDF
(213,221,223)
#DDE5E6
(221,229,230)
#E5EDED
(229,237,237)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA5AE; }

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

This text font color is #9DA5AE.

Background Color

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

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

This div background color is #9DA5AE.

Border color

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

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

This div border color is #9DA5AE.

Opacity

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

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

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

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

This text has shadow with #9DA5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA5AE.

Preview

Color preview on black background

This text has color #9DA5AE on black background.


Color preview on white background

This text has color #9DA5AE on white background.


Black color preview on #9DA5AE background

This text has black color on #9DA5AE background.


White color preview on #9DA5AE background

This text has white color on #9DA5AE background.


Related colors

Complementary color

Complementary color for #hex is #625A51.


I love getcolorcode.com

Triadic colors

1 #AE9DA5 and #A5AE9D with #9DA5AE are triadic colors.

2 #AEA59D and #A59DAE with #9DA5AE are triadic colors.