COLOR #8ED2A6

HEX: #8ED2A6
RGB: (142,210,166)

Color info

#8ED2A6 contains mainly green and blue colors. Web safe color of #8ED2A6 is #99CC99 (or #9C9).

RGB color model

#8ED2A6 color RGB value is (142,210,166).

  • red value is 142;
  • green value is 210;
  • blue value is 166.
RGB:
(142,210,166)
(56%,82%,65%)

RGB channels and saturation

R 142 of 255 = 56%
G 210 of 255 = 82%
B 166 of 255 = 65%

142
210
166

R + G + B ~ 68%. #8ED2A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 210 + 166 = 518 (100%)
R 142 of 518 ~ 27.41%
G 210 of 518 ~ 40.54%
B 166 of 518 ~ 32.05%

%27.41
%40.54
%32.05

CMYK color model

#8ED2A6 color CMYK value is (32,0,21,18).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 17.65%
CMYK:
(32,0,21,18)
C32M0Y21K18 
(32%,0%,21%,18%)
(0.32/0.00/0.21/0.18)	

CMYK percentages

%32.38
%0
%20.95
%17.65

Codes

Color #8ED2A6 in popluar color models

8ED2A6
RGB142210166
HSL141°43.04%69.02%
HSB/HSV141°32.38%82.35%
CMYK32.38%0.00%20.95%
17.65%

Color #8ED2A6 in popluar number systems.

HEX8ED2A6
Decimal142210166
Binary100011101101001010100110
Octal216322246

Shades and tints

Shades of #8ED2A6

#8ED2A6
(142,210,166)
#82BF97
(130,191,151)
#76AC88
(118,172,136)
#6A9979
(106,153,121)
#5E866A
(94,134,106)
#52735B
(82,115,91)
#46604C
(70,96,76)
#3A4D3D
(58,77,61)
#2E3A2E
(46,58,46)
#22271F
(34,39,31)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #8ED2A6

#8ED2A6
(142,210,166)
#98D6AE
(152,214,174)
#A2DAB6
(162,218,182)
#ACDEBE
(172,222,190)
#B6E2C6
(182,226,198)
#C0E6CE
(192,230,206)
#CAEAD6
(202,234,214)
#D4EEDE
(212,238,222)
#DEF2E6
(222,242,230)
#E8F6EE
(232,246,238)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED2A6 color. Also use rgb(142,210,166) instead hex code.

Text Font Color

.myTextColor { color: #8ED2A6; }

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

This text font color is #8ED2A6.


Background Color

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

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

This div background color is #8ED2A6.


Border color

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

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

This div border color is #8ED2A6.


Opacity

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

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

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

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

This text has shadow with #8ED2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED2A6 on black background.


Color preview on white background

This text has color #8ED2A6 on white background.



Black color preview on #8ED2A6 background

This text has black color on #8ED2A6 background.


White color preview on #8ED2A6 background

This text has white color on #8ED2A6 background.