COLOR #8EA86C

HEX: #8EA86C
RGB: (142,168,108)

Color info

#8EA86C contains mainly red and green colors. Web safe color of #8EA86C is #999966 (or #996).

RGB color model

#8EA86C color RGB value is (142,168,108).

  • red value is 142;
  • green value is 168;
  • blue value is 108.
RGB:
(142,168,108)
(56%,66%,42%)

RGB channels and saturation

R 142 of 255 = 56%
G 168 of 255 = 66%
B 108 of 255 = 42%

142
168
108

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

Portions of RGB colors in percentages

R + G + B =
142 + 168 + 108 = 418 (100%)
R 142 of 418 ~ 33.97%
G 168 of 418 ~ 40.19%
B 108 of 418 ~ 25.84%

%33.97
%40.19
%25.84

CMYK color model

#8EA86C color CMYK value is (15,0,36,34).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 34.12%
CMYK:
(15,0,36,34)
C15M0Y36K34 
(15%,0%,36%,34%)
(0.15/0.00/0.36/0.34)	

CMYK percentages

%15.48
%0
%35.71
%34.12

Codes

Color #8EA86C in popluar color models

8EA86C
RGB142168108
HSL86°25.64%54.12%
HSB/HSV86°35.71%65.88%
CMYK15.48%0.00%35.71%
34.12%

Color #8EA86C in popluar number systems.

HEX8EA86C
Decimal142168108
Binary10001110101010001101100
Octal216250154

Shades and tints

Shades of #8EA86C

#8EA86C
(142,168,108)
#829963
(130,153,99)
#768A5A
(118,138,90)
#6A7B51
(106,123,81)
#5E6C48
(94,108,72)
#525D3F
(82,93,63)
#464E36
(70,78,54)
#3A3F2D
(58,63,45)
#2E3024
(46,48,36)
#22211B
(34,33,27)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #8EA86C

#8EA86C
(142,168,108)
#98AF79
(152,175,121)
#A2B686
(162,182,134)
#ACBD93
(172,189,147)
#B6C4A0
(182,196,160)
#C0CBAD
(192,203,173)
#CAD2BA
(202,210,186)
#D4D9C7
(212,217,199)
#DEE0D4
(222,224,212)
#E8E7E1
(232,231,225)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA86C; }

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

This text font color is #8EA86C.


Background Color

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

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

This div background color is #8EA86C.


Border color

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

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

This div border color is #8EA86C.


Opacity

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

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

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

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

This text has shadow with #8EA86C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA86C on black background.


Color preview on white background

This text has color #8EA86C on white background.



Black color preview on #8EA86C background

This text has black color on #8EA86C background.


White color preview on #8EA86C background

This text has white color on #8EA86C background.