COLOR #8EA49F

HEX: #8EA49F
RGB: (142,164,159)

Color info

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

RGB color model

#8EA49F color RGB value is (142,164,159).

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

RGB channels and saturation

R 142 of 255 = 56%
G 164 of 255 = 64%
B 159 of 255 = 62%

142
164
159

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

Portions of RGB colors in percentages

R + G + B =
142 + 164 + 159 = 465 (100%)
R 142 of 465 ~ 30.54%
G 164 of 465 ~ 35.27%
B 159 of 465 ~ 34.19%

%30.54
%35.27
%34.19

CMYK color model

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

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

CMYK percentages

%13.41
%0
%3.05
%35.69

Codes

Color #8EA49F in popluar color models

8EA49F
RGB142164159
HSL166°10.78%60.00%
HSB/HSV166°13.41%64.31%
CMYK13.41%0.00%3.05%
35.69%

Color #8EA49F in popluar number systems.

HEX8EA49F
Decimal142164159
Binary100011101010010010011111
Octal216244237

Shades and tints

Shades of #8EA49F

#8EA49F
(142,164,159)
#829691
(130,150,145)
#768883
(118,136,131)
#6A7A75
(106,122,117)
#5E6C67
(94,108,103)
#525E59
(82,94,89)
#46504B
(70,80,75)
#3A423D
(58,66,61)
#2E342F
(46,52,47)
#222621
(34,38,33)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #8EA49F

#8EA49F
(142,164,159)
#98ACA7
(152,172,167)
#A2B4AF
(162,180,175)
#ACBCB7
(172,188,183)
#B6C4BF
(182,196,191)
#C0CCC7
(192,204,199)
#CAD4CF
(202,212,207)
#D4DCD7
(212,220,215)
#DEE4DF
(222,228,223)
#E8ECE7
(232,236,231)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA49F color. Also use rgb(142,164,159) instead hex code.

Text Font Color

.myTextColor { color: #8EA49F; }

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

This text font color is #8EA49F.


Background Color

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

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

This div background color is #8EA49F.


Border color

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

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

This div border color is #8EA49F.


Opacity

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

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

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

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

This text has shadow with #8EA49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA49F on black background.


Color preview on white background

This text has color #8EA49F on white background.



Black color preview on #8EA49F background

This text has black color on #8EA49F background.


White color preview on #8EA49F background

This text has white color on #8EA49F background.