COLOR #9DA7AE

HEX: #9DA7AE
RGB: (157,167,174)

Color info

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

RGB color model

#9DA7AE color RGB value is (157,167,174).

  • red value is 157;
  • green value is 167;
  • blue value is 174.
RGB:
(157,167,174)
(62%,65%,68%)

RGB channels and saturation

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

157
167
174

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

Portions of RGB colors in percentages

R + G + B =
157 + 167 + 174 = 498 (100%)
R 157 of 498 ~ 31.53%
G 167 of 498 ~ 33.53%
B 174 of 498 ~ 34.94%

%31.53
%33.53
%34.94

CMYK color model

#9DA7AE color CMYK value is (10,4,0,32).

  • cyan value is 9.77%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(10,4,0,32)
C10M4Y0K32 
(10%,4%,0%,32%)
(0.10/0.04/0.00/0.32)	

CMYK percentages

%9.77
%4.02
%0
%31.76

Codes

Color #9DA7AE in popluar color models

9DA7AE
RGB157167174
HSL205°9.50%64.90%
HSB/HSV205°9.77%68.24%
CMYK9.77%4.02%0.00%
31.76%

Color #9DA7AE in popluar number systems.

HEX9DA7AE
Decimal157167174
Binary100111011010011110101110
Octal235247256

Shades and tints

Shades of #9DA7AE

#9DA7AE
(157,167,174)
#8F989F
(143,152,159)
#818990
(129,137,144)
#737A81
(115,122,129)
#656B72
(101,107,114)
#575C63
(87,92,99)
#494D54
(73,77,84)
#3B3E45
(59,62,69)
#2D2F36
(45,47,54)
#1F2027
(31,32,39)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #9DA7AE

#9DA7AE
(157,167,174)
#A5AFB5
(165,175,181)
#ADB7BC
(173,183,188)
#B5BFC3
(181,191,195)
#BDC7CA
(189,199,202)
#C5CFD1
(197,207,209)
#CDD7D8
(205,215,216)
#D5DFDF
(213,223,223)
#DDE7E6
(221,231,230)
#E5EFED
(229,239,237)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA7AE; }

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

This text font color is #9DA7AE.


Background Color

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

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

This div background color is #9DA7AE.


Border color

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

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

This div border color is #9DA7AE.


Opacity

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

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

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

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

This text has shadow with #9DA7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA7AE on black background.


Color preview on white background

This text has color #9DA7AE on white background.



Black color preview on #9DA7AE background

This text has black color on #9DA7AE background.


White color preview on #9DA7AE background

This text has white color on #9DA7AE background.