COLOR #8ED7AF

HEX: #8ED7AF
RGB: (142,215,175)

Color info

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

RGB color model

#8ED7AF color RGB value is (142,215,175).

  • red value is 142;
  • green value is 215;
  • blue value is 175.
RGB:
(142,215,175)
(56%,84%,69%)

RGB channels and saturation

R 142 of 255 = 56%
G 215 of 255 = 84%
B 175 of 255 = 69%

142
215
175

R + G + B ~ 70%. #8ED7AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 215 + 175 = 532 (100%)
R 142 of 532 ~ 26.69%
G 215 of 532 ~ 40.41%
B 175 of 532 ~ 32.89%

%26.69
%40.41
%32.89

CMYK color model

#8ED7AF color CMYK value is (34,0,19,16).

  • cyan value is 33.95%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 15.69%
CMYK:
(34,0,19,16)
C34M0Y19K16 
(34%,0%,19%,16%)
(0.34/0.00/0.19/0.16)	

CMYK percentages

%33.95
%0
%18.6
%15.69

Codes

Color #8ED7AF in popluar color models

8ED7AF
RGB142215175
HSL147°47.71%70.00%
HSB/HSV147°33.95%84.31%
CMYK33.95%0.00%18.60%
15.69%

Color #8ED7AF in popluar number systems.

HEX8ED7AF
Decimal142215175
Binary100011101101011110101111
Octal216327257

Shades and tints

Shades of #8ED7AF

#8ED7AF
(142,215,175)
#82C4A0
(130,196,160)
#76B191
(118,177,145)
#6A9E82
(106,158,130)
#5E8B73
(94,139,115)
#527864
(82,120,100)
#466555
(70,101,85)
#3A5246
(58,82,70)
#2E3F37
(46,63,55)
#222C28
(34,44,40)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #8ED7AF

#8ED7AF
(142,215,175)
#98DAB6
(152,218,182)
#A2DDBD
(162,221,189)
#ACE0C4
(172,224,196)
#B6E3CB
(182,227,203)
#C0E6D2
(192,230,210)
#CAE9D9
(202,233,217)
#D4ECE0
(212,236,224)
#DEEFE7
(222,239,231)
#E8F2EE
(232,242,238)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED7AF color. Also use rgb(142,215,175) instead hex code.

Text Font Color

.myTextColor { color: #8ED7AF; }

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

This text font color is #8ED7AF.


Background Color

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

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

This div background color is #8ED7AF.


Border color

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

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

This div border color is #8ED7AF.


Opacity

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

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

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

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

This text has shadow with #8ED7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED7AF on black background.


Color preview on white background

This text has color #8ED7AF on white background.



Black color preview on #8ED7AF background

This text has black color on #8ED7AF background.


White color preview on #8ED7AF background

This text has white color on #8ED7AF background.