COLOR #9DB59F

HEX: #9DB59F
RGB: (157,181,159)

Color info

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

RGB color model

#9DB59F color RGB value is (157,181,159).

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

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 159 of 255 = 62%

157
181
159

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

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 159 = 497 (100%)
R 157 of 497 ~ 31.59%
G 181 of 497 ~ 36.42%
B 159 of 497 ~ 31.99%

%31.59
%36.42
%31.99

CMYK color model

#9DB59F color CMYK value is (13,0,12,29).

  • cyan value is 13.26%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 29.02%
CMYK:
(13,0,12,29)
C13M0Y12K29 
(13%,0%,12%,29%)
(0.13/0.00/0.12/0.29)	

CMYK percentages

%13.26
%0
%12.15
%29.02

Codes

Color #9DB59F in popluar color models

9DB59F
RGB157181159
HSL125°13.95%66.27%
HSB/HSV125°13.26%70.98%
CMYK13.26%0.00%12.15%
29.02%

Color #9DB59F in popluar number systems.

HEX9DB59F
Decimal157181159
Binary100111011011010110011111
Octal235265237

Shades and tints

Shades of #9DB59F

#9DB59F
(157,181,159)
#8FA591
(143,165,145)
#819583
(129,149,131)
#738575
(115,133,117)
#657567
(101,117,103)
#576559
(87,101,89)
#49554B
(73,85,75)
#3B453D
(59,69,61)
#2D352F
(45,53,47)
#1F2521
(31,37,33)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #9DB59F

#9DB59F
(157,181,159)
#A5BBA7
(165,187,167)
#ADC1AF
(173,193,175)
#B5C7B7
(181,199,183)
#BDCDBF
(189,205,191)
#C5D3C7
(197,211,199)
#CDD9CF
(205,217,207)
#D5DFD7
(213,223,215)
#DDE5DF
(221,229,223)
#E5EBE7
(229,235,231)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB59F; }

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

This text font color is #9DB59F.


Background Color

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

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

This div background color is #9DB59F.


Border color

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

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

This div border color is #9DB59F.


Opacity

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

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

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

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

This text has shadow with #9DB59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB59F on black background.


Color preview on white background

This text has color #9DB59F on white background.



Black color preview on #9DB59F background

This text has black color on #9DB59F background.


White color preview on #9DB59F background

This text has white color on #9DB59F background.