COLOR #8EA981

HEX: #8EA981 RGB: (142,169,129)

Color info

#8EA981 contains red, green and blue colors in about the same proportion. Web safe color of #8EA981 is #999999 (or #999).

RGB color model

#8EA981 color RGB value is (142,169,129).

RGB: (142,169,129) (56%, 66%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 169 of 255 = 66%
B 129 of 255 = 51%

142
169
129

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

Portions of RGB colors in percentages

R + G + B = 142 + 169 + 129 = 440 (100%)
R 142 of 440 ~ 32.27%
G 169 of 440 ~ 38.41%
B 129 of 440 ~ 29.32'%

%32.27
%38.41
%29.32

CMYK color model

#8EA981 color CMYK value is (16,0,24,34).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 33.73%

CMYK: (16,0,24,34)
C16M0Y24K34 (16%, 0%, 24%, 34%)
(0.16 / 0.00 / 0.24 / 0.34)

CMYK percentages

%15.98
%0
%23.67
%33.73

Codes

Color #8EA981 in popluar color models

8E A9 81
RGB 142 169 129
HSL 101° 18.87% 58.43%
HSB/HSV 101° 23.67% 66.27%
CMYK 15.98% 0.00% 23.67%
33.73%

Color #8EA981 in popluar number systems.

HEX 8E A9 81
Decimal 142 169 129
Binary 10001110 10101001 10000001
Octal 216 251 201

Shades and tints

Shades of #8EA981

#8EA981
(142,169,129)
#829A76
(130,154,118)
#768B6B
(118,139,107)
#6A7C60
(106,124,96)
#5E6D55
(94,109,85)
#525E4A
(82,94,74)
#464F3F
(70,79,63)
#3A4034
(58,64,52)
#2E3129
(46,49,41)
#22221E
(34,34,30)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #8EA981

#8EA981
(142,169,129)
#98B08C
(152,176,140)
#A2B797
(162,183,151)
#ACBEA2
(172,190,162)
#B6C5AD
(182,197,173)
#C0CCB8
(192,204,184)
#CAD3C3
(202,211,195)
#D4DACE
(212,218,206)
#DEE1D9
(222,225,217)
#E8E8E4
(232,232,228)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA981 color. Also use rgb(142,169,129) instead hex code.

Text Font Color

.myTextColor { color: #8EA981; }

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

This text font color is #8EA981.

Background Color

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

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

This div background color is #8EA981.

Border color

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

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

This div border color is #8EA981.

Opacity

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

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

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

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

This text has shadow with #8EA981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA981.

Preview

Color preview on black background

This text has color #8EA981 on black background.


Color preview on white background

This text has color #8EA981 on white background.


Black color preview on #8EA981 background

This text has black color on #8EA981 background.


White color preview on #8EA981 background

This text has white color on #8EA981 background.


Related colors

Complementary color

Complementary color for #hex is #71567E.


I love getcolorcode.com

Triadic colors

1 #818EA9 and #A9818E with #8EA981 are triadic colors.

2 #81A98E and #A98E81 with #8EA981 are triadic colors.