COLOR #9DB866

HEX: #9DB866
RGB: (157,184,102)

Color info

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

RGB color model

#9DB866 color RGB value is (157,184,102).

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

RGB channels and saturation

R 157 of 255 = 62%
G 184 of 255 = 72%
B 102 of 255 = 40%

157
184
102

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

Portions of RGB colors in percentages

R + G + B =
157 + 184 + 102 = 443 (100%)
R 157 of 443 ~ 35.44%
G 184 of 443 ~ 41.53%
B 102 of 443 ~ 23.02%

%35.44
%41.53
%23.02

CMYK color model

#9DB866 color CMYK value is (15,0,45,28).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 44.57%
  • key color value is 27.84%
CMYK:
(15,0,45,28)
C15M0Y45K28 
(15%,0%,45%,28%)
(0.15/0.00/0.45/0.28)	

CMYK percentages

%14.67
%0
%44.57
%27.84

Codes

Color #9DB866 in popluar color models

9DB866
RGB157184102
HSL80°36.61%56.08%
HSB/HSV80°44.57%72.16%
CMYK14.67%0.00%44.57%
27.84%

Color #9DB866 in popluar number systems.

HEX9DB866
Decimal157184102
Binary10011101101110001100110
Octal235270146

Shades and tints

Shades of #9DB866

#9DB866
(157,184,102)
#8FA85D
(143,168,93)
#819854
(129,152,84)
#73884B
(115,136,75)
#657842
(101,120,66)
#576839
(87,104,57)
#495830
(73,88,48)
#3B4827
(59,72,39)
#2D381E
(45,56,30)
#1F2815
(31,40,21)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #9DB866

#9DB866
(157,184,102)
#A5BE73
(165,190,115)
#ADC480
(173,196,128)
#B5CA8D
(181,202,141)
#BDD09A
(189,208,154)
#C5D6A7
(197,214,167)
#CDDCB4
(205,220,180)
#D5E2C1
(213,226,193)
#DDE8CE
(221,232,206)
#E5EEDB
(229,238,219)
#EDF4E8
(237,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB866; }

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

This text font color is #9DB866.


Background Color

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

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

This div background color is #9DB866.


Border color

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

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

This div border color is #9DB866.


Opacity

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

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

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

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

This text has shadow with #9DB866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB866 on black background.


Color preview on white background

This text has color #9DB866 on white background.



Black color preview on #9DB866 background

This text has black color on #9DB866 background.


White color preview on #9DB866 background

This text has white color on #9DB866 background.