COLOR #9EB987

HEX: #9EB987
RGB: (158,185,135)

Color info

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

RGB color model

#9EB987 color RGB value is (158,185,135).

  • red value is 158;
  • green value is 185;
  • blue value is 135.
RGB:
(158,185,135)
(62%,73%,53%)

RGB channels and saturation

R 158 of 255 = 62%
G 185 of 255 = 73%
B 135 of 255 = 53%

158
185
135

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

Portions of RGB colors in percentages

R + G + B =
158 + 185 + 135 = 478 (100%)
R 158 of 478 ~ 33.05%
G 185 of 478 ~ 38.7%
B 135 of 478 ~ 28.24%

%33.05
%38.7
%28.24

CMYK color model

#9EB987 color CMYK value is (15,0,27,27).

  • cyan value is 14.59%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 27.45%
CMYK:
(15,0,27,27)
C15M0Y27K27 
(15%,0%,27%,27%)
(0.15/0.00/0.27/0.27)	

CMYK percentages

%14.59
%0
%27.03
%27.45

Codes

Color #9EB987 in popluar color models

9EB987
RGB158185135
HSL92°26.32%62.75%
HSB/HSV92°27.03%72.55%
CMYK14.59%0.00%27.03%
27.45%

Color #9EB987 in popluar number systems.

HEX9EB987
Decimal158185135
Binary100111101011100110000111
Octal236271207

Shades and tints

Shades of #9EB987

#9EB987
(158,185,135)
#90A97B
(144,169,123)
#82996F
(130,153,111)
#748963
(116,137,99)
#667957
(102,121,87)
#58694B
(88,105,75)
#4A593F
(74,89,63)
#3C4933
(60,73,51)
#2E3927
(46,57,39)
#20291B
(32,41,27)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #9EB987

#9EB987
(158,185,135)
#A6BF91
(166,191,145)
#AEC59B
(174,197,155)
#B6CBA5
(182,203,165)
#BED1AF
(190,209,175)
#C6D7B9
(198,215,185)
#CEDDC3
(206,221,195)
#D6E3CD
(214,227,205)
#DEE9D7
(222,233,215)
#E6EFE1
(230,239,225)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB987 color. Also use rgb(158,185,135) instead hex code.

Text Font Color

.myTextColor { color: #9EB987; }

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

This text font color is #9EB987.


Background Color

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

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

This div background color is #9EB987.


Border color

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

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

This div border color is #9EB987.


Opacity

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

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

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

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

This text has shadow with #9EB987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB987 on black background.


Color preview on white background

This text has color #9EB987 on white background.



Black color preview on #9EB987 background

This text has black color on #9EB987 background.


White color preview on #9EB987 background

This text has white color on #9EB987 background.