COLOR #8EA889

HEX: #8EA889
RGB: (142,168,137)

Color info

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

RGB color model

#8EA889 color RGB value is (142,168,137).

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

RGB channels and saturation

R 142 of 255 = 56%
G 168 of 255 = 66%
B 137 of 255 = 54%

142
168
137

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

Portions of RGB colors in percentages

R + G + B =
142 + 168 + 137 = 447 (100%)
R 142 of 447 ~ 31.77%
G 168 of 447 ~ 37.58%
B 137 of 447 ~ 30.65%

%31.77
%37.58
%30.65

CMYK color model

#8EA889 color CMYK value is (15,0,18,34).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 34.12%
CMYK:
(15,0,18,34)
C15M0Y18K34 
(15%,0%,18%,34%)
(0.15/0.00/0.18/0.34)	

CMYK percentages

%15.48
%0
%18.45
%34.12

Codes

Color #8EA889 in popluar color models

8EA889
RGB142168137
HSL110°15.12%59.80%
HSB/HSV110°18.45%65.88%
CMYK15.48%0.00%18.45%
34.12%

Color #8EA889 in popluar number systems.

HEX8EA889
Decimal142168137
Binary100011101010100010001001
Octal216250211

Shades and tints

Shades of #8EA889

#8EA889
(142,168,137)
#82997D
(130,153,125)
#768A71
(118,138,113)
#6A7B65
(106,123,101)
#5E6C59
(94,108,89)
#525D4D
(82,93,77)
#464E41
(70,78,65)
#3A3F35
(58,63,53)
#2E3029
(46,48,41)
#22211D
(34,33,29)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #8EA889

#8EA889
(142,168,137)
#98AF93
(152,175,147)
#A2B69D
(162,182,157)
#ACBDA7
(172,189,167)
#B6C4B1
(182,196,177)
#C0CBBB
(192,203,187)
#CAD2C5
(202,210,197)
#D4D9CF
(212,217,207)
#DEE0D9
(222,224,217)
#E8E7E3
(232,231,227)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA889; }

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

This text font color is #8EA889.


Background Color

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

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

This div background color is #8EA889.


Border color

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

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

This div border color is #8EA889.


Opacity

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

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

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

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

This text has shadow with #8EA889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA889 on black background.


Color preview on white background

This text has color #8EA889 on white background.



Black color preview on #8EA889 background

This text has black color on #8EA889 background.


White color preview on #8EA889 background

This text has white color on #8EA889 background.