COLOR #9DB666

HEX: #9DB666
RGB: (157,182,102)

Color info

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

RGB color model

#9DB666 color RGB value is (157,182,102).

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

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 102 of 255 = 40%

157
182
102

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

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 102 = 441 (100%)
R 157 of 441 ~ 35.6%
G 182 of 441 ~ 41.27%
B 102 of 441 ~ 23.13%

%35.6
%41.27
%23.13

CMYK color model

#9DB666 color CMYK value is (14,0,44,29).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 43.96%
  • key color value is 28.63%
CMYK:
(14,0,44,29)
C14M0Y44K29 
(14%,0%,44%,29%)
(0.14/0.00/0.44/0.29)	

CMYK percentages

%13.74
%0
%43.96
%28.63

Codes

Color #9DB666 in popluar color models

9DB666
RGB157182102
HSL79°35.40%55.69%
HSB/HSV79°43.96%71.37%
CMYK13.74%0.00%43.96%
28.63%

Color #9DB666 in popluar number systems.

HEX9DB666
Decimal157182102
Binary10011101101101101100110
Octal235266146

Shades and tints

Shades of #9DB666

#9DB666
(157,182,102)
#8FA65D
(143,166,93)
#819654
(129,150,84)
#73864B
(115,134,75)
#657642
(101,118,66)
#576639
(87,102,57)
#495630
(73,86,48)
#3B4627
(59,70,39)
#2D361E
(45,54,30)
#1F2615
(31,38,21)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #9DB666

#9DB666
(157,182,102)
#A5BC73
(165,188,115)
#ADC280
(173,194,128)
#B5C88D
(181,200,141)
#BDCE9A
(189,206,154)
#C5D4A7
(197,212,167)
#CDDAB4
(205,218,180)
#D5E0C1
(213,224,193)
#DDE6CE
(221,230,206)
#E5ECDB
(229,236,219)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB666; }

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

This text font color is #9DB666.


Background Color

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

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

This div background color is #9DB666.


Border color

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

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

This div border color is #9DB666.


Opacity

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

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

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

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

This text has shadow with #9DB666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB666 on black background.


Color preview on white background

This text has color #9DB666 on white background.



Black color preview on #9DB666 background

This text has black color on #9DB666 background.


White color preview on #9DB666 background

This text has white color on #9DB666 background.