COLOR #9DA4AA

HEX: #9DA4AA
RGB: (157,164,170)

Color info

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

RGB color model

#9DA4AA color RGB value is (157,164,170).

  • red value is 157;
  • green value is 164;
  • blue value is 170.
RGB:
(157,164,170)
(62%,64%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 164 of 255 = 64%
B 170 of 255 = 67%

157
164
170

R + G + B ~ 64%. #9DA4AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 164 + 170 = 491 (100%)
R 157 of 491 ~ 31.98%
G 164 of 491 ~ 33.4%
B 170 of 491 ~ 34.62%

%31.98
%33.4
%34.62

CMYK color model

#9DA4AA color CMYK value is (8,4,0,33).

  • cyan value is 7.65%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(8,4,0,33)
C8M4Y0K33 
(8%,4%,0%,33%)
(0.08/0.04/0.00/0.33)	

CMYK percentages

%7.65
%3.53
%0
%33.33

Codes

Color #9DA4AA in popluar color models

9DA4AA
RGB157164170
HSL208°7.10%64.12%
HSB/HSV208°7.65%66.67%
CMYK7.65%3.53%0.00%
33.33%

Color #9DA4AA in popluar number systems.

HEX9DA4AA
Decimal157164170
Binary100111011010010010101010
Octal235244252

Shades and tints

Shades of #9DA4AA

#9DA4AA
(157,164,170)
#8F969B
(143,150,155)
#81888C
(129,136,140)
#737A7D
(115,122,125)
#656C6E
(101,108,110)
#575E5F
(87,94,95)
#495050
(73,80,80)
#3B4241
(59,66,65)
#2D3432
(45,52,50)
#1F2623
(31,38,35)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #9DA4AA

#9DA4AA
(157,164,170)
#A5ACB1
(165,172,177)
#ADB4B8
(173,180,184)
#B5BCBF
(181,188,191)
#BDC4C6
(189,196,198)
#C5CCCD
(197,204,205)
#CDD4D4
(205,212,212)
#D5DCDB
(213,220,219)
#DDE4E2
(221,228,226)
#E5ECE9
(229,236,233)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA4AA color. Also use rgb(157,164,170) instead hex code.

Text Font Color

.myTextColor { color: #9DA4AA; }

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

This text font color is #9DA4AA.


Background Color

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

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

This div background color is #9DA4AA.


Border color

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

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

This div border color is #9DA4AA.


Opacity

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

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

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

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

This text has shadow with #9DA4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA4AA on black background.


Color preview on white background

This text has color #9DA4AA on white background.



Black color preview on #9DA4AA background

This text has black color on #9DA4AA background.


White color preview on #9DA4AA background

This text has white color on #9DA4AA background.