COLOR #9EBD87

HEX: #9EBD87
RGB: (158,189,135)

Color info

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

RGB color model

#9EBD87 color RGB value is (158,189,135).

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

RGB channels and saturation

R 158 of 255 = 62%
G 189 of 255 = 74%
B 135 of 255 = 53%

158
189
135

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

Portions of RGB colors in percentages

R + G + B =
158 + 189 + 135 = 482 (100%)
R 158 of 482 ~ 32.78%
G 189 of 482 ~ 39.21%
B 135 of 482 ~ 28.01%

%32.78
%39.21
%28.01

CMYK color model

#9EBD87 color CMYK value is (16,0,29,26).

  • cyan value is 16.40%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 25.88%
CMYK:
(16,0,29,26)
C16M0Y29K26 
(16%,0%,29%,26%)
(0.16/0.00/0.29/0.26)	

CMYK percentages

%16.4
%0
%28.57
%25.88

Codes

Color #9EBD87 in popluar color models

9EBD87
RGB158189135
HSL94°29.03%63.53%
HSB/HSV94°28.57%74.12%
CMYK16.40%0.00%28.57%
25.88%

Color #9EBD87 in popluar number systems.

HEX9EBD87
Decimal158189135
Binary100111101011110110000111
Octal236275207

Shades and tints

Shades of #9EBD87

#9EBD87
(158,189,135)
#90AC7B
(144,172,123)
#829B6F
(130,155,111)
#748A63
(116,138,99)
#667957
(102,121,87)
#58684B
(88,104,75)
#4A573F
(74,87,63)
#3C4633
(60,70,51)
#2E3527
(46,53,39)
#20241B
(32,36,27)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #9EBD87

#9EBD87
(158,189,135)
#A6C391
(166,195,145)
#AEC99B
(174,201,155)
#B6CFA5
(182,207,165)
#BED5AF
(190,213,175)
#C6DBB9
(198,219,185)
#CEE1C3
(206,225,195)
#D6E7CD
(214,231,205)
#DEEDD7
(222,237,215)
#E6F3E1
(230,243,225)
#EEF9EB
(238,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBD87; }

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

This text font color is #9EBD87.


Background Color

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

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

This div background color is #9EBD87.


Border color

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

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

This div border color is #9EBD87.


Opacity

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

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

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

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

This text has shadow with #9EBD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBD87 on black background.


Color preview on white background

This text has color #9EBD87 on white background.



Black color preview on #9EBD87 background

This text has black color on #9EBD87 background.


White color preview on #9EBD87 background

This text has white color on #9EBD87 background.