COLOR #8EA680

HEX: #8EA680
RGB: (142,166,128)

Color info

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

RGB color model

#8EA680 color RGB value is (142,166,128).

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

RGB channels and saturation

R 142 of 255 = 56%
G 166 of 255 = 65%
B 128 of 255 = 50%

142
166
128

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

Portions of RGB colors in percentages

R + G + B =
142 + 166 + 128 = 436 (100%)
R 142 of 436 ~ 32.57%
G 166 of 436 ~ 38.07%
B 128 of 436 ~ 29.36%

%32.57
%38.07
%29.36

CMYK color model

#8EA680 color CMYK value is (14,0,23,35).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK:
(14,0,23,35)
C14M0Y23K35 
(14%,0%,23%,35%)
(0.14/0.00/0.23/0.35)	

CMYK percentages

%14.46
%0
%22.89
%34.9

Codes

Color #8EA680 in popluar color models

8EA680
RGB142166128
HSL98°17.59%57.65%
HSB/HSV98°22.89%65.10%
CMYK14.46%0.00%22.89%
34.90%

Color #8EA680 in popluar number systems.

HEX8EA680
Decimal142166128
Binary100011101010011010000000
Octal216246200

Shades and tints

Shades of #8EA680

#8EA680
(142,166,128)
#829775
(130,151,117)
#76886A
(118,136,106)
#6A795F
(106,121,95)
#5E6A54
(94,106,84)
#525B49
(82,91,73)
#464C3E
(70,76,62)
#3A3D33
(58,61,51)
#2E2E28
(46,46,40)
#221F1D
(34,31,29)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #8EA680

#8EA680
(142,166,128)
#98AE8B
(152,174,139)
#A2B696
(162,182,150)
#ACBEA1
(172,190,161)
#B6C6AC
(182,198,172)
#C0CEB7
(192,206,183)
#CAD6C2
(202,214,194)
#D4DECD
(212,222,205)
#DEE6D8
(222,230,216)
#E8EEE3
(232,238,227)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA680; }

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

This text font color is #8EA680.


Background Color

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

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

This div background color is #8EA680.


Border color

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

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

This div border color is #8EA680.


Opacity

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

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

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

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

This text has shadow with #8EA680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA680 on black background.


Color preview on white background

This text has color #8EA680 on white background.



Black color preview on #8EA680 background

This text has black color on #8EA680 background.


White color preview on #8EA680 background

This text has white color on #8EA680 background.