COLOR #8EA27E

HEX: #8EA27E RGB: (142,162,126)

Color info

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

RGB color model

#8EA27E color RGB value is (142,162,126).

RGB: (142,162,126) (56%, 64%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 126 of 255 = 49%

142
162
126

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

Portions of RGB colors in percentages

R + G + B = 142 + 162 + 126 = 430 (100%)
R 142 of 430 ~ 33.02%
G 162 of 430 ~ 37.67%
B 126 of 430 ~ 29.3'%

%33.02
%37.67
%29.3

CMYK color model

#8EA27E color CMYK value is (12,0,22,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 36.47%

CMYK: (12,0,22,36)
C12M0Y22K36 (12%, 0%, 22%, 36%)
(0.12 / 0.00 / 0.22 / 0.36)

CMYK percentages

%12.35
%0
%22.22
%36.47

Codes

Color #8EA27E in popluar color models

8E A2 7E
RGB 142 162 126
HSL 93° 16.22% 56.47%
HSB/HSV 93° 22.22% 63.53%
CMYK 12.35% 0.00% 22.22%
36.47%

Color #8EA27E in popluar number systems.

HEX 8E A2 7E
Decimal 142 162 126
Binary 10001110 10100010 1111110
Octal 216 242 176

Shades and tints

Shades of #8EA27E

#8EA27E
(142,162,126)
#829473
(130,148,115)
#768668
(118,134,104)
#6A785D
(106,120,93)
#5E6A52
(94,106,82)
#525C47
(82,92,71)
#464E3C
(70,78,60)
#3A4031
(58,64,49)
#2E3226
(46,50,38)
#22241B
(34,36,27)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #8EA27E

#8EA27E
(142,162,126)
#98AA89
(152,170,137)
#A2B294
(162,178,148)
#ACBA9F
(172,186,159)
#B6C2AA
(182,194,170)
#C0CAB5
(192,202,181)
#CAD2C0
(202,210,192)
#D4DACB
(212,218,203)
#DEE2D6
(222,226,214)
#E8EAE1
(232,234,225)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA27E; }

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

This text font color is #8EA27E.

Background Color

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

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

This div background color is #8EA27E.

Border color

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

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

This div border color is #8EA27E.

Opacity

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

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

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

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

This text has shadow with #8EA27E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA27E.

Preview

Color preview on black background

This text has color #8EA27E on black background.


Color preview on white background

This text has color #8EA27E on white background.


Black color preview on #8EA27E background

This text has black color on #8EA27E background.


White color preview on #8EA27E background

This text has white color on #8EA27E background.


Related colors

Complementary color

Complementary color for #hex is #715D81.


I love getcolorcode.com

Triadic colors

1 #7E8EA2 and #A27E8E with #8EA27E are triadic colors.

2 #7EA28E and #A28E7E with #8EA27E are triadic colors.