COLOR #9DAD9B

HEX: #9DAD9B
RGB: (157,173,155)

Color info

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

RGB color model

#9DAD9B color RGB value is (157,173,155).

  • red value is 157;
  • green value is 173;
  • blue value is 155.
RGB:
(157,173,155)
(62%,68%,61%)

RGB channels and saturation

R 157 of 255 = 62%
G 173 of 255 = 68%
B 155 of 255 = 61%

157
173
155

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

Portions of RGB colors in percentages

R + G + B =
157 + 173 + 155 = 485 (100%)
R 157 of 485 ~ 32.37%
G 173 of 485 ~ 35.67%
B 155 of 485 ~ 31.96%

%32.37
%35.67
%31.96

CMYK color model

#9DAD9B color CMYK value is (9,0,10,32).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 32.16%
CMYK:
(9,0,10,32)
C9M0Y10K32 
(9%,0%,10%,32%)
(0.09/0.00/0.10/0.32)	

CMYK percentages

%9.25
%0
%10.4
%32.16

Codes

Color #9DAD9B in popluar color models

9DAD9B
RGB157173155
HSL113°9.89%64.31%
HSB/HSV113°10.40%67.84%
CMYK9.25%0.00%10.40%
32.16%

Color #9DAD9B in popluar number systems.

HEX9DAD9B
Decimal157173155
Binary100111011010110110011011
Octal235255233

Shades and tints

Shades of #9DAD9B

#9DAD9B
(157,173,155)
#8F9E8D
(143,158,141)
#818F7F
(129,143,127)
#738071
(115,128,113)
#657163
(101,113,99)
#576255
(87,98,85)
#495347
(73,83,71)
#3B4439
(59,68,57)
#2D352B
(45,53,43)
#1F261D
(31,38,29)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #9DAD9B

#9DAD9B
(157,173,155)
#A5B4A4
(165,180,164)
#ADBBAD
(173,187,173)
#B5C2B6
(181,194,182)
#BDC9BF
(189,201,191)
#C5D0C8
(197,208,200)
#CDD7D1
(205,215,209)
#D5DEDA
(213,222,218)
#DDE5E3
(221,229,227)
#E5ECEC
(229,236,236)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAD9B color. Also use rgb(157,173,155) instead hex code.

Text Font Color

.myTextColor { color: #9DAD9B; }

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

This text font color is #9DAD9B.


Background Color

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

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

This div background color is #9DAD9B.


Border color

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

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

This div border color is #9DAD9B.


Opacity

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

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

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

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

This text has shadow with #9DAD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAD9B on black background.


Color preview on white background

This text has color #9DAD9B on white background.



Black color preview on #9DAD9B background

This text has black color on #9DAD9B background.


White color preview on #9DAD9B background

This text has white color on #9DAD9B background.