COLOR #9DA87A

HEX: #9DA87A
RGB: (157,168,122)

Color info

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

RGB color model

#9DA87A color RGB value is (157,168,122).

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

RGB channels and saturation

R 157 of 255 = 62%
G 168 of 255 = 66%
B 122 of 255 = 48%

157
168
122

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

Portions of RGB colors in percentages

R + G + B =
157 + 168 + 122 = 447 (100%)
R 157 of 447 ~ 35.12%
G 168 of 447 ~ 37.58%
B 122 of 447 ~ 27.29%

%35.12
%37.58
%27.29

CMYK color model

#9DA87A color CMYK value is (7,0,27,34).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 27.38%
  • key color value is 34.12%
CMYK:
(7,0,27,34)
C7M0Y27K34 
(7%,0%,27%,34%)
(0.07/0.00/0.27/0.34)	

CMYK percentages

%6.55
%0
%27.38
%34.12

Codes

Color #9DA87A in popluar color models

9DA87A
RGB157168122
HSL74°20.91%56.86%
HSB/HSV74°27.38%65.88%
CMYK6.55%0.00%27.38%
34.12%

Color #9DA87A in popluar number systems.

HEX9DA87A
Decimal157168122
Binary10011101101010001111010
Octal235250172

Shades and tints

Shades of #9DA87A

#9DA87A
(157,168,122)
#8F996F
(143,153,111)
#818A64
(129,138,100)
#737B59
(115,123,89)
#656C4E
(101,108,78)
#575D43
(87,93,67)
#494E38
(73,78,56)
#3B3F2D
(59,63,45)
#2D3022
(45,48,34)
#1F2117
(31,33,23)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #9DA87A

#9DA87A
(157,168,122)
#A5AF86
(165,175,134)
#ADB692
(173,182,146)
#B5BD9E
(181,189,158)
#BDC4AA
(189,196,170)
#C5CBB6
(197,203,182)
#CDD2C2
(205,210,194)
#D5D9CE
(213,217,206)
#DDE0DA
(221,224,218)
#E5E7E6
(229,231,230)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA87A; }

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

This text font color is #9DA87A.


Background Color

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

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

This div background color is #9DA87A.


Border color

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

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

This div border color is #9DA87A.


Opacity

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

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

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

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

This text has shadow with #9DA87A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA87A on black background.


Color preview on white background

This text has color #9DA87A on white background.



Black color preview on #9DA87A background

This text has black color on #9DA87A background.


White color preview on #9DA87A background

This text has white color on #9DA87A background.