COLOR #8ED1F2

HEX: #8ED1F2 RGB: (142,209,242)

Color info

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

RGB color model

#8ED1F2 color RGB value is (142,209,242).

RGB: (142,209,242) (56%, 82%, 95%)

RGB channels and saturation

R 142 of 255 = 56%
G 209 of 255 = 82%
B 242 of 255 = 95%

142
209
242

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

Portions of RGB colors in percentages

R + G + B = 142 + 209 + 242 = 593 (100%)
R 142 of 593 ~ 23.95%
G 209 of 593 ~ 35.24%
B 242 of 593 ~ 40.81'%

%23.95
%35.24
%40.81

CMYK color model

#8ED1F2 color CMYK value is (41,14,0,5).

  • cyan value is 41.32%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (41,14,0,5)
C41M14Y0K5 (41%, 14%, 0%, 5%)
(0.41 / 0.14 / 0.00 / 0.05)

CMYK percentages

%41.32
%13.64
%0
%5.1

Codes

Color #8ED1F2 in popluar color models

8E D1 F2
RGB 142 209 242
HSL 200° 79.37% 75.29%
HSB/HSV 200° 41.32% 94.90%
CMYK 41.32% 13.64% 0.00%
5.10%

Color #8ED1F2 in popluar number systems.

HEX 8E D1 F2
Decimal 142 209 242
Binary 10001110 11010001 11110010
Octal 216 321 362

Shades and tints

Shades of #8ED1F2

#8ED1F2
(142,209,242)
#82BEDC
(130,190,220)
#76ABC6
(118,171,198)
#6A98B0
(106,152,176)
#5E859A
(94,133,154)
#527284
(82,114,132)
#465F6E
(70,95,110)
#3A4C58
(58,76,88)
#2E3942
(46,57,66)
#22262C
(34,38,44)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #8ED1F2

#8ED1F2
(142,209,242)
#98D5F3
(152,213,243)
#A2D9F4
(162,217,244)
#ACDDF5
(172,221,245)
#B6E1F6
(182,225,246)
#C0E5F7
(192,229,247)
#CAE9F8
(202,233,248)
#D4EDF9
(212,237,249)
#DEF1FA
(222,241,250)
#E8F5FB
(232,245,251)
#F2F9FC
(242,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED1F2 color. Also use rgb(142,209,242) instead hex code.

Text Font Color

.myTextColor { color: #8ED1F2; }

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

This text font color is #8ED1F2.

Background Color

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

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

This div background color is #8ED1F2.

Border color

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

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

This div border color is #8ED1F2.

Opacity

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

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

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

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

This text has shadow with #8ED1F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED1F2.

Preview

Color preview on black background

This text has color #8ED1F2 on black background.


Color preview on white background

This text has color #8ED1F2 on white background.


Black color preview on #8ED1F2 background

This text has black color on #8ED1F2 background.


White color preview on #8ED1F2 background

This text has white color on #8ED1F2 background.


Related colors

Complementary color

Complementary color for #hex is #712E0D.


I love getcolorcode.com

Triadic colors

1 #F28ED1 and #D1F28E with #8ED1F2 are triadic colors.

2 #F2D18E and #D18EF2 with #8ED1F2 are triadic colors.