COLOR #8EA07D

HEX: #8EA07D
RGB: (142,160,125)

Color info

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

RGB color model

#8EA07D color RGB value is (142,160,125).

  • red value is 142;
  • green value is 160;
  • blue value is 125.
RGB:
(142,160,125)
(56%,63%,49%)

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 125 of 255 = 49%

142
160
125

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

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 125 = 427 (100%)
R 142 of 427 ~ 33.26%
G 160 of 427 ~ 37.47%
B 125 of 427 ~ 29.27%

%33.26
%37.47
%29.27

CMYK color model

#8EA07D color CMYK value is (11,0,22,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 37.25%
CMYK:
(11,0,22,37)
C11M0Y22K37 
(11%,0%,22%,37%)
(0.11/0.00/0.22/0.37)	

CMYK percentages

%11.25
%0
%21.88
%37.25

Codes

Color #8EA07D in popluar color models

8EA07D
RGB142160125
HSL91°15.56%55.88%
HSB/HSV91°21.88%62.75%
CMYK11.25%0.00%21.88%
37.25%

Color #8EA07D in popluar number systems.

HEX8EA07D
Decimal142160125
Binary10001110101000001111101
Octal216240175

Shades and tints

Shades of #8EA07D

#8EA07D
(142,160,125)
#829272
(130,146,114)
#768467
(118,132,103)
#6A765C
(106,118,92)
#5E6851
(94,104,81)
#525A46
(82,90,70)
#464C3B
(70,76,59)
#3A3E30
(58,62,48)
#2E3025
(46,48,37)
#22221A
(34,34,26)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #8EA07D

#8EA07D
(142,160,125)
#98A888
(152,168,136)
#A2B093
(162,176,147)
#ACB89E
(172,184,158)
#B6C0A9
(182,192,169)
#C0C8B4
(192,200,180)
#CAD0BF
(202,208,191)
#D4D8CA
(212,216,202)
#DEE0D5
(222,224,213)
#E8E8E0
(232,232,224)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA07D color. Also use rgb(142,160,125) instead hex code.

Text Font Color

.myTextColor { color: #8EA07D; }

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

This text font color is #8EA07D.


Background Color

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

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

This div background color is #8EA07D.


Border color

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

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

This div border color is #8EA07D.


Opacity

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

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

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

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

This text has shadow with #8EA07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA07D on black background.


Color preview on white background

This text has color #8EA07D on white background.



Black color preview on #8EA07D background

This text has black color on #8EA07D background.


White color preview on #8EA07D background

This text has white color on #8EA07D background.