COLOR #8EA89F

HEX: #8EA89F
RGB: (142,168,159)

Color info

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

RGB color model

#8EA89F color RGB value is (142,168,159).

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

RGB channels and saturation

R 142 of 255 = 56%
G 168 of 255 = 66%
B 159 of 255 = 62%

142
168
159

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

Portions of RGB colors in percentages

R + G + B =
142 + 168 + 159 = 469 (100%)
R 142 of 469 ~ 30.28%
G 168 of 469 ~ 35.82%
B 159 of 469 ~ 33.9%

%30.28
%35.82
%33.9

CMYK color model

#8EA89F color CMYK value is (15,0,5,34).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 34.12%
CMYK:
(15,0,5,34)
C15M0Y5K34 
(15%,0%,5%,34%)
(0.15/0.00/0.05/0.34)	

CMYK percentages

%15.48
%0
%5.36
%34.12

Codes

Color #8EA89F in popluar color models

8EA89F
RGB142168159
HSL159°13.00%60.78%
HSB/HSV159°15.48%65.88%
CMYK15.48%0.00%5.36%
34.12%

Color #8EA89F in popluar number systems.

HEX8EA89F
Decimal142168159
Binary100011101010100010011111
Octal216250237

Shades and tints

Shades of #8EA89F

#8EA89F
(142,168,159)
#829991
(130,153,145)
#768A83
(118,138,131)
#6A7B75
(106,123,117)
#5E6C67
(94,108,103)
#525D59
(82,93,89)
#464E4B
(70,78,75)
#3A3F3D
(58,63,61)
#2E302F
(46,48,47)
#222121
(34,33,33)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #8EA89F

#8EA89F
(142,168,159)
#98AFA7
(152,175,167)
#A2B6AF
(162,182,175)
#ACBDB7
(172,189,183)
#B6C4BF
(182,196,191)
#C0CBC7
(192,203,199)
#CAD2CF
(202,210,207)
#D4D9D7
(212,217,215)
#DEE0DF
(222,224,223)
#E8E7E7
(232,231,231)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA89F; }

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

This text font color is #8EA89F.


Background Color

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

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

This div background color is #8EA89F.


Border color

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

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

This div border color is #8EA89F.


Opacity

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

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

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

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

This text has shadow with #8EA89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA89F on black background.


Color preview on white background

This text has color #8EA89F on white background.



Black color preview on #8EA89F background

This text has black color on #8EA89F background.


White color preview on #8EA89F background

This text has white color on #8EA89F background.