COLOR #8ED2AD

HEX: #8ED2AD RGB: (142,210,173)

Color info

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

RGB color model

#8ED2AD color RGB value is (142,210,173).

RGB: (142,210,173) (56%, 82%, 68%)

RGB channels and saturation

R 142 of 255 = 56%
G 210 of 255 = 82%
B 173 of 255 = 68%

142
210
173

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

Portions of RGB colors in percentages

R + G + B = 142 + 210 + 173 = 525 (100%)
R 142 of 525 ~ 27.05%
G 210 of 525 ~ 40%
B 173 of 525 ~ 32.95'%

%27.05
%40
%32.95

CMYK color model

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

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 17.65%
CMYK: (32,0,18,18) C32M0Y18K18 (32%,0%,18%,18%) (0.32/0.00/0.18/0.18) 

CMYK percentages

%32.38
%0
%17.62
%17.65

Codes

Color #8ED2AD in popluar color models

8E D2 AD
RGB 142 210 173
HSL 147° 43.04% 69.02%
HSB/HSV 147° 32.38% 82.35%
CMYK 32.38% 0.00% 17.62%
17.65%

Color #8ED2AD in popluar number systems.

HEX 8E D2 AD
Decimal 142 210 173
Binary 10001110 11010010 10101101
Octal 216 322 255

Shades and tints

Shades of #8ED2AD

#8ED2AD
(142,210,173)
#82BF9E
(130,191,158)
#76AC8F
(118,172,143)
#6A9980
(106,153,128)
#5E8671
(94,134,113)
#527362
(82,115,98)
#466053
(70,96,83)
#3A4D44
(58,77,68)
#2E3A35
(46,58,53)
#222726
(34,39,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #8ED2AD

#8ED2AD
(142,210,173)
#98D6B4
(152,214,180)
#A2DABB
(162,218,187)
#ACDEC2
(172,222,194)
#B6E2C9
(182,226,201)
#C0E6D0
(192,230,208)
#CAEAD7
(202,234,215)
#D4EEDE
(212,238,222)
#DEF2E5
(222,242,229)
#E8F6EC
(232,246,236)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED2AD; }

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

This text font color is #8ED2AD.

Background Color

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

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

This div background color is #8ED2AD.

Border color

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

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

This div border color is #8ED2AD.

Opacity

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

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

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

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

This text has shadow with #8ED2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED2AD.

Preview

Color preview on black background

This text has color #8ED2AD on black background.


Color preview on white background

This text has color #8ED2AD on white background.


Black color preview on #8ED2AD background

This text has black color on #8ED2AD background.


White color preview on #8ED2AD background

This text has white color on #8ED2AD background.


Related colors

Complementary color

Complementary color for #hex is #712D52.


I love getcolorcode.com

Triadic colors

1 #AD8ED2 and #D2AD8E with #8ED2AD are triadic colors.

2 #ADD28E and #D28EAD with #8ED2AD are triadic colors.