COLOR #9DA8AB

HEX: #9DA8AB
RGB: (157,168,171)

Color info

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

RGB color model

#9DA8AB color RGB value is (157,168,171).

  • red value is 157;
  • green value is 168;
  • blue value is 171.
RGB:
(157,168,171)
(62%,66%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 168 of 255 = 66%
B 171 of 255 = 67%

157
168
171

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

Portions of RGB colors in percentages

R + G + B =
157 + 168 + 171 = 496 (100%)
R 157 of 496 ~ 31.65%
G 168 of 496 ~ 33.87%
B 171 of 496 ~ 34.48%

%31.65
%33.87
%34.48

CMYK color model

#9DA8AB color CMYK value is (8,2,0,33).

  • cyan value is 8.19%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(8,2,0,33)
C8M2Y0K33 
(8%,2%,0%,33%)
(0.08/0.02/0.00/0.33)	

CMYK percentages

%8.19
%1.75
%0
%32.94

Codes

Color #9DA8AB in popluar color models

9DA8AB
RGB157168171
HSL193°7.69%64.31%
HSB/HSV193°8.19%67.06%
CMYK8.19%1.75%0.00%
32.94%

Color #9DA8AB in popluar number systems.

HEX9DA8AB
Decimal157168171
Binary100111011010100010101011
Octal235250253

Shades and tints

Shades of #9DA8AB

#9DA8AB
(157,168,171)
#8F999C
(143,153,156)
#818A8D
(129,138,141)
#737B7E
(115,123,126)
#656C6F
(101,108,111)
#575D60
(87,93,96)
#494E51
(73,78,81)
#3B3F42
(59,63,66)
#2D3033
(45,48,51)
#1F2124
(31,33,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #9DA8AB

#9DA8AB
(157,168,171)
#A5AFB2
(165,175,178)
#ADB6B9
(173,182,185)
#B5BDC0
(181,189,192)
#BDC4C7
(189,196,199)
#C5CBCE
(197,203,206)
#CDD2D5
(205,210,213)
#D5D9DC
(213,217,220)
#DDE0E3
(221,224,227)
#E5E7EA
(229,231,234)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA8AB color. Also use rgb(157,168,171) instead hex code.

Text Font Color

.myTextColor { color: #9DA8AB; }

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

This text font color is #9DA8AB.


Background Color

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

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

This div background color is #9DA8AB.


Border color

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

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

This div border color is #9DA8AB.


Opacity

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

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

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

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

This text has shadow with #9DA8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA8AB on black background.


Color preview on white background

This text has color #9DA8AB on white background.



Black color preview on #9DA8AB background

This text has black color on #9DA8AB background.


White color preview on #9DA8AB background

This text has white color on #9DA8AB background.