COLOR #8ED6EB

HEX: #8ED6EB
RGB: (142,214,235)

Color info

#8ED6EB contains mainly green and blue colors. Web safe color of #8ED6EB is #99CCFF (or #9CF).

RGB color model

#8ED6EB color RGB value is (142,214,235).

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

RGB channels and saturation

R 142 of 255 = 56%
G 214 of 255 = 84%
B 235 of 255 = 92%

142
214
235

R + G + B ~ 77%. #8ED6EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 214 + 235 = 591 (100%)
R 142 of 591 ~ 24.03%
G 214 of 591 ~ 36.21%
B 235 of 591 ~ 39.76%

%24.03
%36.21
%39.76

CMYK color model

#8ED6EB color CMYK value is (40,9,0,8).

  • cyan value is 39.57%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(40,9,0,8)
C40M9Y0K8 
(40%,9%,0%,8%)
(0.40/0.09/0.00/0.08)	

CMYK percentages

%39.57
%8.94
%0
%7.84

Codes

Color #8ED6EB in popluar color models

8ED6EB
RGB142214235
HSL194°69.92%73.92%
HSB/HSV194°39.57%92.16%
CMYK39.57%8.94%0.00%
7.84%

Color #8ED6EB in popluar number systems.

HEX8ED6EB
Decimal142214235
Binary100011101101011011101011
Octal216326353

Shades and tints

Shades of #8ED6EB

#8ED6EB
(142,214,235)
#82C3D6
(130,195,214)
#76B0C1
(118,176,193)
#6A9DAC
(106,157,172)
#5E8A97
(94,138,151)
#527782
(82,119,130)
#46646D
(70,100,109)
#3A5158
(58,81,88)
#2E3E43
(46,62,67)
#222B2E
(34,43,46)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #8ED6EB

#8ED6EB
(142,214,235)
#98D9EC
(152,217,236)
#A2DCED
(162,220,237)
#ACDFEE
(172,223,238)
#B6E2EF
(182,226,239)
#C0E5F0
(192,229,240)
#CAE8F1
(202,232,241)
#D4EBF2
(212,235,242)
#DEEEF3
(222,238,243)
#E8F1F4
(232,241,244)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED6EB; }

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

This text font color is #8ED6EB.


Background Color

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

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

This div background color is #8ED6EB.


Border color

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

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

This div border color is #8ED6EB.


Opacity

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

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

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

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

This text has shadow with #8ED6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED6EB on black background.


Color preview on white background

This text has color #8ED6EB on white background.



Black color preview on #8ED6EB background

This text has black color on #8ED6EB background.


White color preview on #8ED6EB background

This text has white color on #8ED6EB background.