COLOR #9DA979

HEX: #9DA979
RGB: (157,169,121)

Color info

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

RGB color model

#9DA979 color RGB value is (157,169,121).

  • red value is 157;
  • green value is 169;
  • blue value is 121.
RGB:
(157,169,121)
(62%,66%,47%)

RGB channels and saturation

R 157 of 255 = 62%
G 169 of 255 = 66%
B 121 of 255 = 47%

157
169
121

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

Portions of RGB colors in percentages

R + G + B =
157 + 169 + 121 = 447 (100%)
R 157 of 447 ~ 35.12%
G 169 of 447 ~ 37.81%
B 121 of 447 ~ 27.07%

%35.12
%37.81
%27.07

CMYK color model

#9DA979 color CMYK value is (7,0,28,34).

  • cyan value is 7.10%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 33.73%
CMYK:
(7,0,28,34)
C7M0Y28K34 
(7%,0%,28%,34%)
(0.07/0.00/0.28/0.34)	

CMYK percentages

%7.1
%0
%28.4
%33.73

Codes

Color #9DA979 in popluar color models

9DA979
RGB157169121
HSL75°21.82%56.86%
HSB/HSV75°28.40%66.27%
CMYK7.10%0.00%28.40%
33.73%

Color #9DA979 in popluar number systems.

HEX9DA979
Decimal157169121
Binary10011101101010011111001
Octal235251171

Shades and tints

Shades of #9DA979

#9DA979
(157,169,121)
#8F9A6E
(143,154,110)
#818B63
(129,139,99)
#737C58
(115,124,88)
#656D4D
(101,109,77)
#575E42
(87,94,66)
#494F37
(73,79,55)
#3B402C
(59,64,44)
#2D3121
(45,49,33)
#1F2216
(31,34,22)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #9DA979

#9DA979
(157,169,121)
#A5B085
(165,176,133)
#ADB791
(173,183,145)
#B5BE9D
(181,190,157)
#BDC5A9
(189,197,169)
#C5CCB5
(197,204,181)
#CDD3C1
(205,211,193)
#D5DACD
(213,218,205)
#DDE1D9
(221,225,217)
#E5E8E5
(229,232,229)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA979 color. Also use rgb(157,169,121) instead hex code.

Text Font Color

.myTextColor { color: #9DA979; }

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

This text font color is #9DA979.


Background Color

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

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

This div background color is #9DA979.


Border color

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

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

This div border color is #9DA979.


Opacity

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

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

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

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

This text has shadow with #9DA979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA979 on black background.


Color preview on white background

This text has color #9DA979 on white background.



Black color preview on #9DA979 background

This text has black color on #9DA979 background.


White color preview on #9DA979 background

This text has white color on #9DA979 background.