COLOR #8ED4F1

HEX: #8ED4F1 RGB: (142,212,241)

Color info

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

RGB color model

#8ED4F1 color RGB value is (142,212,241).

RGB: (142,212,241) (56%, 83%, 95%)

RGB channels and saturation

R 142 of 255 = 56%
G 212 of 255 = 83%
B 241 of 255 = 95%

142
212
241

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

Portions of RGB colors in percentages

R + G + B = 142 + 212 + 241 = 595 (100%)
R 142 of 595 ~ 23.87%
G 212 of 595 ~ 35.63%
B 241 of 595 ~ 40.5'%

%23.87
%35.63
%40.5

CMYK color model

#8ED4F1 color CMYK value is (41,12,0,5).

  • cyan value is 41.08%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (41,12,0,5)
C41M12Y0K5 (41%, 12%, 0%, 5%)
(0.41 / 0.12 / 0.00 / 0.05)

CMYK percentages

%41.08
%12.03
%0
%5.49

Codes

Color #8ED4F1 in popluar color models

8E D4 F1
RGB 142 212 241
HSL 198° 77.95% 75.10%
HSB/HSV 198° 41.08% 94.51%
CMYK 41.08% 12.03% 0.00%
5.49%

Color #8ED4F1 in popluar number systems.

HEX 8E D4 F1
Decimal 142 212 241
Binary 10001110 11010100 11110001
Octal 216 324 361

Shades and tints

Shades of #8ED4F1

#8ED4F1
(142,212,241)
#82C1DC
(130,193,220)
#76AEC7
(118,174,199)
#6A9BB2
(106,155,178)
#5E889D
(94,136,157)
#527588
(82,117,136)
#466273
(70,98,115)
#3A4F5E
(58,79,94)
#2E3C49
(46,60,73)
#222934
(34,41,52)
#16161F
(22,22,31)
#000000
(0,0,0)

Tints of #8ED4F1

#8ED4F1
(142,212,241)
#98D7F2
(152,215,242)
#A2DAF3
(162,218,243)
#ACDDF4
(172,221,244)
#B6E0F5
(182,224,245)
#C0E3F6
(192,227,246)
#CAE6F7
(202,230,247)
#D4E9F8
(212,233,248)
#DEECF9
(222,236,249)
#E8EFFA
(232,239,250)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED4F1 color. Also use rgb(142,212,241) instead hex code.

Text Font Color

.myTextColor { color: #8ED4F1; }

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

This text font color is #8ED4F1.

Background Color

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

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

This div background color is #8ED4F1.

Border color

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

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

This div border color is #8ED4F1.

Opacity

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

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

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

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

This text has shadow with #8ED4F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED4F1.

Preview

Color preview on black background

This text has color #8ED4F1 on black background.


Color preview on white background

This text has color #8ED4F1 on white background.


Black color preview on #8ED4F1 background

This text has black color on #8ED4F1 background.


White color preview on #8ED4F1 background

This text has white color on #8ED4F1 background.


Related colors

Complementary color

Complementary color for #hex is #712B0E.


I love getcolorcode.com

Triadic colors

1 #F18ED4 and #D4F18E with #8ED4F1 are triadic colors.

2 #F1D48E and #D48EF1 with #8ED4F1 are triadic colors.