COLOR #8EAB87

HEX: #8EAB87
RGB: (142,171,135)

Color info

#8EAB87 contains red, green and blue colors in about the same proportion. Web safe color of #8EAB87 is #999999 (or #999).

RGB color model

#8EAB87 color RGB value is (142,171,135).

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

RGB channels and saturation

R 142 of 255 = 56%
G 171 of 255 = 67%
B 135 of 255 = 53%

142
171
135

R + G + B ~ 59%. #8EAB87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 171 + 135 = 448 (100%)
R 142 of 448 ~ 31.7%
G 171 of 448 ~ 38.17%
B 135 of 448 ~ 30.13%

%31.7
%38.17
%30.13

CMYK color model

#8EAB87 color CMYK value is (17,0,21,33).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK:
(17,0,21,33)
C17M0Y21K33 
(17%,0%,21%,33%)
(0.17/0.00/0.21/0.33)	

CMYK percentages

%16.96
%0
%21.05
%32.94

Codes

Color #8EAB87 in popluar color models

8EAB87
RGB142171135
HSL108°17.65%60.00%
HSB/HSV108°21.05%67.06%
CMYK16.96%0.00%21.05%
32.94%

Color #8EAB87 in popluar number systems.

HEX8EAB87
Decimal142171135
Binary100011101010101110000111
Octal216253207

Shades and tints

Shades of #8EAB87

#8EAB87
(142,171,135)
#829C7B
(130,156,123)
#768D6F
(118,141,111)
#6A7E63
(106,126,99)
#5E6F57
(94,111,87)
#52604B
(82,96,75)
#46513F
(70,81,63)
#3A4233
(58,66,51)
#2E3327
(46,51,39)
#22241B
(34,36,27)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #8EAB87

#8EAB87
(142,171,135)
#98B291
(152,178,145)
#A2B99B
(162,185,155)
#ACC0A5
(172,192,165)
#B6C7AF
(182,199,175)
#C0CEB9
(192,206,185)
#CAD5C3
(202,213,195)
#D4DCCD
(212,220,205)
#DEE3D7
(222,227,215)
#E8EAE1
(232,234,225)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAB87; }

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

This text font color is #8EAB87.


Background Color

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

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

This div background color is #8EAB87.


Border color

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

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

This div border color is #8EAB87.


Opacity

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

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

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

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

This text has shadow with #8EAB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAB87 on black background.


Color preview on white background

This text has color #8EAB87 on white background.



Black color preview on #8EAB87 background

This text has black color on #8EAB87 background.


White color preview on #8EAB87 background

This text has white color on #8EAB87 background.