COLOR #8EAEF9

HEX: #8EAEF9
RGB: (142,174,249)

Color info

#8EAEF9 contains mainly blue color. Web safe color of #8EAEF9 is #9999FF (or #99F).

RGB color model

#8EAEF9 color RGB value is (142,174,249).

  • red value is 142;
  • green value is 174;
  • blue value is 249.
RGB:
(142,174,249)
(56%,68%,98%)

RGB channels and saturation

R 142 of 255 = 56%
G 174 of 255 = 68%
B 249 of 255 = 98%

142
174
249

R + G + B ~ 74%. #8EAEF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 174 + 249 = 565 (100%)
R 142 of 565 ~ 25.13%
G 174 of 565 ~ 30.8%
B 249 of 565 ~ 44.07%

%25.13
%30.8
%44.07

CMYK color model

#8EAEF9 color CMYK value is (43,30,0,2).

  • cyan value is 42.97%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(43,30,0,2)
C43M30Y0K2 
(43%,30%,0%,2%)
(0.43/0.30/0.00/0.02)	

CMYK percentages

%42.97
%30.12
%0
%2.35

Codes

Color #8EAEF9 in popluar color models

8EAEF9
RGB142174249
HSL222°89.92%76.67%
HSB/HSV222°42.97%97.65%
CMYK42.97%30.12%0.00%
2.35%

Color #8EAEF9 in popluar number systems.

HEX8EAEF9
Decimal142174249
Binary100011101010111011111001
Octal216256371

Shades and tints

Shades of #8EAEF9

#8EAEF9
(142,174,249)
#829FE3
(130,159,227)
#7690CD
(118,144,205)
#6A81B7
(106,129,183)
#5E72A1
(94,114,161)
#52638B
(82,99,139)
#465475
(70,84,117)
#3A455F
(58,69,95)
#2E3649
(46,54,73)
#222733
(34,39,51)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #8EAEF9

#8EAEF9
(142,174,249)
#98B5F9
(152,181,249)
#A2BCF9
(162,188,249)
#ACC3F9
(172,195,249)
#B6CAF9
(182,202,249)
#C0D1F9
(192,209,249)
#CAD8F9
(202,216,249)
#D4DFF9
(212,223,249)
#DEE6F9
(222,230,249)
#E8EDF9
(232,237,249)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAEF9; }

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

This text font color is #8EAEF9.


Background Color

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

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

This div background color is #8EAEF9.


Border color

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

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

This div border color is #8EAEF9.


Opacity

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

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

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

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

This text has shadow with #8EAEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAEF9 on black background.


Color preview on white background

This text has color #8EAEF9 on white background.



Black color preview on #8EAEF9 background

This text has black color on #8EAEF9 background.


White color preview on #8EAEF9 background

This text has white color on #8EAEF9 background.