COLOR #8ED7DF

HEX: #8ED7DF RGB: (142,215,223)

Color info

#8ED7DF contains mainly green and blue colors. Web safe color of #8ED7DF is #99CCCC (or #9CC).

RGB color model

#8ED7DF color RGB value is (142,215,223).

RGB: (142,215,223) (56%, 84%, 87%)

RGB channels and saturation

R 142 of 255 = 56%
G 215 of 255 = 84%
B 223 of 255 = 87%

142
215
223

R + G + B ~ 76%. #8ED7DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 215 + 223 = 580 (100%)
R 142 of 580 ~ 24.48%
G 215 of 580 ~ 37.07%
B 223 of 580 ~ 38.45'%

%24.48
%37.07
%38.45

CMYK color model

#8ED7DF color CMYK value is (36,4,0,13).

  • cyan value is 36.32%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (36,4,0,13) C36M4Y0K13 (36%,4%,0%,13%) (0.36/0.04/0.00/0.13) 

CMYK percentages

%36.32
%3.59
%0
%12.55

Codes

Color #8ED7DF in popluar color models

8E D7 DF
RGB 142 215 223
HSL 186° 55.86% 71.57%
HSB/HSV 186° 36.32% 87.45%
CMYK 36.32% 3.59% 0.00%
12.55%

Color #8ED7DF in popluar number systems.

HEX 8E D7 DF
Decimal 142 215 223
Binary 10001110 11010111 11011111
Octal 216 327 337

Shades and tints

Shades of #8ED7DF

#8ED7DF
(142,215,223)
#82C4CB
(130,196,203)
#76B1B7
(118,177,183)
#6A9EA3
(106,158,163)
#5E8B8F
(94,139,143)
#52787B
(82,120,123)
#466567
(70,101,103)
#3A5253
(58,82,83)
#2E3F3F
(46,63,63)
#222C2B
(34,44,43)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #8ED7DF

#8ED7DF
(142,215,223)
#98DAE1
(152,218,225)
#A2DDE3
(162,221,227)
#ACE0E5
(172,224,229)
#B6E3E7
(182,227,231)
#C0E6E9
(192,230,233)
#CAE9EB
(202,233,235)
#D4ECED
(212,236,237)
#DEEFEF
(222,239,239)
#E8F2F1
(232,242,241)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED7DF; }

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

This text font color is #8ED7DF.

Background Color

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

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

This div background color is #8ED7DF.

Border color

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

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

This div border color is #8ED7DF.

Opacity

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

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

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

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

This text has shadow with #8ED7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED7DF.

Preview

Color preview on black background

This text has color #8ED7DF on black background.


Color preview on white background

This text has color #8ED7DF on white background.


Black color preview on #8ED7DF background

This text has black color on #8ED7DF background.


White color preview on #8ED7DF background

This text has white color on #8ED7DF background.


Related colors

Complementary color

Complementary color for #hex is #712820.


I love getcolorcode.com

Triadic colors

1 #DF8ED7 and #D7DF8E with #8ED7DF are triadic colors.

2 #DFD78E and #D78EDF with #8ED7DF are triadic colors.