COLOR #9DB88B

HEX: #9DB88B
RGB: (157,184,139)

Color info

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

RGB color model

#9DB88B color RGB value is (157,184,139).

  • red value is 157;
  • green value is 184;
  • blue value is 139.
RGB:
(157,184,139)
(62%,72%,55%)

RGB channels and saturation

R 157 of 255 = 62%
G 184 of 255 = 72%
B 139 of 255 = 55%

157
184
139

R + G + B ~ 63%. #9DB88B is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 184 + 139 = 480 (100%)
R 157 of 480 ~ 32.71%
G 184 of 480 ~ 38.33%
B 139 of 480 ~ 28.96%

%32.71
%38.33
%28.96

CMYK color model

#9DB88B color CMYK value is (15,0,24,28).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 27.84%
CMYK:
(15,0,24,28)
C15M0Y24K28 
(15%,0%,24%,28%)
(0.15/0.00/0.24/0.28)	

CMYK percentages

%14.67
%0
%24.46
%27.84

Codes

Color #9DB88B in popluar color models

9DB88B
RGB157184139
HSL96°24.06%63.33%
HSB/HSV96°24.46%72.16%
CMYK14.67%0.00%24.46%
27.84%

Color #9DB88B in popluar number systems.

HEX9DB88B
Decimal157184139
Binary100111011011100010001011
Octal235270213

Shades and tints

Shades of #9DB88B

#9DB88B
(157,184,139)
#8FA87F
(143,168,127)
#819873
(129,152,115)
#738867
(115,136,103)
#65785B
(101,120,91)
#57684F
(87,104,79)
#495843
(73,88,67)
#3B4837
(59,72,55)
#2D382B
(45,56,43)
#1F281F
(31,40,31)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #9DB88B

#9DB88B
(157,184,139)
#A5BE95
(165,190,149)
#ADC49F
(173,196,159)
#B5CAA9
(181,202,169)
#BDD0B3
(189,208,179)
#C5D6BD
(197,214,189)
#CDDCC7
(205,220,199)
#D5E2D1
(213,226,209)
#DDE8DB
(221,232,219)
#E5EEE5
(229,238,229)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB88B; }

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

This text font color is #9DB88B.


Background Color

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

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

This div background color is #9DB88B.


Border color

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

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

This div border color is #9DB88B.


Opacity

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

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

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

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

This text has shadow with #9DB88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB88B on black background.


Color preview on white background

This text has color #9DB88B on white background.



Black color preview on #9DB88B background

This text has black color on #9DB88B background.


White color preview on #9DB88B background

This text has white color on #9DB88B background.