COLOR #8EA872

HEX: #8EA872
RGB: (142,168,114)

Color info

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

RGB color model

#8EA872 color RGB value is (142,168,114).

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

RGB channels and saturation

R 142 of 255 = 56%
G 168 of 255 = 66%
B 114 of 255 = 45%

142
168
114

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

Portions of RGB colors in percentages

R + G + B =
142 + 168 + 114 = 424 (100%)
R 142 of 424 ~ 33.49%
G 168 of 424 ~ 39.62%
B 114 of 424 ~ 26.89%

%33.49
%39.62
%26.89

CMYK color model

#8EA872 color CMYK value is (15,0,32,34).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 34.12%
CMYK:
(15,0,32,34)
C15M0Y32K34 
(15%,0%,32%,34%)
(0.15/0.00/0.32/0.34)	

CMYK percentages

%15.48
%0
%32.14
%34.12

Codes

Color #8EA872 in popluar color models

8EA872
RGB142168114
HSL89°23.68%55.29%
HSB/HSV89°32.14%65.88%
CMYK15.48%0.00%32.14%
34.12%

Color #8EA872 in popluar number systems.

HEX8EA872
Decimal142168114
Binary10001110101010001110010
Octal216250162

Shades and tints

Shades of #8EA872

#8EA872
(142,168,114)
#829968
(130,153,104)
#768A5E
(118,138,94)
#6A7B54
(106,123,84)
#5E6C4A
(94,108,74)
#525D40
(82,93,64)
#464E36
(70,78,54)
#3A3F2C
(58,63,44)
#2E3022
(46,48,34)
#222118
(34,33,24)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #8EA872

#8EA872
(142,168,114)
#98AF7E
(152,175,126)
#A2B68A
(162,182,138)
#ACBD96
(172,189,150)
#B6C4A2
(182,196,162)
#C0CBAE
(192,203,174)
#CAD2BA
(202,210,186)
#D4D9C6
(212,217,198)
#DEE0D2
(222,224,210)
#E8E7DE
(232,231,222)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA872; }

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

This text font color is #8EA872.


Background Color

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

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

This div background color is #8EA872.


Border color

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

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

This div border color is #8EA872.


Opacity

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

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

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

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

This text has shadow with #8EA872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA872 on black background.


Color preview on white background

This text has color #8EA872 on white background.



Black color preview on #8EA872 background

This text has black color on #8EA872 background.


White color preview on #8EA872 background

This text has white color on #8EA872 background.