COLOR #9DA2AF

HEX: #9DA2AF
RGB: (157,162,175)

Color info

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

RGB color model

#9DA2AF color RGB value is (157,162,175).

  • red value is 157;
  • green value is 162;
  • blue value is 175.
RGB:
(157,162,175)
(62%,64%,69%)

RGB channels and saturation

R 157 of 255 = 62%
G 162 of 255 = 64%
B 175 of 255 = 69%

157
162
175

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

Portions of RGB colors in percentages

R + G + B =
157 + 162 + 175 = 494 (100%)
R 157 of 494 ~ 31.78%
G 162 of 494 ~ 32.79%
B 175 of 494 ~ 35.43%

%31.78
%32.79
%35.43

CMYK color model

#9DA2AF color CMYK value is (10,7,0,31).

  • cyan value is 10.29%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(10,7,0,31)
C10M7Y0K31 
(10%,7%,0%,31%)
(0.10/0.07/0.00/0.31)	

CMYK percentages

%10.29
%7.43
%0
%31.37

Codes

Color #9DA2AF in popluar color models

9DA2AF
RGB157162175
HSL223°10.11%65.10%
HSB/HSV223°10.29%68.63%
CMYK10.29%7.43%0.00%
31.37%

Color #9DA2AF in popluar number systems.

HEX9DA2AF
Decimal157162175
Binary100111011010001010101111
Octal235242257

Shades and tints

Shades of #9DA2AF

#9DA2AF
(157,162,175)
#8F94A0
(143,148,160)
#818691
(129,134,145)
#737882
(115,120,130)
#656A73
(101,106,115)
#575C64
(87,92,100)
#494E55
(73,78,85)
#3B4046
(59,64,70)
#2D3237
(45,50,55)
#1F2428
(31,36,40)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #9DA2AF

#9DA2AF
(157,162,175)
#A5AAB6
(165,170,182)
#ADB2BD
(173,178,189)
#B5BAC4
(181,186,196)
#BDC2CB
(189,194,203)
#C5CAD2
(197,202,210)
#CDD2D9
(205,210,217)
#D5DAE0
(213,218,224)
#DDE2E7
(221,226,231)
#E5EAEE
(229,234,238)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA2AF color. Also use rgb(157,162,175) instead hex code.

Text Font Color

.myTextColor { color: #9DA2AF; }

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

This text font color is #9DA2AF.


Background Color

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

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

This div background color is #9DA2AF.


Border color

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

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

This div border color is #9DA2AF.


Opacity

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

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

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

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

This text has shadow with #9DA2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA2AF on black background.


Color preview on white background

This text has color #9DA2AF on white background.



Black color preview on #9DA2AF background

This text has black color on #9DA2AF background.


White color preview on #9DA2AF background

This text has white color on #9DA2AF background.