COLOR #8EDBFA

HEX: #8EDBFA
RGB: (142,219,250)

Color info

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

RGB color model

#8EDBFA color RGB value is (142,219,250).

  • red value is 142;
  • green value is 219;
  • blue value is 250.
RGB:
(142,219,250)
(56%,86%,98%)

RGB channels and saturation

R 142 of 255 = 56%
G 219 of 255 = 86%
B 250 of 255 = 98%

142
219
250

R + G + B ~ 80%. #8EDBFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 219 + 250 = 611 (100%)
R 142 of 611 ~ 23.24%
G 219 of 611 ~ 35.84%
B 250 of 611 ~ 40.92%

%23.24
%35.84
%40.92

CMYK color model

#8EDBFA color CMYK value is (43,12,0,2).

  • cyan value is 43.20%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(43,12,0,2)
C43M12Y0K2 
(43%,12%,0%,2%)
(0.43/0.12/0.00/0.02)	

CMYK percentages

%43.2
%12.4
%0
%1.96

Codes

Color #8EDBFA in popluar color models

8EDBFA
RGB142219250
HSL197°91.53%76.86%
HSB/HSV197°43.20%98.04%
CMYK43.20%12.40%0.00%
1.96%

Color #8EDBFA in popluar number systems.

HEX8EDBFA
Decimal142219250
Binary100011101101101111111010
Octal216333372

Shades and tints

Shades of #8EDBFA

#8EDBFA
(142,219,250)
#82C8E4
(130,200,228)
#76B5CE
(118,181,206)
#6AA2B8
(106,162,184)
#5E8FA2
(94,143,162)
#527C8C
(82,124,140)
#466976
(70,105,118)
#3A5660
(58,86,96)
#2E434A
(46,67,74)
#223034
(34,48,52)
#161D1E
(22,29,30)
#000000
(0,0,0)

Tints of #8EDBFA

#8EDBFA
(142,219,250)
#98DEFA
(152,222,250)
#A2E1FA
(162,225,250)
#ACE4FA
(172,228,250)
#B6E7FA
(182,231,250)
#C0EAFA
(192,234,250)
#CAEDFA
(202,237,250)
#D4F0FA
(212,240,250)
#DEF3FA
(222,243,250)
#E8F6FA
(232,246,250)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EDBFA color. Also use rgb(142,219,250) instead hex code.

Text Font Color

.myTextColor { color: #8EDBFA; }

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

This text font color is #8EDBFA.


Background Color

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

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

This div background color is #8EDBFA.


Border color

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

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

This div border color is #8EDBFA.


Opacity

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

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

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

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

This text has shadow with #8EDBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDBFA on black background.


Color preview on white background

This text has color #8EDBFA on white background.



Black color preview on #8EDBFA background

This text has black color on #8EDBFA background.


White color preview on #8EDBFA background

This text has white color on #8EDBFA background.