COLOR #8EC089

HEX: #8EC089
RGB: (142,192,137)

Color info

#8EC089 contains red, green and blue colors in about the same proportion. Web safe color of #8EC089 is #99CC99 (or #9C9).

RGB color model

#8EC089 color RGB value is (142,192,137).

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

RGB channels and saturation

R 142 of 255 = 56%
G 192 of 255 = 75%
B 137 of 255 = 54%

142
192
137

R + G + B ~ 62%. #8EC089 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 192 + 137 = 471 (100%)
R 142 of 471 ~ 30.15%
G 192 of 471 ~ 40.76%
B 137 of 471 ~ 29.09%

%30.15
%40.76
%29.09

CMYK color model

#8EC089 color CMYK value is (26,0,29,25).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 24.71%
CMYK:
(26,0,29,25)
C26M0Y29K25 
(26%,0%,29%,25%)
(0.26/0.00/0.29/0.25)	

CMYK percentages

%26.04
%0
%28.65
%24.71

Codes

Color #8EC089 in popluar color models

8EC089
RGB142192137
HSL115°30.39%64.51%
HSB/HSV115°28.65%75.29%
CMYK26.04%0.00%28.65%
24.71%

Color #8EC089 in popluar number systems.

HEX8EC089
Decimal142192137
Binary100011101100000010001001
Octal216300211

Shades and tints

Shades of #8EC089

#8EC089
(142,192,137)
#82AF7D
(130,175,125)
#769E71
(118,158,113)
#6A8D65
(106,141,101)
#5E7C59
(94,124,89)
#526B4D
(82,107,77)
#465A41
(70,90,65)
#3A4935
(58,73,53)
#2E3829
(46,56,41)
#22271D
(34,39,29)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #8EC089

#8EC089
(142,192,137)
#98C593
(152,197,147)
#A2CA9D
(162,202,157)
#ACCFA7
(172,207,167)
#B6D4B1
(182,212,177)
#C0D9BB
(192,217,187)
#CADEC5
(202,222,197)
#D4E3CF
(212,227,207)
#DEE8D9
(222,232,217)
#E8EDE3
(232,237,227)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC089; }

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

This text font color is #8EC089.


Background Color

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

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

This div background color is #8EC089.


Border color

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

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

This div border color is #8EC089.


Opacity

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

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

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

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

This text has shadow with #8EC089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC089 on black background.


Color preview on white background

This text has color #8EC089 on white background.



Black color preview on #8EC089 background

This text has black color on #8EC089 background.


White color preview on #8EC089 background

This text has white color on #8EC089 background.