COLOR #9DA85B

HEX: #9DA85B
RGB: (157,168,91)

Color info

#9DA85B contains mainly red and green colors. Web safe color of #9DA85B is #999966 (or #996).

RGB color model

#9DA85B color RGB value is (157,168,91).

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

RGB channels and saturation

R 157 of 255 = 62%
G 168 of 255 = 66%
B 91 of 255 = 36%

157
168
91

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

Portions of RGB colors in percentages

R + G + B =
157 + 168 + 91 = 416 (100%)
R 157 of 416 ~ 37.74%
G 168 of 416 ~ 40.38%
B 91 of 416 ~ 21.88%

%37.74
%40.38
%21.88

CMYK color model

#9DA85B color CMYK value is (7,0,46,34).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 34.12%
CMYK:
(7,0,46,34)
C7M0Y46K34 
(7%,0%,46%,34%)
(0.07/0.00/0.46/0.34)	

CMYK percentages

%6.55
%0
%45.83
%34.12

Codes

Color #9DA85B in popluar color models

9DA85B
RGB15716891
HSL69°30.68%50.78%
HSB/HSV69°45.83%65.88%
CMYK6.55%0.00%45.83%
34.12%

Color #9DA85B in popluar number systems.

HEX9DA85B
Decimal15716891
Binary10011101101010001011011
Octal235250133

Shades and tints

Shades of #9DA85B

#9DA85B
(157,168,91)
#8F9953
(143,153,83)
#818A4B
(129,138,75)
#737B43
(115,123,67)
#656C3B
(101,108,59)
#575D33
(87,93,51)
#494E2B
(73,78,43)
#3B3F23
(59,63,35)
#2D301B
(45,48,27)
#1F2113
(31,33,19)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #9DA85B

#9DA85B
(157,168,91)
#A5AF69
(165,175,105)
#ADB677
(173,182,119)
#B5BD85
(181,189,133)
#BDC493
(189,196,147)
#C5CBA1
(197,203,161)
#CDD2AF
(205,210,175)
#D5D9BD
(213,217,189)
#DDE0CB
(221,224,203)
#E5E7D9
(229,231,217)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA85B; }

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

This text font color is #9DA85B.


Background Color

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

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

This div background color is #9DA85B.


Border color

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

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

This div border color is #9DA85B.


Opacity

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

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

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

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

This text has shadow with #9DA85B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA85B on black background.


Color preview on white background

This text has color #9DA85B on white background.



Black color preview on #9DA85B background

This text has black color on #9DA85B background.


White color preview on #9DA85B background

This text has white color on #9DA85B background.