COLOR #8ED6DE

HEX: #8ED6DE
RGB: (142,214,222)

Color info

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

RGB color model

#8ED6DE color RGB value is (142,214,222).

  • red value is 142;
  • green value is 214;
  • blue value is 222.
RGB:
(142,214,222)
(56%,84%,87%)

RGB channels and saturation

R 142 of 255 = 56%
G 214 of 255 = 84%
B 222 of 255 = 87%

142
214
222

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

Portions of RGB colors in percentages

R + G + B =
142 + 214 + 222 = 578 (100%)
R 142 of 578 ~ 24.57%
G 214 of 578 ~ 37.02%
B 222 of 578 ~ 38.41%

%24.57
%37.02
%38.41

CMYK color model

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

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

CMYK percentages

%36.04
%3.6
%0
%12.94

Codes

Color #8ED6DE in popluar color models

8ED6DE
RGB142214222
HSL186°54.79%71.37%
HSB/HSV186°36.04%87.06%
CMYK36.04%3.60%0.00%
12.94%

Color #8ED6DE in popluar number systems.

HEX8ED6DE
Decimal142214222
Binary100011101101011011011110
Octal216326336

Shades and tints

Shades of #8ED6DE

#8ED6DE
(142,214,222)
#82C3CA
(130,195,202)
#76B0B6
(118,176,182)
#6A9DA2
(106,157,162)
#5E8A8E
(94,138,142)
#52777A
(82,119,122)
#466466
(70,100,102)
#3A5152
(58,81,82)
#2E3E3E
(46,62,62)
#222B2A
(34,43,42)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #8ED6DE

#8ED6DE
(142,214,222)
#98D9E1
(152,217,225)
#A2DCE4
(162,220,228)
#ACDFE7
(172,223,231)
#B6E2EA
(182,226,234)
#C0E5ED
(192,229,237)
#CAE8F0
(202,232,240)
#D4EBF3
(212,235,243)
#DEEEF6
(222,238,246)
#E8F1F9
(232,241,249)
#F2F4FC
(242,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED6DE color. Also use rgb(142,214,222) instead hex code.

Text Font Color

.myTextColor { color: #8ED6DE; }

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

This text font color is #8ED6DE.


Background Color

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

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

This div background color is #8ED6DE.


Border color

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

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

This div border color is #8ED6DE.


Opacity

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

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

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

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

This text has shadow with #8ED6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED6DE on black background.


Color preview on white background

This text has color #8ED6DE on white background.



Black color preview on #8ED6DE background

This text has black color on #8ED6DE background.


White color preview on #8ED6DE background

This text has white color on #8ED6DE background.