COLOR #8EC890

HEX: #8EC890
RGB: (142,200,144)

Color info

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

RGB color model

#8EC890 color RGB value is (142,200,144).

  • red value is 142;
  • green value is 200;
  • blue value is 144.
RGB:
(142,200,144)
(56%,78%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 200 of 255 = 78%
B 144 of 255 = 56%

142
200
144

R + G + B ~ 63%. #8EC890 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 200 + 144 = 486 (100%)
R 142 of 486 ~ 29.22%
G 200 of 486 ~ 41.15%
B 144 of 486 ~ 29.63%

%29.22
%41.15
%29.63

CMYK color model

#8EC890 color CMYK value is (29,0,28,22).

  • cyan value is 29.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 21.57%
CMYK:
(29,0,28,22)
C29M0Y28K22 
(29%,0%,28%,22%)
(0.29/0.00/0.28/0.22)	

CMYK percentages

%29
%0
%28
%21.57

Codes

Color #8EC890 in popluar color models

8EC890
RGB142200144
HSL122°34.52%67.06%
HSB/HSV122°29.00%78.43%
CMYK29.00%0.00%28.00%
21.57%

Color #8EC890 in popluar number systems.

HEX8EC890
Decimal142200144
Binary100011101100100010010000
Octal216310220

Shades and tints

Shades of #8EC890

#8EC890
(142,200,144)
#82B683
(130,182,131)
#76A476
(118,164,118)
#6A9269
(106,146,105)
#5E805C
(94,128,92)
#526E4F
(82,110,79)
#465C42
(70,92,66)
#3A4A35
(58,74,53)
#2E3828
(46,56,40)
#22261B
(34,38,27)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #8EC890

#8EC890
(142,200,144)
#98CD9A
(152,205,154)
#A2D2A4
(162,210,164)
#ACD7AE
(172,215,174)
#B6DCB8
(182,220,184)
#C0E1C2
(192,225,194)
#CAE6CC
(202,230,204)
#D4EBD6
(212,235,214)
#DEF0E0
(222,240,224)
#E8F5EA
(232,245,234)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC890 color. Also use rgb(142,200,144) instead hex code.

Text Font Color

.myTextColor { color: #8EC890; }

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

This text font color is #8EC890.


Background Color

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

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

This div background color is #8EC890.


Border color

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

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

This div border color is #8EC890.


Opacity

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

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

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

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

This text has shadow with #8EC890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC890 on black background.


Color preview on white background

This text has color #8EC890 on white background.



Black color preview on #8EC890 background

This text has black color on #8EC890 background.


White color preview on #8EC890 background

This text has white color on #8EC890 background.