COLOR #8EA171

HEX: #8EA171 RGB: (142,161,113)

Color info

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

RGB color model

#8EA171 color RGB value is (142,161,113).

RGB: (142,161,113) (56%, 63%, 44%)

RGB channels and saturation

R 142 of 255 = 56%
G 161 of 255 = 63%
B 113 of 255 = 44%

142
161
113

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

Portions of RGB colors in percentages

R + G + B = 142 + 161 + 113 = 416 (100%)
R 142 of 416 ~ 34.13%
G 161 of 416 ~ 38.7%
B 113 of 416 ~ 27.16'%

%34.13
%38.7
%27.16

CMYK color model

#8EA171 color CMYK value is (12,0,30,37).

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

CMYK: (12,0,30,37)
C12M0Y30K37 (12%, 0%, 30%, 37%)
(0.12 / 0.00 / 0.30 / 0.37)

CMYK percentages

%11.8
%0
%29.81
%36.86

Codes

Color #8EA171 in popluar color models

8E A1 71
RGB 142 161 113
HSL 84° 20.34% 53.73%
HSB/HSV 84° 29.81% 63.14%
CMYK 11.80% 0.00% 29.81%
36.86%

Color #8EA171 in popluar number systems.

HEX 8E A1 71
Decimal 142 161 113
Binary 10001110 10100001 1110001
Octal 216 241 161

Shades and tints

Shades of #8EA171

#8EA171
(142,161,113)
#829367
(130,147,103)
#76855D
(118,133,93)
#6A7753
(106,119,83)
#5E6949
(94,105,73)
#525B3F
(82,91,63)
#464D35
(70,77,53)
#3A3F2B
(58,63,43)
#2E3121
(46,49,33)
#222317
(34,35,23)
#16150D
(22,21,13)
#000000
(0,0,0)

Tints of #8EA171

#8EA171
(142,161,113)
#98A97D
(152,169,125)
#A2B189
(162,177,137)
#ACB995
(172,185,149)
#B6C1A1
(182,193,161)
#C0C9AD
(192,201,173)
#CAD1B9
(202,209,185)
#D4D9C5
(212,217,197)
#DEE1D1
(222,225,209)
#E8E9DD
(232,233,221)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA171; }

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

This text font color is #8EA171.

Background Color

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

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

This div background color is #8EA171.

Border color

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

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

This div border color is #8EA171.

Opacity

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

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

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

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

This text has shadow with #8EA171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA171.

Preview

Color preview on black background

This text has color #8EA171 on black background.


Color preview on white background

This text has color #8EA171 on white background.


Black color preview on #8EA171 background

This text has black color on #8EA171 background.


White color preview on #8EA171 background

This text has white color on #8EA171 background.


Related colors

Complementary color

Complementary color for #hex is #715E8E.


I love getcolorcode.com

Triadic colors

1 #718EA1 and #A1718E with #8EA171 are triadic colors.

2 #71A18E and #A18E71 with #8EA171 are triadic colors.