COLOR #8EA39E

HEX: #8EA39E
RGB: (142,163,158)

Color info

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

RGB color model

#8EA39E color RGB value is (142,163,158).

  • red value is 142;
  • green value is 163;
  • blue value is 158.
RGB:
(142,163,158)
(56%,64%,62%)

RGB channels and saturation

R 142 of 255 = 56%
G 163 of 255 = 64%
B 158 of 255 = 62%

142
163
158

R + G + B ~ 61%. #8EA39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 163 + 158 = 463 (100%)
R 142 of 463 ~ 30.67%
G 163 of 463 ~ 35.21%
B 158 of 463 ~ 34.13%

%30.67
%35.21
%34.13

CMYK color model

#8EA39E color CMYK value is (13,0,3,36).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 3.07%
  • key color value is 36.08%
CMYK:
(13,0,3,36)
C13M0Y3K36 
(13%,0%,3%,36%)
(0.13/0.00/0.03/0.36)	

CMYK percentages

%12.88
%0
%3.07
%36.08

Codes

Color #8EA39E in popluar color models

8EA39E
RGB142163158
HSL166°10.24%59.80%
HSB/HSV166°12.88%63.92%
CMYK12.88%0.00%3.07%
36.08%

Color #8EA39E in popluar number systems.

HEX8EA39E
Decimal142163158
Binary100011101010001110011110
Octal216243236

Shades and tints

Shades of #8EA39E

#8EA39E
(142,163,158)
#829590
(130,149,144)
#768782
(118,135,130)
#6A7974
(106,121,116)
#5E6B66
(94,107,102)
#525D58
(82,93,88)
#464F4A
(70,79,74)
#3A413C
(58,65,60)
#2E332E
(46,51,46)
#222520
(34,37,32)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #8EA39E

#8EA39E
(142,163,158)
#98ABA6
(152,171,166)
#A2B3AE
(162,179,174)
#ACBBB6
(172,187,182)
#B6C3BE
(182,195,190)
#C0CBC6
(192,203,198)
#CAD3CE
(202,211,206)
#D4DBD6
(212,219,214)
#DEE3DE
(222,227,222)
#E8EBE6
(232,235,230)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA39E color. Also use rgb(142,163,158) instead hex code.

Text Font Color

.myTextColor { color: #8EA39E; }

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

This text font color is #8EA39E.


Background Color

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

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

This div background color is #8EA39E.


Border color

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

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

This div border color is #8EA39E.


Opacity

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

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

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

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

This text has shadow with #8EA39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA39E on black background.


Color preview on white background

This text has color #8EA39E on white background.



Black color preview on #8EA39E background

This text has black color on #8EA39E background.


White color preview on #8EA39E background

This text has white color on #8EA39E background.