COLOR #8EA09D

HEX: #8EA09D
RGB: (142,160,157)

Color info

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

RGB color model

#8EA09D color RGB value is (142,160,157).

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

RGB channels and saturation

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

142
160
157

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

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 157 = 459 (100%)
R 142 of 459 ~ 30.94%
G 160 of 459 ~ 34.86%
B 157 of 459 ~ 34.2%

%30.94
%34.86
%34.2

CMYK color model

#8EA09D color CMYK value is (11,0,2,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 37.25%
CMYK:
(11,0,2,37)
C11M0Y2K37 
(11%,0%,2%,37%)
(0.11/0.00/0.02/0.37)	

CMYK percentages

%11.25
%0
%1.87
%37.25

Codes

Color #8EA09D in popluar color models

8EA09D
RGB142160157
HSL170°8.65%59.22%
HSB/HSV170°11.25%62.75%
CMYK11.25%0.00%1.87%
37.25%

Color #8EA09D in popluar number systems.

HEX8EA09D
Decimal142160157
Binary100011101010000010011101
Octal216240235

Shades and tints

Shades of #8EA09D

#8EA09D
(142,160,157)
#82928F
(130,146,143)
#768481
(118,132,129)
#6A7673
(106,118,115)
#5E6865
(94,104,101)
#525A57
(82,90,87)
#464C49
(70,76,73)
#3A3E3B
(58,62,59)
#2E302D
(46,48,45)
#22221F
(34,34,31)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #8EA09D

#8EA09D
(142,160,157)
#98A8A5
(152,168,165)
#A2B0AD
(162,176,173)
#ACB8B5
(172,184,181)
#B6C0BD
(182,192,189)
#C0C8C5
(192,200,197)
#CAD0CD
(202,208,205)
#D4D8D5
(212,216,213)
#DEE0DD
(222,224,221)
#E8E8E5
(232,232,229)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA09D; }

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

This text font color is #8EA09D.


Background Color

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

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

This div background color is #8EA09D.


Border color

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

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

This div border color is #8EA09D.


Opacity

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

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

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

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

This text has shadow with #8EA09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA09D on black background.


Color preview on white background

This text has color #8EA09D on white background.



Black color preview on #8EA09D background

This text has black color on #8EA09D background.


White color preview on #8EA09D background

This text has white color on #8EA09D background.