COLOR #8EC9FE

HEX: #8EC9FE RGB: (142,201,254)

Color info

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

RGB color model

#8EC9FE color RGB value is (142,201,254).

RGB: (142,201,254) (56%, 79%, 100%)

RGB channels and saturation

R 142 of 255 = 56%
G 201 of 255 = 79%
B 254 of 255 = 100%

142
201
254

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

Portions of RGB colors in percentages

R + G + B = 142 + 201 + 254 = 597 (100%)
R 142 of 597 ~ 23.79%
G 201 of 597 ~ 33.67%
B 254 of 597 ~ 42.55'%

%23.79
%33.67
%42.55

CMYK color model

#8EC9FE color CMYK value is (44,21,0,0).

  • cyan value is 44.09%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (44,21,0,0) C44M21Y0K0 (44%,21%,0%,0%) (0.44/0.21/0.00/0.00) 

CMYK percentages

%44.09
%20.87
%0
%0.39

Codes

Color #8EC9FE in popluar color models

8E C9 FE
RGB 142 201 254
HSL 208° 98.25% 77.65%
HSB/HSV 208° 44.09% 99.61%
CMYK 44.09% 20.87% 0.00%
0.39%

Color #8EC9FE in popluar number systems.

HEX 8E C9 FE
Decimal 142 201 254
Binary 10001110 11001001 11111110
Octal 216 311 376

Shades and tints

Shades of #8EC9FE

#8EC9FE
(142,201,254)
#82B7E7
(130,183,231)
#76A5D0
(118,165,208)
#6A93B9
(106,147,185)
#5E81A2
(94,129,162)
#526F8B
(82,111,139)
#465D74
(70,93,116)
#3A4B5D
(58,75,93)
#2E3946
(46,57,70)
#22272F
(34,39,47)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #8EC9FE

#8EC9FE
(142,201,254)
#98CDFE
(152,205,254)
#A2D1FE
(162,209,254)
#ACD5FE
(172,213,254)
#B6D9FE
(182,217,254)
#C0DDFE
(192,221,254)
#CAE1FE
(202,225,254)
#D4E5FE
(212,229,254)
#DEE9FE
(222,233,254)
#E8EDFE
(232,237,254)
#F2F1FE
(242,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC9FE color. Also use rgb(142,201,254) instead hex code.

Text Font Color

.myTextColor { color: #8EC9FE; }

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

This text font color is #8EC9FE.

Background Color

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

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

This div background color is #8EC9FE.

Border color

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

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

This div border color is #8EC9FE.

Opacity

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

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

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

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

This text has shadow with #8EC9FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC9FE.

Preview

Color preview on black background

This text has color #8EC9FE on black background.


Color preview on white background

This text has color #8EC9FE on white background.


Black color preview on #8EC9FE background

This text has black color on #8EC9FE background.


White color preview on #8EC9FE background

This text has white color on #8EC9FE background.


Related colors

Complementary color

Complementary color for #hex is #713601.


I love getcolorcode.com

Triadic colors

1 #FE8EC9 and #C9FE8E with #8EC9FE are triadic colors.

2 #FEC98E and #C98EFE with #8EC9FE are triadic colors.