COLOR #9DA3AA

HEX: #9DA3AA
RGB: (157,163,170)

Color info

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

RGB color model

#9DA3AA color RGB value is (157,163,170).

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

RGB channels and saturation

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

157
163
170

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

Portions of RGB colors in percentages

R + G + B =
157 + 163 + 170 = 490 (100%)
R 157 of 490 ~ 32.04%
G 163 of 490 ~ 33.27%
B 170 of 490 ~ 34.69%

%32.04
%33.27
%34.69

CMYK color model

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

  • cyan value is 7.65%
  • magenta value is 4.12%
  • 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
%4.12
%0
%33.33

Codes

Color #9DA3AA in popluar color models

9DA3AA
RGB157163170
HSL212°7.10%64.12%
HSB/HSV212°7.65%66.67%
CMYK7.65%4.12%0.00%
33.33%

Color #9DA3AA in popluar number systems.

HEX9DA3AA
Decimal157163170
Binary100111011010001110101010
Octal235243252

Shades and tints

Shades of #9DA3AA

#9DA3AA
(157,163,170)
#8F959B
(143,149,155)
#81878C
(129,135,140)
#73797D
(115,121,125)
#656B6E
(101,107,110)
#575D5F
(87,93,95)
#494F50
(73,79,80)
#3B4141
(59,65,65)
#2D3332
(45,51,50)
#1F2523
(31,37,35)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #9DA3AA

#9DA3AA
(157,163,170)
#A5ABB1
(165,171,177)
#ADB3B8
(173,179,184)
#B5BBBF
(181,187,191)
#BDC3C6
(189,195,198)
#C5CBCD
(197,203,205)
#CDD3D4
(205,211,212)
#D5DBDB
(213,219,219)
#DDE3E2
(221,227,226)
#E5EBE9
(229,235,233)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA3AA; }

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

This text font color is #9DA3AA.


Background Color

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

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

This div background color is #9DA3AA.


Border color

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

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

This div border color is #9DA3AA.


Opacity

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

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

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

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

This text has shadow with #9DA3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA3AA on black background.


Color preview on white background

This text has color #9DA3AA on white background.



Black color preview on #9DA3AA background

This text has black color on #9DA3AA background.


White color preview on #9DA3AA background

This text has white color on #9DA3AA background.