COLOR #9EB58C

HEX: #9EB58C
RGB: (158,181,140)

Color info

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

RGB color model

#9EB58C color RGB value is (158,181,140).

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

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 140 of 255 = 55%

158
181
140

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

Portions of RGB colors in percentages

R + G + B =
158 + 181 + 140 = 479 (100%)
R 158 of 479 ~ 32.99%
G 181 of 479 ~ 37.79%
B 140 of 479 ~ 29.23%

%32.99
%37.79
%29.23

CMYK color model

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

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 22.65%
  • 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

%12.71
%0
%22.65
%29.02

Codes

Color #9EB58C in popluar color models

9EB58C
RGB158181140
HSL94°21.69%62.94%
HSB/HSV94°22.65%70.98%
CMYK12.71%0.00%22.65%
29.02%

Color #9EB58C in popluar number systems.

HEX9EB58C
Decimal158181140
Binary100111101011010110001100
Octal236265214

Shades and tints

Shades of #9EB58C

#9EB58C
(158,181,140)
#90A580
(144,165,128)
#829574
(130,149,116)
#748568
(116,133,104)
#66755C
(102,117,92)
#586550
(88,101,80)
#4A5544
(74,85,68)
#3C4538
(60,69,56)
#2E352C
(46,53,44)
#202520
(32,37,32)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #9EB58C

#9EB58C
(158,181,140)
#A6BB96
(166,187,150)
#AEC1A0
(174,193,160)
#B6C7AA
(182,199,170)
#BECDB4
(190,205,180)
#C6D3BE
(198,211,190)
#CED9C8
(206,217,200)
#D6DFD2
(214,223,210)
#DEE5DC
(222,229,220)
#E6EBE6
(230,235,230)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB58C color. Also use rgb(158,181,140) instead hex code.

Text Font Color

.myTextColor { color: #9EB58C; }

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

This text font color is #9EB58C.


Background Color

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

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

This div background color is #9EB58C.


Border color

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

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

This div border color is #9EB58C.


Opacity

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

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

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

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

This text has shadow with #9EB58C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9EB58C on black background.


Color preview on white background

This text has color #9EB58C on white background.



Black color preview on #9EB58C background

This text has black color on #9EB58C background.


White color preview on #9EB58C background

This text has white color on #9EB58C background.