COLOR #9EB59B

HEX: #9EB59B
RGB: (158,181,155)

Color info

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

RGB color model

#9EB59B color RGB value is (158,181,155).

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

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 155 of 255 = 61%

158
181
155

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

Portions of RGB colors in percentages

R + G + B =
158 + 181 + 155 = 494 (100%)
R 158 of 494 ~ 31.98%
G 181 of 494 ~ 36.64%
B 155 of 494 ~ 31.38%

%31.98
%36.64
%31.38

CMYK color model

#9EB59B color CMYK value is (13,0,14,29).

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(13,0,14,29)
C13M0Y14K29 
(13%,0%,14%,29%)
(0.13/0.00/0.14/0.29)	

CMYK percentages

%12.71
%0
%14.36
%29.02

Codes

Color #9EB59B in popluar color models

9EB59B
RGB158181155
HSL113°14.94%65.88%
HSB/HSV113°14.36%70.98%
CMYK12.71%0.00%14.36%
29.02%

Color #9EB59B in popluar number systems.

HEX9EB59B
Decimal158181155
Binary100111101011010110011011
Octal236265233

Shades and tints

Shades of #9EB59B

#9EB59B
(158,181,155)
#90A58D
(144,165,141)
#82957F
(130,149,127)
#748571
(116,133,113)
#667563
(102,117,99)
#586555
(88,101,85)
#4A5547
(74,85,71)
#3C4539
(60,69,57)
#2E352B
(46,53,43)
#20251D
(32,37,29)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #9EB59B

#9EB59B
(158,181,155)
#A6BBA4
(166,187,164)
#AEC1AD
(174,193,173)
#B6C7B6
(182,199,182)
#BECDBF
(190,205,191)
#C6D3C8
(198,211,200)
#CED9D1
(206,217,209)
#D6DFDA
(214,223,218)
#DEE5E3
(222,229,227)
#E6EBEC
(230,235,236)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB59B; }

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

This text font color is #9EB59B.


Background Color

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

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

This div background color is #9EB59B.


Border color

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

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

This div border color is #9EB59B.


Opacity

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

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

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

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

This text has shadow with #9EB59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB59B on black background.


Color preview on white background

This text has color #9EB59B on white background.



Black color preview on #9EB59B background

This text has black color on #9EB59B background.


White color preview on #9EB59B background

This text has white color on #9EB59B background.