COLOR #8EA09B

HEX: #8EA09B
RGB: (142,160,155)

Color info

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

RGB color model

#8EA09B color RGB value is (142,160,155).

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

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 155 of 255 = 61%

142
160
155

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

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 155 = 457 (100%)
R 142 of 457 ~ 31.07%
G 160 of 457 ~ 35.01%
B 155 of 457 ~ 33.92%

%31.07
%35.01
%33.92

CMYK color model

#8EA09B color CMYK value is (11,0,3,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(11,0,3,37)
C11M0Y3K37 
(11%,0%,3%,37%)
(0.11/0.00/0.03/0.37)	

CMYK percentages

%11.25
%0
%3.13
%37.25

Codes

Color #8EA09B in popluar color models

8EA09B
RGB142160155
HSL163°8.65%59.22%
HSB/HSV163°11.25%62.75%
CMYK11.25%0.00%3.13%
37.25%

Color #8EA09B in popluar number systems.

HEX8EA09B
Decimal142160155
Binary100011101010000010011011
Octal216240233

Shades and tints

Shades of #8EA09B

#8EA09B
(142,160,155)
#82928D
(130,146,141)
#76847F
(118,132,127)
#6A7671
(106,118,113)
#5E6863
(94,104,99)
#525A55
(82,90,85)
#464C47
(70,76,71)
#3A3E39
(58,62,57)
#2E302B
(46,48,43)
#22221D
(34,34,29)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #8EA09B

#8EA09B
(142,160,155)
#98A8A4
(152,168,164)
#A2B0AD
(162,176,173)
#ACB8B6
(172,184,182)
#B6C0BF
(182,192,191)
#C0C8C8
(192,200,200)
#CAD0D1
(202,208,209)
#D4D8DA
(212,216,218)
#DEE0E3
(222,224,227)
#E8E8EC
(232,232,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA09B; }

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

This text font color is #8EA09B.


Background Color

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

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

This div background color is #8EA09B.


Border color

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

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

This div border color is #8EA09B.


Opacity

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

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

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

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

This text has shadow with #8EA09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA09B on black background.


Color preview on white background

This text has color #8EA09B on white background.



Black color preview on #8EA09B background

This text has black color on #8EA09B background.


White color preview on #8EA09B background

This text has white color on #8EA09B background.