COLOR #8EA47E

HEX: #8EA47E RGB: (142,164,126)

Color info

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

RGB color model

#8EA47E color RGB value is (142,164,126).

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

RGB channels and saturation

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

142
164
126

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

Portions of RGB colors in percentages

R + G + B = 142 + 164 + 126 = 432 (100%)
R 142 of 432 ~ 32.87%
G 164 of 432 ~ 37.96%
B 126 of 432 ~ 29.17'%

%32.87
%37.96
%29.17

CMYK color model

#8EA47E color CMYK value is (13,0,23,36).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 35.69%

CMYK: (13,0,23,36)
C13M0Y23K36 (13%, 0%, 23%, 36%)
(0.13 / 0.00 / 0.23 / 0.36)

CMYK percentages

%13.41
%0
%23.17
%35.69

Codes

Color #8EA47E in popluar color models

8E A4 7E
RGB 142 164 126
HSL 95° 17.27% 56.86%
HSB/HSV 95° 23.17% 64.31%
CMYK 13.41% 0.00% 23.17%
35.69%

Color #8EA47E in popluar number systems.

HEX 8E A4 7E
Decimal 142 164 126
Binary 10001110 10100100 1111110
Octal 216 244 176

Shades and tints

Shades of #8EA47E

#8EA47E
(142,164,126)
#829673
(130,150,115)
#768868
(118,136,104)
#6A7A5D
(106,122,93)
#5E6C52
(94,108,82)
#525E47
(82,94,71)
#46503C
(70,80,60)
#3A4231
(58,66,49)
#2E3426
(46,52,38)
#22261B
(34,38,27)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #8EA47E

#8EA47E
(142,164,126)
#98AC89
(152,172,137)
#A2B494
(162,180,148)
#ACBC9F
(172,188,159)
#B6C4AA
(182,196,170)
#C0CCB5
(192,204,181)
#CAD4C0
(202,212,192)
#D4DCCB
(212,220,203)
#DEE4D6
(222,228,214)
#E8ECE1
(232,236,225)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA47E; }

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

This text font color is #8EA47E.

Background Color

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

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

This div background color is #8EA47E.

Border color

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

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

This div border color is #8EA47E.

Opacity

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

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

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

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

This text has shadow with #8EA47E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA47E.

Preview

Color preview on black background

This text has color #8EA47E on black background.


Color preview on white background

This text has color #8EA47E on white background.


Black color preview on #8EA47E background

This text has black color on #8EA47E background.


White color preview on #8EA47E background

This text has white color on #8EA47E background.


Related colors

Complementary color

Complementary color for #hex is #715B81.


I love getcolorcode.com

Triadic colors

1 #7E8EA4 and #A47E8E with #8EA47E are triadic colors.

2 #7EA48E and #A48E7E with #8EA47E are triadic colors.