COLOR #9DB69D

HEX: #9DB69D
RGB: (157,182,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

157
182
157

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

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 157 = 496 (100%)
R 157 of 496 ~ 31.65%
G 182 of 496 ~ 36.69%
B 157 of 496 ~ 31.65%

%31.65
%36.69
%31.65

CMYK color model

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

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 13.74%
  • 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
%13.74
%28.63

Codes

Color #9DB69D in popluar color models

9DB69D
RGB157182157
HSL120°14.62%66.47%
HSB/HSV120°13.74%71.37%
CMYK13.74%0.00%13.74%
28.63%

Color #9DB69D in popluar number systems.

HEX9DB69D
Decimal157182157
Binary100111011011011010011101
Octal235266235

Shades and tints

Shades of #9DB69D

#9DB69D
(157,182,157)
#8FA68F
(143,166,143)
#819681
(129,150,129)
#738673
(115,134,115)
#657665
(101,118,101)
#576657
(87,102,87)
#495649
(73,86,73)
#3B463B
(59,70,59)
#2D362D
(45,54,45)
#1F261F
(31,38,31)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #9DB69D

#9DB69D
(157,182,157)
#A5BCA5
(165,188,165)
#ADC2AD
(173,194,173)
#B5C8B5
(181,200,181)
#BDCEBD
(189,206,189)
#C5D4C5
(197,212,197)
#CDDACD
(205,218,205)
#D5E0D5
(213,224,213)
#DDE6DD
(221,230,221)
#E5ECE5
(229,236,229)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB69D; }

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

This text font color is #9DB69D.


Background Color

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

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

This div background color is #9DB69D.


Border color

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

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

This div border color is #9DB69D.


Opacity

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

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

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

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

This text has shadow with #9DB69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB69D on black background.


Color preview on white background

This text has color #9DB69D on white background.



Black color preview on #9DB69D background

This text has black color on #9DB69D background.


White color preview on #9DB69D background

This text has white color on #9DB69D background.