COLOR #8EA08A

HEX: #8EA08A
RGB: (142,160,138)

Color info

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

RGB color model

#8EA08A color RGB value is (142,160,138).

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

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 138 of 255 = 54%

142
160
138

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

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 138 = 440 (100%)
R 142 of 440 ~ 32.27%
G 160 of 440 ~ 36.36%
B 138 of 440 ~ 31.36%

%32.27
%36.36
%31.36

CMYK color model

#8EA08A color CMYK value is (11,0,14,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 37.25%
CMYK:
(11,0,14,37)
C11M0Y14K37 
(11%,0%,14%,37%)
(0.11/0.00/0.14/0.37)	

CMYK percentages

%11.25
%0
%13.75
%37.25

Codes

Color #8EA08A in popluar color models

8EA08A
RGB142160138
HSL109°10.38%58.43%
HSB/HSV109°13.75%62.75%
CMYK11.25%0.00%13.75%
37.25%

Color #8EA08A in popluar number systems.

HEX8EA08A
Decimal142160138
Binary100011101010000010001010
Octal216240212

Shades and tints

Shades of #8EA08A

#8EA08A
(142,160,138)
#82927E
(130,146,126)
#768472
(118,132,114)
#6A7666
(106,118,102)
#5E685A
(94,104,90)
#525A4E
(82,90,78)
#464C42
(70,76,66)
#3A3E36
(58,62,54)
#2E302A
(46,48,42)
#22221E
(34,34,30)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #8EA08A

#8EA08A
(142,160,138)
#98A894
(152,168,148)
#A2B09E
(162,176,158)
#ACB8A8
(172,184,168)
#B6C0B2
(182,192,178)
#C0C8BC
(192,200,188)
#CAD0C6
(202,208,198)
#D4D8D0
(212,216,208)
#DEE0DA
(222,224,218)
#E8E8E4
(232,232,228)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA08A; }

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

This text font color is #8EA08A.


Background Color

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

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

This div background color is #8EA08A.


Border color

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

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

This div border color is #8EA08A.


Opacity

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

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

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

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

This text has shadow with #8EA08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA08A on black background.


Color preview on white background

This text has color #8EA08A on white background.



Black color preview on #8EA08A background

This text has black color on #8EA08A background.


White color preview on #8EA08A background

This text has white color on #8EA08A background.