COLOR #8ED886

HEX: #8ED886
RGB: (142,216,134)

Color info

#8ED886 contains mainly green color. Web safe color of #8ED886 is #99CC99 (or #9C9).

RGB color model

#8ED886 color RGB value is (142,216,134).

  • red value is 142;
  • green value is 216;
  • blue value is 134.
RGB:
(142,216,134)
(56%,85%,53%)

RGB channels and saturation

R 142 of 255 = 56%
G 216 of 255 = 85%
B 134 of 255 = 53%

142
216
134

R + G + B ~ 65%. #8ED886 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 216 + 134 = 492 (100%)
R 142 of 492 ~ 28.86%
G 216 of 492 ~ 43.9%
B 134 of 492 ~ 27.24%

%28.86
%43.9
%27.24

CMYK color model

#8ED886 color CMYK value is (34,0,38,15).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 37.96%
  • key color value is 15.29%
CMYK:
(34,0,38,15)
C34M0Y38K15 
(34%,0%,38%,15%)
(0.34/0.00/0.38/0.15)	

CMYK percentages

%34.26
%0
%37.96
%15.29

Codes

Color #8ED886 in popluar color models

8ED886
RGB142216134
HSL114°51.25%68.63%
HSB/HSV114°37.96%84.71%
CMYK34.26%0.00%37.96%
15.29%

Color #8ED886 in popluar number systems.

HEX8ED886
Decimal142216134
Binary100011101101100010000110
Octal216330206

Shades and tints

Shades of #8ED886

#8ED886
(142,216,134)
#82C57A
(130,197,122)
#76B26E
(118,178,110)
#6A9F62
(106,159,98)
#5E8C56
(94,140,86)
#52794A
(82,121,74)
#46663E
(70,102,62)
#3A5332
(58,83,50)
#2E4026
(46,64,38)
#222D1A
(34,45,26)
#161A0E
(22,26,14)
#000000
(0,0,0)

Tints of #8ED886

#8ED886
(142,216,134)
#98DB91
(152,219,145)
#A2DE9C
(162,222,156)
#ACE1A7
(172,225,167)
#B6E4B2
(182,228,178)
#C0E7BD
(192,231,189)
#CAEAC8
(202,234,200)
#D4EDD3
(212,237,211)
#DEF0DE
(222,240,222)
#E8F3E9
(232,243,233)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED886 color. Also use rgb(142,216,134) instead hex code.

Text Font Color

.myTextColor { color: #8ED886; }

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

This text font color is #8ED886.


Background Color

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

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

This div background color is #8ED886.


Border color

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

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

This div border color is #8ED886.


Opacity

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

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

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

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

This text has shadow with #8ED886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED886 on black background.


Color preview on white background

This text has color #8ED886 on white background.



Black color preview on #8ED886 background

This text has black color on #8ED886 background.


White color preview on #8ED886 background

This text has white color on #8ED886 background.