COLOR #8EA09E

HEX: #8EA09E
RGB: (142,160,158)

Color info

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

RGB color model

#8EA09E color RGB value is (142,160,158).

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

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 158 of 255 = 62%

142
160
158

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

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 158 = 460 (100%)
R 142 of 460 ~ 30.87%
G 160 of 460 ~ 34.78%
B 158 of 460 ~ 34.35%

%30.87
%34.78
%34.35

CMYK color model

#8EA09E color CMYK value is (11,0,1,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(11,0,1,37)
C11M0Y1K37 
(11%,0%,1%,37%)
(0.11/0.00/0.01/0.37)	

CMYK percentages

%11.25
%0
%1.25
%37.25

Codes

Color #8EA09E in popluar color models

8EA09E
RGB142160158
HSL173°8.65%59.22%
HSB/HSV173°11.25%62.75%
CMYK11.25%0.00%1.25%
37.25%

Color #8EA09E in popluar number systems.

HEX8EA09E
Decimal142160158
Binary100011101010000010011110
Octal216240236

Shades and tints

Shades of #8EA09E

#8EA09E
(142,160,158)
#829290
(130,146,144)
#768482
(118,132,130)
#6A7674
(106,118,116)
#5E6866
(94,104,102)
#525A58
(82,90,88)
#464C4A
(70,76,74)
#3A3E3C
(58,62,60)
#2E302E
(46,48,46)
#222220
(34,34,32)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #8EA09E

#8EA09E
(142,160,158)
#98A8A6
(152,168,166)
#A2B0AE
(162,176,174)
#ACB8B6
(172,184,182)
#B6C0BE
(182,192,190)
#C0C8C6
(192,200,198)
#CAD0CE
(202,208,206)
#D4D8D6
(212,216,214)
#DEE0DE
(222,224,222)
#E8E8E6
(232,232,230)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA09E; }

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

This text font color is #8EA09E.


Background Color

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

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

This div background color is #8EA09E.


Border color

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

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

This div border color is #8EA09E.


Opacity

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

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

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

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

This text has shadow with #8EA09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA09E on black background.


Color preview on white background

This text has color #8EA09E on white background.



Black color preview on #8EA09E background

This text has black color on #8EA09E background.


White color preview on #8EA09E background

This text has white color on #8EA09E background.