COLOR #9DB99D

HEX: #9DB99D
RGB: (157,185,157)

Color info

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

RGB color model

#9DB99D color RGB value is (157,185,157).

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

RGB channels and saturation

R 157 of 255 = 62%
G 185 of 255 = 73%
B 157 of 255 = 62%

157
185
157

R + G + B ~ 66%. #9DB99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 185 + 157 = 499 (100%)
R 157 of 499 ~ 31.46%
G 185 of 499 ~ 37.07%
B 157 of 499 ~ 31.46%

%31.46
%37.07
%31.46

CMYK color model

#9DB99D color CMYK value is (15,0,15,27).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 27.45%
CMYK:
(15,0,15,27)
C15M0Y15K27 
(15%,0%,15%,27%)
(0.15/0.00/0.15/0.27)	

CMYK percentages

%15.14
%0
%15.14
%27.45

Codes

Color #9DB99D in popluar color models

9DB99D
RGB157185157
HSL120°16.67%67.06%
HSB/HSV120°15.14%72.55%
CMYK15.14%0.00%15.14%
27.45%

Color #9DB99D in popluar number systems.

HEX9DB99D
Decimal157185157
Binary100111011011100110011101
Octal235271235

Shades and tints

Shades of #9DB99D

#9DB99D
(157,185,157)
#8FA98F
(143,169,143)
#819981
(129,153,129)
#738973
(115,137,115)
#657965
(101,121,101)
#576957
(87,105,87)
#495949
(73,89,73)
#3B493B
(59,73,59)
#2D392D
(45,57,45)
#1F291F
(31,41,31)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #9DB99D

#9DB99D
(157,185,157)
#A5BFA5
(165,191,165)
#ADC5AD
(173,197,173)
#B5CBB5
(181,203,181)
#BDD1BD
(189,209,189)
#C5D7C5
(197,215,197)
#CDDDCD
(205,221,205)
#D5E3D5
(213,227,213)
#DDE9DD
(221,233,221)
#E5EFE5
(229,239,229)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB99D; }

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

This text font color is #9DB99D.


Background Color

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

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

This div background color is #9DB99D.


Border color

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

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

This div border color is #9DB99D.


Opacity

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

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

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

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

This text has shadow with #9DB99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB99D on black background.


Color preview on white background

This text has color #9DB99D on white background.



Black color preview on #9DB99D background

This text has black color on #9DB99D background.


White color preview on #9DB99D background

This text has white color on #9DB99D background.