COLOR #8ED8EA

HEX: #8ED8EA
RGB: (142,216,234)

Color info

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

RGB color model

#8ED8EA color RGB value is (142,216,234).

  • red value is 142;
  • green value is 216;
  • blue value is 234.
RGB:
(142,216,234)
(56%,85%,92%)

RGB channels and saturation

R 142 of 255 = 56%
G 216 of 255 = 85%
B 234 of 255 = 92%

142
216
234

R + G + B ~ 78%. #8ED8EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 216 + 234 = 592 (100%)
R 142 of 592 ~ 23.99%
G 216 of 592 ~ 36.49%
B 234 of 592 ~ 39.53%

%23.99
%36.49
%39.53

CMYK color model

#8ED8EA color CMYK value is (39,8,0,8).

  • cyan value is 39.32%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(39,8,0,8)
C39M8Y0K8 
(39%,8%,0%,8%)
(0.39/0.08/0.00/0.08)	

CMYK percentages

%39.32
%7.69
%0
%8.24

Codes

Color #8ED8EA in popluar color models

8ED8EA
RGB142216234
HSL192°68.66%73.73%
HSB/HSV192°39.32%91.76%
CMYK39.32%7.69%0.00%
8.24%

Color #8ED8EA in popluar number systems.

HEX8ED8EA
Decimal142216234
Binary100011101101100011101010
Octal216330352

Shades and tints

Shades of #8ED8EA

#8ED8EA
(142,216,234)
#82C5D5
(130,197,213)
#76B2C0
(118,178,192)
#6A9FAB
(106,159,171)
#5E8C96
(94,140,150)
#527981
(82,121,129)
#46666C
(70,102,108)
#3A5357
(58,83,87)
#2E4042
(46,64,66)
#222D2D
(34,45,45)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #8ED8EA

#8ED8EA
(142,216,234)
#98DBEB
(152,219,235)
#A2DEEC
(162,222,236)
#ACE1ED
(172,225,237)
#B6E4EE
(182,228,238)
#C0E7EF
(192,231,239)
#CAEAF0
(202,234,240)
#D4EDF1
(212,237,241)
#DEF0F2
(222,240,242)
#E8F3F3
(232,243,243)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED8EA color. Also use rgb(142,216,234) instead hex code.

Text Font Color

.myTextColor { color: #8ED8EA; }

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

This text font color is #8ED8EA.


Background Color

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

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

This div background color is #8ED8EA.


Border color

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

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

This div border color is #8ED8EA.


Opacity

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

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

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

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

This text has shadow with #8ED8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED8EA on black background.


Color preview on white background

This text has color #8ED8EA on white background.



Black color preview on #8ED8EA background

This text has black color on #8ED8EA background.


White color preview on #8ED8EA background

This text has white color on #8ED8EA background.