COLOR #8EA67D

HEX: #8EA67D
RGB: (142,166,125)

Color info

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

RGB color model

#8EA67D color RGB value is (142,166,125).

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

RGB channels and saturation

R 142 of 255 = 56%
G 166 of 255 = 65%
B 125 of 255 = 49%

142
166
125

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

Portions of RGB colors in percentages

R + G + B =
142 + 166 + 125 = 433 (100%)
R 142 of 433 ~ 32.79%
G 166 of 433 ~ 38.34%
B 125 of 433 ~ 28.87%

%32.79
%38.34
%28.87

CMYK color model

#8EA67D color CMYK value is (14,0,25,35).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 24.70%
  • key color value is 34.90%
CMYK:
(14,0,25,35)
C14M0Y25K35 
(14%,0%,25%,35%)
(0.14/0.00/0.25/0.35)	

CMYK percentages

%14.46
%0
%24.7
%34.9

Codes

Color #8EA67D in popluar color models

8EA67D
RGB142166125
HSL95°18.72%57.06%
HSB/HSV95°24.70%65.10%
CMYK14.46%0.00%24.70%
34.90%

Color #8EA67D in popluar number systems.

HEX8EA67D
Decimal142166125
Binary10001110101001101111101
Octal216246175

Shades and tints

Shades of #8EA67D

#8EA67D
(142,166,125)
#829772
(130,151,114)
#768867
(118,136,103)
#6A795C
(106,121,92)
#5E6A51
(94,106,81)
#525B46
(82,91,70)
#464C3B
(70,76,59)
#3A3D30
(58,61,48)
#2E2E25
(46,46,37)
#221F1A
(34,31,26)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #8EA67D

#8EA67D
(142,166,125)
#98AE88
(152,174,136)
#A2B693
(162,182,147)
#ACBE9E
(172,190,158)
#B6C6A9
(182,198,169)
#C0CEB4
(192,206,180)
#CAD6BF
(202,214,191)
#D4DECA
(212,222,202)
#DEE6D5
(222,230,213)
#E8EEE0
(232,238,224)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA67D; }

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

This text font color is #8EA67D.


Background Color

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

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

This div background color is #8EA67D.


Border color

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

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

This div border color is #8EA67D.


Opacity

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

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

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

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

This text has shadow with #8EA67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA67D on black background.


Color preview on white background

This text has color #8EA67D on white background.



Black color preview on #8EA67D background

This text has black color on #8EA67D background.


White color preview on #8EA67D background

This text has white color on #8EA67D background.