COLOR #8EA19A

HEX: #8EA19A
RGB: (142,161,154)

Color info

#8EA19A contains red, green and blue colors in about the same proportion. Web safe color of #8EA19A is #999999 (or #999).

RGB color model

#8EA19A color RGB value is (142,161,154).

  • red value is 142;
  • green value is 161;
  • blue value is 154.
RGB:
(142,161,154)
(56%,63%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 161 of 255 = 63%
B 154 of 255 = 60%

142
161
154

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

Portions of RGB colors in percentages

R + G + B =
142 + 161 + 154 = 457 (100%)
R 142 of 457 ~ 31.07%
G 161 of 457 ~ 35.23%
B 154 of 457 ~ 33.7%

%31.07
%35.23
%33.7

CMYK color model

#8EA19A color CMYK value is (12,0,4,37).

  • cyan value is 11.80%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 36.86%
CMYK:
(12,0,4,37)
C12M0Y4K37 
(12%,0%,4%,37%)
(0.12/0.00/0.04/0.37)	

CMYK percentages

%11.8
%0
%4.35
%36.86

Codes

Color #8EA19A in popluar color models

8EA19A
RGB142161154
HSL158°9.18%59.41%
HSB/HSV158°11.80%63.14%
CMYK11.80%0.00%4.35%
36.86%

Color #8EA19A in popluar number systems.

HEX8EA19A
Decimal142161154
Binary100011101010000110011010
Octal216241232

Shades and tints

Shades of #8EA19A

#8EA19A
(142,161,154)
#82938C
(130,147,140)
#76857E
(118,133,126)
#6A7770
(106,119,112)
#5E6962
(94,105,98)
#525B54
(82,91,84)
#464D46
(70,77,70)
#3A3F38
(58,63,56)
#2E312A
(46,49,42)
#22231C
(34,35,28)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #8EA19A

#8EA19A
(142,161,154)
#98A9A3
(152,169,163)
#A2B1AC
(162,177,172)
#ACB9B5
(172,185,181)
#B6C1BE
(182,193,190)
#C0C9C7
(192,201,199)
#CAD1D0
(202,209,208)
#D4D9D9
(212,217,217)
#DEE1E2
(222,225,226)
#E8E9EB
(232,233,235)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA19A color. Also use rgb(142,161,154) instead hex code.

Text Font Color

.myTextColor { color: #8EA19A; }

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

This text font color is #8EA19A.


Background Color

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

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

This div background color is #8EA19A.


Border color

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

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

This div border color is #8EA19A.


Opacity

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

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

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

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

This text has shadow with #8EA19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA19A on black background.


Color preview on white background

This text has color #8EA19A on white background.



Black color preview on #8EA19A background

This text has black color on #8EA19A background.


White color preview on #8EA19A background

This text has white color on #8EA19A background.