COLOR #9DB58E

HEX: #9DB58E
RGB: (157,181,142)

Color info

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

RGB color model

#9DB58E color RGB value is (157,181,142).

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

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 142 of 255 = 56%

157
181
142

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

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 142 = 480 (100%)
R 157 of 480 ~ 32.71%
G 181 of 480 ~ 37.71%
B 142 of 480 ~ 29.58%

%32.71
%37.71
%29.58

CMYK color model

#9DB58E color CMYK value is (13,0,22,29).

  • cyan value is 13.26%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(13,0,22,29)
C13M0Y22K29 
(13%,0%,22%,29%)
(0.13/0.00/0.22/0.29)	

CMYK percentages

%13.26
%0
%21.55
%29.02

Codes

Color #9DB58E in popluar color models

9DB58E
RGB157181142
HSL97°20.86%63.33%
HSB/HSV97°21.55%70.98%
CMYK13.26%0.00%21.55%
29.02%

Color #9DB58E in popluar number systems.

HEX9DB58E
Decimal157181142
Binary100111011011010110001110
Octal235265216

Shades and tints

Shades of #9DB58E

#9DB58E
(157,181,142)
#8FA582
(143,165,130)
#819576
(129,149,118)
#73856A
(115,133,106)
#65755E
(101,117,94)
#576552
(87,101,82)
#495546
(73,85,70)
#3B453A
(59,69,58)
#2D352E
(45,53,46)
#1F2522
(31,37,34)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #9DB58E

#9DB58E
(157,181,142)
#A5BB98
(165,187,152)
#ADC1A2
(173,193,162)
#B5C7AC
(181,199,172)
#BDCDB6
(189,205,182)
#C5D3C0
(197,211,192)
#CDD9CA
(205,217,202)
#D5DFD4
(213,223,212)
#DDE5DE
(221,229,222)
#E5EBE8
(229,235,232)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB58E; }

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

This text font color is #9DB58E.


Background Color

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

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

This div background color is #9DB58E.


Border color

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

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

This div border color is #9DB58E.


Opacity

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

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

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

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

This text has shadow with #9DB58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB58E on black background.


Color preview on white background

This text has color #9DB58E on white background.



Black color preview on #9DB58E background

This text has black color on #9DB58E background.


White color preview on #9DB58E background

This text has white color on #9DB58E background.