COLOR #9DA9AF

HEX: #9DA9AF
RGB: (157,169,175)

Color info

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

RGB color model

#9DA9AF color RGB value is (157,169,175).

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

RGB channels and saturation

R 157 of 255 = 62%
G 169 of 255 = 66%
B 175 of 255 = 69%

157
169
175

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

Portions of RGB colors in percentages

R + G + B =
157 + 169 + 175 = 501 (100%)
R 157 of 501 ~ 31.34%
G 169 of 501 ~ 33.73%
B 175 of 501 ~ 34.93%

%31.34
%33.73
%34.93

CMYK color model

#9DA9AF color CMYK value is (10,3,0,31).

  • cyan value is 10.29%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(10,3,0,31)
C10M3Y0K31 
(10%,3%,0%,31%)
(0.10/0.03/0.00/0.31)	

CMYK percentages

%10.29
%3.43
%0
%31.37

Codes

Color #9DA9AF in popluar color models

9DA9AF
RGB157169175
HSL200°10.11%65.10%
HSB/HSV200°10.29%68.63%
CMYK10.29%3.43%0.00%
31.37%

Color #9DA9AF in popluar number systems.

HEX9DA9AF
Decimal157169175
Binary100111011010100110101111
Octal235251257

Shades and tints

Shades of #9DA9AF

#9DA9AF
(157,169,175)
#8F9AA0
(143,154,160)
#818B91
(129,139,145)
#737C82
(115,124,130)
#656D73
(101,109,115)
#575E64
(87,94,100)
#494F55
(73,79,85)
#3B4046
(59,64,70)
#2D3137
(45,49,55)
#1F2228
(31,34,40)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #9DA9AF

#9DA9AF
(157,169,175)
#A5B0B6
(165,176,182)
#ADB7BD
(173,183,189)
#B5BEC4
(181,190,196)
#BDC5CB
(189,197,203)
#C5CCD2
(197,204,210)
#CDD3D9
(205,211,217)
#D5DAE0
(213,218,224)
#DDE1E7
(221,225,231)
#E5E8EE
(229,232,238)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA9AF; }

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

This text font color is #9DA9AF.


Background Color

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

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

This div background color is #9DA9AF.


Border color

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

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

This div border color is #9DA9AF.


Opacity

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

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

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

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

This text has shadow with #9DA9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA9AF on black background.


Color preview on white background

This text has color #9DA9AF on white background.



Black color preview on #9DA9AF background

This text has black color on #9DA9AF background.


White color preview on #9DA9AF background

This text has white color on #9DA9AF background.