COLOR #8EA86D

HEX: #8EA86D RGB: (142,168,109)

Color info

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

RGB color model

#8EA86D color RGB value is (142,168,109).

RGB: (142,168,109) (56%, 66%, 43%)

RGB channels and saturation

R 142 of 255 = 56%
G 168 of 255 = 66%
B 109 of 255 = 43%

142
168
109

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

Portions of RGB colors in percentages

R + G + B = 142 + 168 + 109 = 419 (100%)
R 142 of 419 ~ 33.89%
G 168 of 419 ~ 40.1%
B 109 of 419 ~ 26.01'%

%33.89
%40.1
%26.01

CMYK color model

#8EA86D color CMYK value is (15,0,35,34).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 34.12%

CMYK: (15,0,35,34)
C15M0Y35K34 (15%, 0%, 35%, 34%)
(0.15 / 0.00 / 0.35 / 0.34)

CMYK percentages

%15.48
%0
%35.12
%34.12

Codes

Color #8EA86D in popluar color models

8E A8 6D
RGB 142 168 109
HSL 86° 25.32% 54.31%
HSB/HSV 86° 35.12% 65.88%
CMYK 15.48% 0.00% 35.12%
34.12%

Color #8EA86D in popluar number systems.

HEX 8E A8 6D
Decimal 142 168 109
Binary 10001110 10101000 1101101
Octal 216 250 155

Shades and tints

Shades of #8EA86D

#8EA86D
(142,168,109)
#829964
(130,153,100)
#768A5B
(118,138,91)
#6A7B52
(106,123,82)
#5E6C49
(94,108,73)
#525D40
(82,93,64)
#464E37
(70,78,55)
#3A3F2E
(58,63,46)
#2E3025
(46,48,37)
#22211C
(34,33,28)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #8EA86D

#8EA86D
(142,168,109)
#98AF7A
(152,175,122)
#A2B687
(162,182,135)
#ACBD94
(172,189,148)
#B6C4A1
(182,196,161)
#C0CBAE
(192,203,174)
#CAD2BB
(202,210,187)
#D4D9C8
(212,217,200)
#DEE0D5
(222,224,213)
#E8E7E2
(232,231,226)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA86D color. Also use rgb(142,168,109) instead hex code.

Text Font Color

.myTextColor { color: #8EA86D; }

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

This text font color is #8EA86D.

Background Color

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

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

This div background color is #8EA86D.

Border color

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

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

This div border color is #8EA86D.

Opacity

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

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

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

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

This text has shadow with #8EA86D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA86D.

Preview

Color preview on black background

This text has color #8EA86D on black background.


Color preview on white background

This text has color #8EA86D on white background.


Black color preview on #8EA86D background

This text has black color on #8EA86D background.


White color preview on #8EA86D background

This text has white color on #8EA86D background.


Related colors

Complementary color

Complementary color for #hex is #715792.


I love getcolorcode.com

Triadic colors

1 #6D8EA8 and #A86D8E with #8EA86D are triadic colors.

2 #6DA88E and #A88E6D with #8EA86D are triadic colors.