COLOR #8ED186

HEX: #8ED186 RGB: (142,209,134)

Color info

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

RGB color model

#8ED186 color RGB value is (142,209,134).

RGB: (142,209,134) (56%, 82%, 53%)

RGB channels and saturation

R 142 of 255 = 56%
G 209 of 255 = 82%
B 134 of 255 = 53%

142
209
134

R + G + B ~ 64%. #8ED186 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 209 + 134 = 485 (100%)
R 142 of 485 ~ 29.28%
G 209 of 485 ~ 43.09%
B 134 of 485 ~ 27.63'%

%29.28
%43.09
%27.63

CMYK color model

#8ED186 color CMYK value is (32,0,36,18).

  • cyan value is 32.06%
  • magenta value is 0.00%
  • yellow value is 35.89%
  • key color value is 18.04%

CMYK: (32,0,36,18)
C32M0Y36K18 (32%, 0%, 36%, 18%)
(0.32 / 0.00 / 0.36 / 0.18)

CMYK percentages

%32.06
%0
%35.89
%18.04

Codes

Color #8ED186 in popluar color models

8E D1 86
RGB 142 209 134
HSL 114° 44.91% 67.25%
HSB/HSV 114° 35.89% 81.96%
CMYK 32.06% 0.00% 35.89%
18.04%

Color #8ED186 in popluar number systems.

HEX 8E D1 86
Decimal 142 209 134
Binary 10001110 11010001 10000110
Octal 216 321 206

Shades and tints

Shades of #8ED186

#8ED186
(142,209,134)
#82BE7A
(130,190,122)
#76AB6E
(118,171,110)
#6A9862
(106,152,98)
#5E8556
(94,133,86)
#52724A
(82,114,74)
#465F3E
(70,95,62)
#3A4C32
(58,76,50)
#2E3926
(46,57,38)
#22261A
(34,38,26)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #8ED186

#8ED186
(142,209,134)
#98D591
(152,213,145)
#A2D99C
(162,217,156)
#ACDDA7
(172,221,167)
#B6E1B2
(182,225,178)
#C0E5BD
(192,229,189)
#CAE9C8
(202,233,200)
#D4EDD3
(212,237,211)
#DEF1DE
(222,241,222)
#E8F5E9
(232,245,233)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED186; }

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

This text font color is #8ED186.

Background Color

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

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

This div background color is #8ED186.

Border color

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

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

This div border color is #8ED186.

Opacity

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

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

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

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

This text has shadow with #8ED186 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED186.

Preview

Color preview on black background

This text has color #8ED186 on black background.


Color preview on white background

This text has color #8ED186 on white background.


Black color preview on #8ED186 background

This text has black color on #8ED186 background.


White color preview on #8ED186 background

This text has white color on #8ED186 background.


Related colors

Complementary color

Complementary color for #hex is #712E79.


I love getcolorcode.com

Triadic colors

1 #868ED1 and #D1868E with #8ED186 are triadic colors.

2 #86D18E and #D18E86 with #8ED186 are triadic colors.