COLOR #8EA089

HEX: #8EA089
RGB: (142,160,137)

Color info

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

RGB color model

#8EA089 color RGB value is (142,160,137).

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

RGB channels and saturation

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

142
160
137

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

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 137 = 439 (100%)
R 142 of 439 ~ 32.35%
G 160 of 439 ~ 36.45%
B 137 of 439 ~ 31.21%

%32.35
%36.45
%31.21

CMYK color model

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

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • 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
%14.38
%37.25

Codes

Color #8EA089 in popluar color models

8EA089
RGB142160137
HSL107°10.80%58.24%
HSB/HSV107°14.38%62.75%
CMYK11.25%0.00%14.38%
37.25%

Color #8EA089 in popluar number systems.

HEX8EA089
Decimal142160137
Binary100011101010000010001001
Octal216240211

Shades and tints

Shades of #8EA089

#8EA089
(142,160,137)
#82927D
(130,146,125)
#768471
(118,132,113)
#6A7665
(106,118,101)
#5E6859
(94,104,89)
#525A4D
(82,90,77)
#464C41
(70,76,65)
#3A3E35
(58,62,53)
#2E3029
(46,48,41)
#22221D
(34,34,29)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #8EA089

#8EA089
(142,160,137)
#98A893
(152,168,147)
#A2B09D
(162,176,157)
#ACB8A7
(172,184,167)
#B6C0B1
(182,192,177)
#C0C8BB
(192,200,187)
#CAD0C5
(202,208,197)
#D4D8CF
(212,216,207)
#DEE0D9
(222,224,217)
#E8E8E3
(232,232,227)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA089; }

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

This text font color is #8EA089.


Background Color

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

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

This div background color is #8EA089.


Border color

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

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

This div border color is #8EA089.


Opacity

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

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

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

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

This text has shadow with #8EA089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA089 on black background.


Color preview on white background

This text has color #8EA089 on white background.



Black color preview on #8EA089 background

This text has black color on #8EA089 background.


White color preview on #8EA089 background

This text has white color on #8EA089 background.