COLOR #9DB966

HEX: #9DB966
RGB: (157,185,102)

Color info

#9DB966 contains mainly red and green colors. Web safe color of #9DB966 is #99CC66 (or #9C6).

RGB color model

#9DB966 color RGB value is (157,185,102).

  • red value is 157;
  • green value is 185;
  • blue value is 102.
RGB:
(157,185,102)
(62%,73%,40%)

RGB channels and saturation

R 157 of 255 = 62%
G 185 of 255 = 73%
B 102 of 255 = 40%

157
185
102

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

Portions of RGB colors in percentages

R + G + B =
157 + 185 + 102 = 444 (100%)
R 157 of 444 ~ 35.36%
G 185 of 444 ~ 41.67%
B 102 of 444 ~ 22.97%

%35.36
%41.67
%22.97

CMYK color model

#9DB966 color CMYK value is (15,0,45,27).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 27.45%
CMYK:
(15,0,45,27)
C15M0Y45K27 
(15%,0%,45%,27%)
(0.15/0.00/0.45/0.27)	

CMYK percentages

%15.14
%0
%44.86
%27.45

Codes

Color #9DB966 in popluar color models

9DB966
RGB157185102
HSL80°37.22%56.27%
HSB/HSV80°44.86%72.55%
CMYK15.14%0.00%44.86%
27.45%

Color #9DB966 in popluar number systems.

HEX9DB966
Decimal157185102
Binary10011101101110011100110
Octal235271146

Shades and tints

Shades of #9DB966

#9DB966
(157,185,102)
#8FA95D
(143,169,93)
#819954
(129,153,84)
#73894B
(115,137,75)
#657942
(101,121,66)
#576939
(87,105,57)
#495930
(73,89,48)
#3B4927
(59,73,39)
#2D391E
(45,57,30)
#1F2915
(31,41,21)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #9DB966

#9DB966
(157,185,102)
#A5BF73
(165,191,115)
#ADC580
(173,197,128)
#B5CB8D
(181,203,141)
#BDD19A
(189,209,154)
#C5D7A7
(197,215,167)
#CDDDB4
(205,221,180)
#D5E3C1
(213,227,193)
#DDE9CE
(221,233,206)
#E5EFDB
(229,239,219)
#EDF5E8
(237,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB966 color. Also use rgb(157,185,102) instead hex code.

Text Font Color

.myTextColor { color: #9DB966; }

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

This text font color is #9DB966.


Background Color

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

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

This div background color is #9DB966.


Border color

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

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

This div border color is #9DB966.


Opacity

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

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

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

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

This text has shadow with #9DB966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB966 on black background.


Color preview on white background

This text has color #9DB966 on white background.



Black color preview on #9DB966 background

This text has black color on #9DB966 background.


White color preview on #9DB966 background

This text has white color on #9DB966 background.