COLOR #8ED0AD

HEX: #8ED0AD
RGB: (142,208,173)

Color info

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

RGB color model

#8ED0AD color RGB value is (142,208,173).

  • red value is 142;
  • green value is 208;
  • blue value is 173.
RGB:
(142,208,173)
(56%,82%,68%)

RGB channels and saturation

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

142
208
173

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

Portions of RGB colors in percentages

R + G + B =
142 + 208 + 173 = 523 (100%)
R 142 of 523 ~ 27.15%
G 208 of 523 ~ 39.77%
B 173 of 523 ~ 33.08%

%27.15
%39.77
%33.08

CMYK color model

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

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 16.83%
  • key color value is 18.43%
CMYK:
(32,0,17,18)
C32M0Y17K18 
(32%,0%,17%,18%)
(0.32/0.00/0.17/0.18)	

CMYK percentages

%31.73
%0
%16.83
%18.43

Codes

Color #8ED0AD in popluar color models

8ED0AD
RGB142208173
HSL148°41.25%68.63%
HSB/HSV148°31.73%81.57%
CMYK31.73%0.00%16.83%
18.43%

Color #8ED0AD in popluar number systems.

HEX8ED0AD
Decimal142208173
Binary100011101101000010101101
Octal216320255

Shades and tints

Shades of #8ED0AD

#8ED0AD
(142,208,173)
#82BE9E
(130,190,158)
#76AC8F
(118,172,143)
#6A9A80
(106,154,128)
#5E8871
(94,136,113)
#527662
(82,118,98)
#466453
(70,100,83)
#3A5244
(58,82,68)
#2E4035
(46,64,53)
#222E26
(34,46,38)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #8ED0AD

#8ED0AD
(142,208,173)
#98D4B4
(152,212,180)
#A2D8BB
(162,216,187)
#ACDCC2
(172,220,194)
#B6E0C9
(182,224,201)
#C0E4D0
(192,228,208)
#CAE8D7
(202,232,215)
#D4ECDE
(212,236,222)
#DEF0E5
(222,240,229)
#E8F4EC
(232,244,236)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED0AD; }

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

This text font color is #8ED0AD.


Background Color

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

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

This div background color is #8ED0AD.


Border color

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

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

This div border color is #8ED0AD.


Opacity

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

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

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

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

This text has shadow with #8ED0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED0AD on black background.


Color preview on white background

This text has color #8ED0AD on white background.



Black color preview on #8ED0AD background

This text has black color on #8ED0AD background.


White color preview on #8ED0AD background

This text has white color on #8ED0AD background.