COLOR #8EA080

HEX: #8EA080
RGB: (142,160,128)

Color info

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

RGB color model

#8EA080 color RGB value is (142,160,128).

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

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 128 of 255 = 50%

142
160
128

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

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 128 = 430 (100%)
R 142 of 430 ~ 33.02%
G 160 of 430 ~ 37.21%
B 128 of 430 ~ 29.77%

%33.02
%37.21
%29.77

CMYK color model

#8EA080 color CMYK value is (11,0,20,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 37.25%
CMYK:
(11,0,20,37)
C11M0Y20K37 
(11%,0%,20%,37%)
(0.11/0.00/0.20/0.37)	

CMYK percentages

%11.25
%0
%20
%37.25

Codes

Color #8EA080 in popluar color models

8EA080
RGB142160128
HSL94°14.41%56.47%
HSB/HSV94°20.00%62.75%
CMYK11.25%0.00%20.00%
37.25%

Color #8EA080 in popluar number systems.

HEX8EA080
Decimal142160128
Binary100011101010000010000000
Octal216240200

Shades and tints

Shades of #8EA080

#8EA080
(142,160,128)
#829275
(130,146,117)
#76846A
(118,132,106)
#6A765F
(106,118,95)
#5E6854
(94,104,84)
#525A49
(82,90,73)
#464C3E
(70,76,62)
#3A3E33
(58,62,51)
#2E3028
(46,48,40)
#22221D
(34,34,29)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #8EA080

#8EA080
(142,160,128)
#98A88B
(152,168,139)
#A2B096
(162,176,150)
#ACB8A1
(172,184,161)
#B6C0AC
(182,192,172)
#C0C8B7
(192,200,183)
#CAD0C2
(202,208,194)
#D4D8CD
(212,216,205)
#DEE0D8
(222,224,216)
#E8E8E3
(232,232,227)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA080; }

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

This text font color is #8EA080.


Background Color

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

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

This div background color is #8EA080.


Border color

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

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

This div border color is #8EA080.


Opacity

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

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

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

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

This text has shadow with #8EA080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA080 on black background.


Color preview on white background

This text has color #8EA080 on white background.



Black color preview on #8EA080 background

This text has black color on #8EA080 background.


White color preview on #8EA080 background

This text has white color on #8EA080 background.