COLOR #9DB58B

HEX: #9DB58B
RGB: (157,181,139)

Color info

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

RGB color model

#9DB58B color RGB value is (157,181,139).

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

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 139 of 255 = 55%

157
181
139

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

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 139 = 477 (100%)
R 157 of 477 ~ 32.91%
G 181 of 477 ~ 37.95%
B 139 of 477 ~ 29.14%

%32.91
%37.95
%29.14

CMYK color model

#9DB58B color CMYK value is (13,0,23,29).

  • cyan value is 13.26%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 29.02%
CMYK:
(13,0,23,29)
C13M0Y23K29 
(13%,0%,23%,29%)
(0.13/0.00/0.23/0.29)	

CMYK percentages

%13.26
%0
%23.2
%29.02

Codes

Color #9DB58B in popluar color models

9DB58B
RGB157181139
HSL94°22.11%62.75%
HSB/HSV94°23.20%70.98%
CMYK13.26%0.00%23.20%
29.02%

Color #9DB58B in popluar number systems.

HEX9DB58B
Decimal157181139
Binary100111011011010110001011
Octal235265213

Shades and tints

Shades of #9DB58B

#9DB58B
(157,181,139)
#8FA57F
(143,165,127)
#819573
(129,149,115)
#738567
(115,133,103)
#65755B
(101,117,91)
#57654F
(87,101,79)
#495543
(73,85,67)
#3B4537
(59,69,55)
#2D352B
(45,53,43)
#1F251F
(31,37,31)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #9DB58B

#9DB58B
(157,181,139)
#A5BB95
(165,187,149)
#ADC19F
(173,193,159)
#B5C7A9
(181,199,169)
#BDCDB3
(189,205,179)
#C5D3BD
(197,211,189)
#CDD9C7
(205,217,199)
#D5DFD1
(213,223,209)
#DDE5DB
(221,229,219)
#E5EBE5
(229,235,229)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB58B; }

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

This text font color is #9DB58B.


Background Color

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

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

This div background color is #9DB58B.


Border color

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

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

This div border color is #9DB58B.


Opacity

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

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

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

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

This text has shadow with #9DB58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB58B on black background.


Color preview on white background

This text has color #9DB58B on white background.



Black color preview on #9DB58B background

This text has black color on #9DB58B background.


White color preview on #9DB58B background

This text has white color on #9DB58B background.