COLOR #8EBD87

HEX: #8EBD87
RGB: (142,189,135)

Color info

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

RGB color model

#8EBD87 color RGB value is (142,189,135).

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

RGB channels and saturation

R 142 of 255 = 56%
G 189 of 255 = 74%
B 135 of 255 = 53%

142
189
135

R + G + B ~ 61%. #8EBD87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 189 + 135 = 466 (100%)
R 142 of 466 ~ 30.47%
G 189 of 466 ~ 40.56%
B 135 of 466 ~ 28.97%

%30.47
%40.56
%28.97

CMYK color model

#8EBD87 color CMYK value is (25,0,29,26).

  • cyan value is 24.87%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 25.88%
CMYK:
(25,0,29,26)
C25M0Y29K26 
(25%,0%,29%,26%)
(0.25/0.00/0.29/0.26)	

CMYK percentages

%24.87
%0
%28.57
%25.88

Codes

Color #8EBD87 in popluar color models

8EBD87
RGB142189135
HSL112°29.03%63.53%
HSB/HSV112°28.57%74.12%
CMYK24.87%0.00%28.57%
25.88%

Color #8EBD87 in popluar number systems.

HEX8EBD87
Decimal142189135
Binary100011101011110110000111
Octal216275207

Shades and tints

Shades of #8EBD87

#8EBD87
(142,189,135)
#82AC7B
(130,172,123)
#769B6F
(118,155,111)
#6A8A63
(106,138,99)
#5E7957
(94,121,87)
#52684B
(82,104,75)
#46573F
(70,87,63)
#3A4633
(58,70,51)
#2E3527
(46,53,39)
#22241B
(34,36,27)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #8EBD87

#8EBD87
(142,189,135)
#98C391
(152,195,145)
#A2C99B
(162,201,155)
#ACCFA5
(172,207,165)
#B6D5AF
(182,213,175)
#C0DBB9
(192,219,185)
#CAE1C3
(202,225,195)
#D4E7CD
(212,231,205)
#DEEDD7
(222,237,215)
#E8F3E1
(232,243,225)
#F2F9EB
(242,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBD87; }

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

This text font color is #8EBD87.


Background Color

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

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

This div background color is #8EBD87.


Border color

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

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

This div border color is #8EBD87.


Opacity

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

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

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

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

This text has shadow with #8EBD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBD87 on black background.


Color preview on white background

This text has color #8EBD87 on white background.



Black color preview on #8EBD87 background

This text has black color on #8EBD87 background.


White color preview on #8EBD87 background

This text has white color on #8EBD87 background.