COLOR #9DAD90

HEX: #9DAD90
RGB: (157,173,144)

Color info

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

RGB color model

#9DAD90 color RGB value is (157,173,144).

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

RGB channels and saturation

R 157 of 255 = 62%
G 173 of 255 = 68%
B 144 of 255 = 56%

157
173
144

R + G + B ~ 62%. #9DAD90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 173 + 144 = 474 (100%)
R 157 of 474 ~ 33.12%
G 173 of 474 ~ 36.5%
B 144 of 474 ~ 30.38%

%33.12
%36.5
%30.38

CMYK color model

#9DAD90 color CMYK value is (9,0,17,32).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 32.16%
CMYK:
(9,0,17,32)
C9M0Y17K32 
(9%,0%,17%,32%)
(0.09/0.00/0.17/0.32)	

CMYK percentages

%9.25
%0
%16.76
%32.16

Codes

Color #9DAD90 in popluar color models

9DAD90
RGB157173144
HSL93°15.03%62.16%
HSB/HSV93°16.76%67.84%
CMYK9.25%0.00%16.76%
32.16%

Color #9DAD90 in popluar number systems.

HEX9DAD90
Decimal157173144
Binary100111011010110110010000
Octal235255220

Shades and tints

Shades of #9DAD90

#9DAD90
(157,173,144)
#8F9E83
(143,158,131)
#818F76
(129,143,118)
#738069
(115,128,105)
#65715C
(101,113,92)
#57624F
(87,98,79)
#495342
(73,83,66)
#3B4435
(59,68,53)
#2D3528
(45,53,40)
#1F261B
(31,38,27)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #9DAD90

#9DAD90
(157,173,144)
#A5B49A
(165,180,154)
#ADBBA4
(173,187,164)
#B5C2AE
(181,194,174)
#BDC9B8
(189,201,184)
#C5D0C2
(197,208,194)
#CDD7CC
(205,215,204)
#D5DED6
(213,222,214)
#DDE5E0
(221,229,224)
#E5ECEA
(229,236,234)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAD90; }

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

This text font color is #9DAD90.


Background Color

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

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

This div background color is #9DAD90.


Border color

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

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

This div border color is #9DAD90.


Opacity

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

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

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

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

This text has shadow with #9DAD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAD90 on black background.


Color preview on white background

This text has color #9DAD90 on white background.



Black color preview on #9DAD90 background

This text has black color on #9DAD90 background.


White color preview on #9DAD90 background

This text has white color on #9DAD90 background.