COLOR #8EA47F

HEX: #8EA47F RGB: (142,164,127)

Color info

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

RGB color model

#8EA47F color RGB value is (142,164,127).

RGB: (142,164,127) (56%, 64%, 50%)

RGB channels and saturation

R 142 of 255 = 56%
G 164 of 255 = 64%
B 127 of 255 = 50%

142
164
127

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

Portions of RGB colors in percentages

R + G + B = 142 + 164 + 127 = 433 (100%)
R 142 of 433 ~ 32.79%
G 164 of 433 ~ 37.88%
B 127 of 433 ~ 29.33'%

%32.79
%37.88
%29.33

CMYK color model

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

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 22.56%
  • 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
%22.56
%35.69

Codes

Color #8EA47F in popluar color models

8E A4 7F
RGB 142 164 127
HSL 96° 16.89% 57.06%
HSB/HSV 96° 22.56% 64.31%
CMYK 13.41% 0.00% 22.56%
35.69%

Color #8EA47F in popluar number systems.

HEX 8E A4 7F
Decimal 142 164 127
Binary 10001110 10100100 1111111
Octal 216 244 177

Shades and tints

Shades of #8EA47F

#8EA47F
(142,164,127)
#829674
(130,150,116)
#768869
(118,136,105)
#6A7A5E
(106,122,94)
#5E6C53
(94,108,83)
#525E48
(82,94,72)
#46503D
(70,80,61)
#3A4232
(58,66,50)
#2E3427
(46,52,39)
#22261C
(34,38,28)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #8EA47F

#8EA47F
(142,164,127)
#98AC8A
(152,172,138)
#A2B495
(162,180,149)
#ACBCA0
(172,188,160)
#B6C4AB
(182,196,171)
#C0CCB6
(192,204,182)
#CAD4C1
(202,212,193)
#D4DCCC
(212,220,204)
#DEE4D7
(222,228,215)
#E8ECE2
(232,236,226)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA47F; }

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

This text font color is #8EA47F.

Background Color

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

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

This div background color is #8EA47F.

Border color

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

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

This div border color is #8EA47F.

Opacity

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

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

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

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

This text has shadow with #8EA47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA47F.

Preview

Color preview on black background

This text has color #8EA47F on black background.


Color preview on white background

This text has color #8EA47F on white background.


Black color preview on #8EA47F background

This text has black color on #8EA47F background.


White color preview on #8EA47F background

This text has white color on #8EA47F background.


Related colors

Complementary color

Complementary color for #hex is #715B80.


I love getcolorcode.com

Triadic colors

1 #7F8EA4 and #A47F8E with #8EA47F are triadic colors.

2 #7FA48E and #A48E7F with #8EA47F are triadic colors.