COLOR #9DB66C

HEX: #9DB66C
RGB: (157,182,108)

Color info

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

RGB color model

#9DB66C color RGB value is (157,182,108).

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

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 108 of 255 = 42%

157
182
108

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

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 108 = 447 (100%)
R 157 of 447 ~ 35.12%
G 182 of 447 ~ 40.72%
B 108 of 447 ~ 24.16%

%35.12
%40.72
%24.16

CMYK color model

#9DB66C color CMYK value is (14,0,41,29).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 40.66%
  • key color value is 28.63%
CMYK:
(14,0,41,29)
C14M0Y41K29 
(14%,0%,41%,29%)
(0.14/0.00/0.41/0.29)	

CMYK percentages

%13.74
%0
%40.66
%28.63

Codes

Color #9DB66C in popluar color models

9DB66C
RGB157182108
HSL80°33.64%56.86%
HSB/HSV80°40.66%71.37%
CMYK13.74%0.00%40.66%
28.63%

Color #9DB66C in popluar number systems.

HEX9DB66C
Decimal157182108
Binary10011101101101101101100
Octal235266154

Shades and tints

Shades of #9DB66C

#9DB66C
(157,182,108)
#8FA663
(143,166,99)
#81965A
(129,150,90)
#738651
(115,134,81)
#657648
(101,118,72)
#57663F
(87,102,63)
#495636
(73,86,54)
#3B462D
(59,70,45)
#2D3624
(45,54,36)
#1F261B
(31,38,27)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #9DB66C

#9DB66C
(157,182,108)
#A5BC79
(165,188,121)
#ADC286
(173,194,134)
#B5C893
(181,200,147)
#BDCEA0
(189,206,160)
#C5D4AD
(197,212,173)
#CDDABA
(205,218,186)
#D5E0C7
(213,224,199)
#DDE6D4
(221,230,212)
#E5ECE1
(229,236,225)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB66C; }

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

This text font color is #9DB66C.


Background Color

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

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

This div background color is #9DB66C.


Border color

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

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

This div border color is #9DB66C.


Opacity

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

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

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

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

This text has shadow with #9DB66C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB66C on black background.


Color preview on white background

This text has color #9DB66C on white background.



Black color preview on #9DB66C background

This text has black color on #9DB66C background.


White color preview on #9DB66C background

This text has white color on #9DB66C background.