COLOR #8ED9F5

HEX: #8ED9F5
RGB: (142,217,245)

Color info

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

RGB color model

#8ED9F5 color RGB value is (142,217,245).

  • red value is 142;
  • green value is 217;
  • blue value is 245.
RGB:
(142,217,245)
(56%,85%,96%)

RGB channels and saturation

R 142 of 255 = 56%
G 217 of 255 = 85%
B 245 of 255 = 96%

142
217
245

R + G + B ~ 79%. #8ED9F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 217 + 245 = 604 (100%)
R 142 of 604 ~ 23.51%
G 217 of 604 ~ 35.93%
B 245 of 604 ~ 40.56%

%23.51
%35.93
%40.56

CMYK color model

#8ED9F5 color CMYK value is (42,11,0,4).

  • cyan value is 42.04%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(42,11,0,4)
C42M11Y0K4 
(42%,11%,0%,4%)
(0.42/0.11/0.00/0.04)	

CMYK percentages

%42.04
%11.43
%0
%3.92

Codes

Color #8ED9F5 in popluar color models

8ED9F5
RGB142217245
HSL196°83.74%75.88%
HSB/HSV196°42.04%96.08%
CMYK42.04%11.43%0.00%
3.92%

Color #8ED9F5 in popluar number systems.

HEX8ED9F5
Decimal142217245
Binary100011101101100111110101
Octal216331365

Shades and tints

Shades of #8ED9F5

#8ED9F5
(142,217,245)
#82C6DF
(130,198,223)
#76B3C9
(118,179,201)
#6AA0B3
(106,160,179)
#5E8D9D
(94,141,157)
#527A87
(82,122,135)
#466771
(70,103,113)
#3A545B
(58,84,91)
#2E4145
(46,65,69)
#222E2F
(34,46,47)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #8ED9F5

#8ED9F5
(142,217,245)
#98DCF5
(152,220,245)
#A2DFF5
(162,223,245)
#ACE2F5
(172,226,245)
#B6E5F5
(182,229,245)
#C0E8F5
(192,232,245)
#CAEBF5
(202,235,245)
#D4EEF5
(212,238,245)
#DEF1F5
(222,241,245)
#E8F4F5
(232,244,245)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED9F5 color. Also use rgb(142,217,245) instead hex code.

Text Font Color

.myTextColor { color: #8ED9F5; }

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

This text font color is #8ED9F5.


Background Color

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

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

This div background color is #8ED9F5.


Border color

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

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

This div border color is #8ED9F5.


Opacity

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

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

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

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

This text has shadow with #8ED9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED9F5 on black background.


Color preview on white background

This text has color #8ED9F5 on white background.



Black color preview on #8ED9F5 background

This text has black color on #8ED9F5 background.


White color preview on #8ED9F5 background

This text has white color on #8ED9F5 background.