COLOR #8EC6F9

HEX: #8EC6F9 RGB: (142,198,249)

Color info

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

RGB color model

#8EC6F9 color RGB value is (142,198,249).

RGB: (142,198,249) (56%, 78%, 98%)

RGB channels and saturation

R 142 of 255 = 56%
G 198 of 255 = 78%
B 249 of 255 = 98%

142
198
249

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

Portions of RGB colors in percentages

R + G + B = 142 + 198 + 249 = 589 (100%)
R 142 of 589 ~ 24.11%
G 198 of 589 ~ 33.62%
B 249 of 589 ~ 42.28'%

%24.11
%33.62
%42.28

CMYK color model

#8EC6F9 color CMYK value is (43,20,0,2).

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

CMYK: (43,20,0,2)
C43M20Y0K2 (43%, 20%, 0%, 2%)
(0.43 / 0.20 / 0.00 / 0.02)

CMYK percentages

%42.97
%20.48
%0
%2.35

Codes

Color #8EC6F9 in popluar color models

8E C6 F9
RGB 142 198 249
HSL 209° 89.92% 76.67%
HSB/HSV 209° 42.97% 97.65%
CMYK 42.97% 20.48% 0.00%
2.35%

Color #8EC6F9 in popluar number systems.

HEX 8E C6 F9
Decimal 142 198 249
Binary 10001110 11000110 11111001
Octal 216 306 371

Shades and tints

Shades of #8EC6F9

#8EC6F9
(142,198,249)
#82B4E3
(130,180,227)
#76A2CD
(118,162,205)
#6A90B7
(106,144,183)
#5E7EA1
(94,126,161)
#526C8B
(82,108,139)
#465A75
(70,90,117)
#3A485F
(58,72,95)
#2E3649
(46,54,73)
#222433
(34,36,51)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #8EC6F9

#8EC6F9
(142,198,249)
#98CBF9
(152,203,249)
#A2D0F9
(162,208,249)
#ACD5F9
(172,213,249)
#B6DAF9
(182,218,249)
#C0DFF9
(192,223,249)
#CAE4F9
(202,228,249)
#D4E9F9
(212,233,249)
#DEEEF9
(222,238,249)
#E8F3F9
(232,243,249)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC6F9; }

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

This text font color is #8EC6F9.

Background Color

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

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

This div background color is #8EC6F9.

Border color

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

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

This div border color is #8EC6F9.

Opacity

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

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

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

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

This text has shadow with #8EC6F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC6F9.

Preview

Color preview on black background

This text has color #8EC6F9 on black background.


Color preview on white background

This text has color #8EC6F9 on white background.


Black color preview on #8EC6F9 background

This text has black color on #8EC6F9 background.


White color preview on #8EC6F9 background

This text has white color on #8EC6F9 background.


Related colors

Complementary color

Complementary color for #hex is #713906.


I love getcolorcode.com

Triadic colors

1 #F98EC6 and #C6F98E with #8EC6F9 are triadic colors.

2 #F9C68E and #C68EF9 with #8EC6F9 are triadic colors.