COLOR #8EA086

HEX: #8EA086
RGB: (142,160,134)

Color info

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

RGB color model

#8EA086 color RGB value is (142,160,134).

  • red value is 142;
  • green value is 160;
  • blue value is 134.
RGB:
(142,160,134)
(56%,63%,53%)

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 134 of 255 = 53%

142
160
134

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

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 134 = 436 (100%)
R 142 of 436 ~ 32.57%
G 160 of 436 ~ 36.7%
B 134 of 436 ~ 30.73%

%32.57
%36.7
%30.73

CMYK color model

#8EA086 color CMYK value is (11,0,16,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 16.25%
  • key color value is 37.25%
CMYK:
(11,0,16,37)
C11M0Y16K37 
(11%,0%,16%,37%)
(0.11/0.00/0.16/0.37)	

CMYK percentages

%11.25
%0
%16.25
%37.25

Codes

Color #8EA086 in popluar color models

8EA086
RGB142160134
HSL102°12.04%57.65%
HSB/HSV102°16.25%62.75%
CMYK11.25%0.00%16.25%
37.25%

Color #8EA086 in popluar number systems.

HEX8EA086
Decimal142160134
Binary100011101010000010000110
Octal216240206

Shades and tints

Shades of #8EA086

#8EA086
(142,160,134)
#82927A
(130,146,122)
#76846E
(118,132,110)
#6A7662
(106,118,98)
#5E6856
(94,104,86)
#525A4A
(82,90,74)
#464C3E
(70,76,62)
#3A3E32
(58,62,50)
#2E3026
(46,48,38)
#22221A
(34,34,26)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #8EA086

#8EA086
(142,160,134)
#98A891
(152,168,145)
#A2B09C
(162,176,156)
#ACB8A7
(172,184,167)
#B6C0B2
(182,192,178)
#C0C8BD
(192,200,189)
#CAD0C8
(202,208,200)
#D4D8D3
(212,216,211)
#DEE0DE
(222,224,222)
#E8E8E9
(232,232,233)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA086 color. Also use rgb(142,160,134) instead hex code.

Text Font Color

.myTextColor { color: #8EA086; }

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

This text font color is #8EA086.


Background Color

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

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

This div background color is #8EA086.


Border color

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

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

This div border color is #8EA086.


Opacity

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

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

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

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

This text has shadow with #8EA086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA086 on black background.


Color preview on white background

This text has color #8EA086 on white background.



Black color preview on #8EA086 background

This text has black color on #8EA086 background.


White color preview on #8EA086 background

This text has white color on #8EA086 background.