COLOR #8ED9A6

HEX: #8ED9A6
RGB: (142,217,166)

Color info

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

RGB color model

#8ED9A6 color RGB value is (142,217,166).

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

RGB channels and saturation

R 142 of 255 = 56%
G 217 of 255 = 85%
B 166 of 255 = 65%

142
217
166

R + G + B ~ 69%. #8ED9A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 217 + 166 = 525 (100%)
R 142 of 525 ~ 27.05%
G 217 of 525 ~ 41.33%
B 166 of 525 ~ 31.62%

%27.05
%41.33
%31.62

CMYK color model

#8ED9A6 color CMYK value is (35,0,24,15).

  • cyan value is 34.56%
  • magenta value is 0.00%
  • yellow value is 23.50%
  • key color value is 14.90%
CMYK:
(35,0,24,15)
C35M0Y24K15 
(35%,0%,24%,15%)
(0.35/0.00/0.24/0.15)	

CMYK percentages

%34.56
%0
%23.5
%14.9

Codes

Color #8ED9A6 in popluar color models

8ED9A6
RGB142217166
HSL139°49.67%70.39%
HSB/HSV139°34.56%85.10%
CMYK34.56%0.00%23.50%
14.90%

Color #8ED9A6 in popluar number systems.

HEX8ED9A6
Decimal142217166
Binary100011101101100110100110
Octal216331246

Shades and tints

Shades of #8ED9A6

#8ED9A6
(142,217,166)
#82C697
(130,198,151)
#76B388
(118,179,136)
#6AA079
(106,160,121)
#5E8D6A
(94,141,106)
#527A5B
(82,122,91)
#46674C
(70,103,76)
#3A543D
(58,84,61)
#2E412E
(46,65,46)
#222E1F
(34,46,31)
#161B10
(22,27,16)
#000000
(0,0,0)

Tints of #8ED9A6

#8ED9A6
(142,217,166)
#98DCAE
(152,220,174)
#A2DFB6
(162,223,182)
#ACE2BE
(172,226,190)
#B6E5C6
(182,229,198)
#C0E8CE
(192,232,206)
#CAEBD6
(202,235,214)
#D4EEDE
(212,238,222)
#DEF1E6
(222,241,230)
#E8F4EE
(232,244,238)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED9A6; }

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

This text font color is #8ED9A6.


Background Color

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

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

This div background color is #8ED9A6.


Border color

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

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

This div border color is #8ED9A6.


Opacity

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

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

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

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

This text has shadow with #8ED9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED9A6 on black background.


Color preview on white background

This text has color #8ED9A6 on white background.



Black color preview on #8ED9A6 background

This text has black color on #8ED9A6 background.


White color preview on #8ED9A6 background

This text has white color on #8ED9A6 background.