COLOR #8EA17E

HEX: #8EA17E
RGB: (142,161,126)

Color info

#8EA17E contains red, green and blue colors in about the same proportion. Web safe color of #8EA17E is #999966 (or #996).

RGB color model

#8EA17E color RGB value is (142,161,126).

  • red value is 142;
  • green value is 161;
  • blue value is 126.
RGB:
(142,161,126)
(56%,63%,49%)

RGB channels and saturation

R 142 of 255 = 56%
G 161 of 255 = 63%
B 126 of 255 = 49%

142
161
126

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

Portions of RGB colors in percentages

R + G + B =
142 + 161 + 126 = 429 (100%)
R 142 of 429 ~ 33.1%
G 161 of 429 ~ 37.53%
B 126 of 429 ~ 29.37%

%33.1
%37.53
%29.37

CMYK color model

#8EA17E color CMYK value is (12,0,22,37).

  • cyan value is 11.80%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK:
(12,0,22,37)
C12M0Y22K37 
(12%,0%,22%,37%)
(0.12/0.00/0.22/0.37)	

CMYK percentages

%11.8
%0
%21.74
%36.86

Codes

Color #8EA17E in popluar color models

8EA17E
RGB142161126
HSL93°15.70%56.27%
HSB/HSV93°21.74%63.14%
CMYK11.80%0.00%21.74%
36.86%

Color #8EA17E in popluar number systems.

HEX8EA17E
Decimal142161126
Binary10001110101000011111110
Octal216241176

Shades and tints

Shades of #8EA17E

#8EA17E
(142,161,126)
#829373
(130,147,115)
#768568
(118,133,104)
#6A775D
(106,119,93)
#5E6952
(94,105,82)
#525B47
(82,91,71)
#464D3C
(70,77,60)
#3A3F31
(58,63,49)
#2E3126
(46,49,38)
#22231B
(34,35,27)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #8EA17E

#8EA17E
(142,161,126)
#98A989
(152,169,137)
#A2B194
(162,177,148)
#ACB99F
(172,185,159)
#B6C1AA
(182,193,170)
#C0C9B5
(192,201,181)
#CAD1C0
(202,209,192)
#D4D9CB
(212,217,203)
#DEE1D6
(222,225,214)
#E8E9E1
(232,233,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA17E color. Also use rgb(142,161,126) instead hex code.

Text Font Color

.myTextColor { color: #8EA17E; }

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

This text font color is #8EA17E.


Background Color

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

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

This div background color is #8EA17E.


Border color

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

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

This div border color is #8EA17E.


Opacity

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

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

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

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

This text has shadow with #8EA17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA17E on black background.


Color preview on white background

This text has color #8EA17E on white background.



Black color preview on #8EA17E background

This text has black color on #8EA17E background.


White color preview on #8EA17E background

This text has white color on #8EA17E background.