COLOR #8EC3F9

HEX: #8EC3F9 RGB: (142,195,249)

Color info

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

RGB color model

#8EC3F9 color RGB value is (142,195,249).

RGB: (142,195,249) (56%, 76%, 98%)

RGB channels and saturation

R 142 of 255 = 56%
G 195 of 255 = 76%
B 249 of 255 = 98%

142
195
249

R + G + B ~ 77%. #8EC3F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 195 + 249 = 586 (100%)
R 142 of 586 ~ 24.23%
G 195 of 586 ~ 33.28%
B 249 of 586 ~ 42.49'%

%24.23
%33.28
%42.49

CMYK color model

#8EC3F9 color CMYK value is (43,22,0,2).

  • cyan value is 42.97%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (43,22,0,2)
C43M22Y0K2 (43%, 22%, 0%, 2%)
(0.43 / 0.22 / 0.00 / 0.02)

CMYK percentages

%42.97
%21.69
%0
%2.35

Codes

Color #8EC3F9 in popluar color models

8E C3 F9
RGB 142 195 249
HSL 210° 89.92% 76.67%
HSB/HSV 210° 42.97% 97.65%
CMYK 42.97% 21.69% 0.00%
2.35%

Color #8EC3F9 in popluar number systems.

HEX 8E C3 F9
Decimal 142 195 249
Binary 10001110 11000011 11111001
Octal 216 303 371

Shades and tints

Shades of #8EC3F9

#8EC3F9
(142,195,249)
#82B2E3
(130,178,227)
#76A1CD
(118,161,205)
#6A90B7
(106,144,183)
#5E7FA1
(94,127,161)
#526E8B
(82,110,139)
#465D75
(70,93,117)
#3A4C5F
(58,76,95)
#2E3B49
(46,59,73)
#222A33
(34,42,51)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #8EC3F9

#8EC3F9
(142,195,249)
#98C8F9
(152,200,249)
#A2CDF9
(162,205,249)
#ACD2F9
(172,210,249)
#B6D7F9
(182,215,249)
#C0DCF9
(192,220,249)
#CAE1F9
(202,225,249)
#D4E6F9
(212,230,249)
#DEEBF9
(222,235,249)
#E8F0F9
(232,240,249)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC3F9 color. Also use rgb(142,195,249) instead hex code.

Text Font Color

.myTextColor { color: #8EC3F9; }

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

This text font color is #8EC3F9.

Background Color

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

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

This div background color is #8EC3F9.

Border color

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

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

This div border color is #8EC3F9.

Opacity

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

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

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

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

This text has shadow with #8EC3F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC3F9.

Preview

Color preview on black background

This text has color #8EC3F9 on black background.


Color preview on white background

This text has color #8EC3F9 on white background.


Black color preview on #8EC3F9 background

This text has black color on #8EC3F9 background.


White color preview on #8EC3F9 background

This text has white color on #8EC3F9 background.


Related colors

Complementary color

Complementary color for #hex is #713C06.


I love getcolorcode.com

Triadic colors

1 #F98EC3 and #C3F98E with #8EC3F9 are triadic colors.

2 #F9C38E and #C38EF9 with #8EC3F9 are triadic colors.