COLOR #9DB69C

HEX: #9DB69C
RGB: (157,182,156)

Color info

#9DB69C contains red, green and blue colors in about the same proportion. Web safe color of #9DB69C is #99CC99 (or #9C9).

RGB color model

#9DB69C color RGB value is (157,182,156).

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

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 156 of 255 = 61%

157
182
156

R + G + B ~ 65%. #9DB69C is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 156 = 495 (100%)
R 157 of 495 ~ 31.72%
G 182 of 495 ~ 36.77%
B 156 of 495 ~ 31.52%

%31.72
%36.77
%31.52

CMYK color model

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

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 28.63%
CMYK:
(14,0,14,29)
C14M0Y14K29 
(14%,0%,14%,29%)
(0.14/0.00/0.14/0.29)	

CMYK percentages

%13.74
%0
%14.29
%28.63

Codes

Color #9DB69C in popluar color models

9DB69C
RGB157182156
HSL118°15.12%66.27%
HSB/HSV118°14.29%71.37%
CMYK13.74%0.00%14.29%
28.63%

Color #9DB69C in popluar number systems.

HEX9DB69C
Decimal157182156
Binary100111011011011010011100
Octal235266234

Shades and tints

Shades of #9DB69C

#9DB69C
(157,182,156)
#8FA68E
(143,166,142)
#819680
(129,150,128)
#738672
(115,134,114)
#657664
(101,118,100)
#576656
(87,102,86)
#495648
(73,86,72)
#3B463A
(59,70,58)
#2D362C
(45,54,44)
#1F261E
(31,38,30)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #9DB69C

#9DB69C
(157,182,156)
#A5BCA5
(165,188,165)
#ADC2AE
(173,194,174)
#B5C8B7
(181,200,183)
#BDCEC0
(189,206,192)
#C5D4C9
(197,212,201)
#CDDAD2
(205,218,210)
#D5E0DB
(213,224,219)
#DDE6E4
(221,230,228)
#E5ECED
(229,236,237)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB69C; }

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

This text font color is #9DB69C.


Background Color

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

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

This div background color is #9DB69C.


Border color

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

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

This div border color is #9DB69C.


Opacity

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

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

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

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

This text has shadow with #9DB69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB69C on black background.


Color preview on white background

This text has color #9DB69C on white background.



Black color preview on #9DB69C background

This text has black color on #9DB69C background.


White color preview on #9DB69C background

This text has white color on #9DB69C background.