COLOR #9DAD7B

HEX: #9DAD7B
RGB: (157,173,123)

Color info

#9DAD7B contains red, green and blue colors in about the same proportion. Web safe color of #9DAD7B is #999966 (or #996).

RGB color model

#9DAD7B color RGB value is (157,173,123).

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

RGB channels and saturation

R 157 of 255 = 62%
G 173 of 255 = 68%
B 123 of 255 = 48%

157
173
123

R + G + B ~ 59%. #9DAD7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 173 + 123 = 453 (100%)
R 157 of 453 ~ 34.66%
G 173 of 453 ~ 38.19%
B 123 of 453 ~ 27.15%

%34.66
%38.19
%27.15

CMYK color model

#9DAD7B color CMYK value is (9,0,29,32).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 32.16%
CMYK:
(9,0,29,32)
C9M0Y29K32 
(9%,0%,29%,32%)
(0.09/0.00/0.29/0.32)	

CMYK percentages

%9.25
%0
%28.9
%32.16

Codes

Color #9DAD7B in popluar color models

9DAD7B
RGB157173123
HSL79°23.36%58.04%
HSB/HSV79°28.90%67.84%
CMYK9.25%0.00%28.90%
32.16%

Color #9DAD7B in popluar number systems.

HEX9DAD7B
Decimal157173123
Binary10011101101011011111011
Octal235255173

Shades and tints

Shades of #9DAD7B

#9DAD7B
(157,173,123)
#8F9E70
(143,158,112)
#818F65
(129,143,101)
#73805A
(115,128,90)
#65714F
(101,113,79)
#576244
(87,98,68)
#495339
(73,83,57)
#3B442E
(59,68,46)
#2D3523
(45,53,35)
#1F2618
(31,38,24)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #9DAD7B

#9DAD7B
(157,173,123)
#A5B487
(165,180,135)
#ADBB93
(173,187,147)
#B5C29F
(181,194,159)
#BDC9AB
(189,201,171)
#C5D0B7
(197,208,183)
#CDD7C3
(205,215,195)
#D5DECF
(213,222,207)
#DDE5DB
(221,229,219)
#E5ECE7
(229,236,231)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAD7B; }

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

This text font color is #9DAD7B.


Background Color

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

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

This div background color is #9DAD7B.


Border color

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

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

This div border color is #9DAD7B.


Opacity

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

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

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

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

This text has shadow with #9DAD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAD7B on black background.


Color preview on white background

This text has color #9DAD7B on white background.



Black color preview on #9DAD7B background

This text has black color on #9DAD7B background.


White color preview on #9DAD7B background

This text has white color on #9DAD7B background.