COLOR #8EA181

HEX: #8EA181 RGB: (142,161,129)

Color info

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

RGB color model

#8EA181 color RGB value is (142,161,129).

RGB: (142,161,129) (56%, 63%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 161 of 255 = 63%
B 129 of 255 = 51%

142
161
129

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

Portions of RGB colors in percentages

R + G + B = 142 + 161 + 129 = 432 (100%)
R 142 of 432 ~ 32.87%
G 161 of 432 ~ 37.27%
B 129 of 432 ~ 29.86'%

%32.87
%37.27
%29.86

CMYK color model

#8EA181 color CMYK value is (12,0,20,37).

  • cyan value is 11.80%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 36.86%

CMYK: (12,0,20,37)
C12M0Y20K37 (12%, 0%, 20%, 37%)
(0.12 / 0.00 / 0.20 / 0.37)

CMYK percentages

%11.8
%0
%19.88
%36.86

Codes

Color #8EA181 in popluar color models

8E A1 81
RGB 142 161 129
HSL 96° 14.55% 56.86%
HSB/HSV 96° 19.88% 63.14%
CMYK 11.80% 0.00% 19.88%
36.86%

Color #8EA181 in popluar number systems.

HEX 8E A1 81
Decimal 142 161 129
Binary 10001110 10100001 10000001
Octal 216 241 201

Shades and tints

Shades of #8EA181

#8EA181
(142,161,129)
#829376
(130,147,118)
#76856B
(118,133,107)
#6A7760
(106,119,96)
#5E6955
(94,105,85)
#525B4A
(82,91,74)
#464D3F
(70,77,63)
#3A3F34
(58,63,52)
#2E3129
(46,49,41)
#22231E
(34,35,30)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #8EA181

#8EA181
(142,161,129)
#98A98C
(152,169,140)
#A2B197
(162,177,151)
#ACB9A2
(172,185,162)
#B6C1AD
(182,193,173)
#C0C9B8
(192,201,184)
#CAD1C3
(202,209,195)
#D4D9CE
(212,217,206)
#DEE1D9
(222,225,217)
#E8E9E4
(232,233,228)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA181; }

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

This text font color is #8EA181.

Background Color

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

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

This div background color is #8EA181.

Border color

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

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

This div border color is #8EA181.

Opacity

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

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

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

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

This text has shadow with #8EA181 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA181.

Preview

Color preview on black background

This text has color #8EA181 on black background.


Color preview on white background

This text has color #8EA181 on white background.


Black color preview on #8EA181 background

This text has black color on #8EA181 background.


White color preview on #8EA181 background

This text has white color on #8EA181 background.


Related colors

Complementary color

Complementary color for #hex is #715E7E.


I love getcolorcode.com

Triadic colors

1 #818EA1 and #A1818E with #8EA181 are triadic colors.

2 #81A18E and #A18E81 with #8EA181 are triadic colors.