COLOR #8EA681

HEX: #8EA681 RGB: (142,166,129)

Color info

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

RGB color model

#8EA681 color RGB value is (142,166,129).

RGB: (142,166,129) (56%, 65%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 166 of 255 = 65%
B 129 of 255 = 51%

142
166
129

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

Portions of RGB colors in percentages

R + G + B = 142 + 166 + 129 = 437 (100%)
R 142 of 437 ~ 32.49%
G 166 of 437 ~ 37.99%
B 129 of 437 ~ 29.52'%

%32.49
%37.99
%29.52

CMYK color model

#8EA681 color CMYK value is (14,0,22,35).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 34.90%

CMYK: (14,0,22,35)
C14M0Y22K35 (14%, 0%, 22%, 35%)
(0.14 / 0.00 / 0.22 / 0.35)

CMYK percentages

%14.46
%0
%22.29
%34.9

Codes

Color #8EA681 in popluar color models

8E A6 81
RGB 142 166 129
HSL 99° 17.21% 57.84%
HSB/HSV 99° 22.29% 65.10%
CMYK 14.46% 0.00% 22.29%
34.90%

Color #8EA681 in popluar number systems.

HEX 8E A6 81
Decimal 142 166 129
Binary 10001110 10100110 10000001
Octal 216 246 201

Shades and tints

Shades of #8EA681

#8EA681
(142,166,129)
#829776
(130,151,118)
#76886B
(118,136,107)
#6A7960
(106,121,96)
#5E6A55
(94,106,85)
#525B4A
(82,91,74)
#464C3F
(70,76,63)
#3A3D34
(58,61,52)
#2E2E29
(46,46,41)
#221F1E
(34,31,30)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8EA681

#8EA681
(142,166,129)
#98AE8C
(152,174,140)
#A2B697
(162,182,151)
#ACBEA2
(172,190,162)
#B6C6AD
(182,198,173)
#C0CEB8
(192,206,184)
#CAD6C3
(202,214,195)
#D4DECE
(212,222,206)
#DEE6D9
(222,230,217)
#E8EEE4
(232,238,228)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA681; }

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

This text font color is #8EA681.

Background Color

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

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

This div background color is #8EA681.

Border color

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

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

This div border color is #8EA681.

Opacity

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

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

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

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

This text has shadow with #8EA681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA681.

Preview

Color preview on black background

This text has color #8EA681 on black background.


Color preview on white background

This text has color #8EA681 on white background.


Black color preview on #8EA681 background

This text has black color on #8EA681 background.


White color preview on #8EA681 background

This text has white color on #8EA681 background.


Related colors

Complementary color

Complementary color for #hex is #71597E.


I love getcolorcode.com

Triadic colors

1 #818EA6 and #A6818E with #8EA681 are triadic colors.

2 #81A68E and #A68E81 with #8EA681 are triadic colors.