COLOR #9DA66B

HEX: #9DA66B
RGB: (157,166,107)

Color info

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

RGB color model

#9DA66B color RGB value is (157,166,107).

  • red value is 157;
  • green value is 166;
  • blue value is 107.
RGB:
(157,166,107)
(62%,65%,42%)

RGB channels and saturation

R 157 of 255 = 62%
G 166 of 255 = 65%
B 107 of 255 = 42%

157
166
107

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

Portions of RGB colors in percentages

R + G + B =
157 + 166 + 107 = 430 (100%)
R 157 of 430 ~ 36.51%
G 166 of 430 ~ 38.6%
B 107 of 430 ~ 24.88%

%36.51
%38.6
%24.88

CMYK color model

#9DA66B color CMYK value is (5,0,36,35).

  • cyan value is 5.42%
  • magenta value is 0.00%
  • yellow value is 35.54%
  • key color value is 34.90%
CMYK:
(5,0,36,35)
C5M0Y36K35 
(5%,0%,36%,35%)
(0.05/0.00/0.36/0.35)	

CMYK percentages

%5.42
%0
%35.54
%34.9

Codes

Color #9DA66B in popluar color models

9DA66B
RGB157166107
HSL69°24.89%53.53%
HSB/HSV69°35.54%65.10%
CMYK5.42%0.00%35.54%
34.90%

Color #9DA66B in popluar number systems.

HEX9DA66B
Decimal157166107
Binary10011101101001101101011
Octal235246153

Shades and tints

Shades of #9DA66B

#9DA66B
(157,166,107)
#8F9762
(143,151,98)
#818859
(129,136,89)
#737950
(115,121,80)
#656A47
(101,106,71)
#575B3E
(87,91,62)
#494C35
(73,76,53)
#3B3D2C
(59,61,44)
#2D2E23
(45,46,35)
#1F1F1A
(31,31,26)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #9DA66B

#9DA66B
(157,166,107)
#A5AE78
(165,174,120)
#ADB685
(173,182,133)
#B5BE92
(181,190,146)
#BDC69F
(189,198,159)
#C5CEAC
(197,206,172)
#CDD6B9
(205,214,185)
#D5DEC6
(213,222,198)
#DDE6D3
(221,230,211)
#E5EEE0
(229,238,224)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA66B color. Also use rgb(157,166,107) instead hex code.

Text Font Color

.myTextColor { color: #9DA66B; }

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

This text font color is #9DA66B.


Background Color

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

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

This div background color is #9DA66B.


Border color

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

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

This div border color is #9DA66B.


Opacity

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

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

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

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

This text has shadow with #9DA66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA66B on black background.


Color preview on white background

This text has color #9DA66B on white background.



Black color preview on #9DA66B background

This text has black color on #9DA66B background.


White color preview on #9DA66B background

This text has white color on #9DA66B background.