COLOR #8EAC7E

HEX: #8EAC7E
RGB: (142,172,126)

Color info

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

RGB color model

#8EAC7E color RGB value is (142,172,126).

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

RGB channels and saturation

R 142 of 255 = 56%
G 172 of 255 = 67%
B 126 of 255 = 49%

142
172
126

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

Portions of RGB colors in percentages

R + G + B =
142 + 172 + 126 = 440 (100%)
R 142 of 440 ~ 32.27%
G 172 of 440 ~ 39.09%
B 126 of 440 ~ 28.64%

%32.27
%39.09
%28.64

CMYK color model

#8EAC7E color CMYK value is (17,0,27,33).

  • cyan value is 17.44%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 32.55%
CMYK:
(17,0,27,33)
C17M0Y27K33 
(17%,0%,27%,33%)
(0.17/0.00/0.27/0.33)	

CMYK percentages

%17.44
%0
%26.74
%32.55

Codes

Color #8EAC7E in popluar color models

8EAC7E
RGB142172126
HSL99°21.70%58.43%
HSB/HSV99°26.74%67.45%
CMYK17.44%0.00%26.74%
32.55%

Color #8EAC7E in popluar number systems.

HEX8EAC7E
Decimal142172126
Binary10001110101011001111110
Octal216254176

Shades and tints

Shades of #8EAC7E

#8EAC7E
(142,172,126)
#829D73
(130,157,115)
#768E68
(118,142,104)
#6A7F5D
(106,127,93)
#5E7052
(94,112,82)
#526147
(82,97,71)
#46523C
(70,82,60)
#3A4331
(58,67,49)
#2E3426
(46,52,38)
#22251B
(34,37,27)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #8EAC7E

#8EAC7E
(142,172,126)
#98B389
(152,179,137)
#A2BA94
(162,186,148)
#ACC19F
(172,193,159)
#B6C8AA
(182,200,170)
#C0CFB5
(192,207,181)
#CAD6C0
(202,214,192)
#D4DDCB
(212,221,203)
#DEE4D6
(222,228,214)
#E8EBE1
(232,235,225)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAC7E; }

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

This text font color is #8EAC7E.


Background Color

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

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

This div background color is #8EAC7E.


Border color

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

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

This div border color is #8EAC7E.


Opacity

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

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

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

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

This text has shadow with #8EAC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAC7E on black background.


Color preview on white background

This text has color #8EAC7E on white background.



Black color preview on #8EAC7E background

This text has black color on #8EAC7E background.


White color preview on #8EAC7E background

This text has white color on #8EAC7E background.