COLOR #8EA4F0

HEX: #8EA4F0
RGB: (142,164,240)

Color info

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

RGB color model

#8EA4F0 color RGB value is (142,164,240).

  • red value is 142;
  • green value is 164;
  • blue value is 240.
RGB:
(142,164,240)
(56%,64%,94%)

RGB channels and saturation

R 142 of 255 = 56%
G 164 of 255 = 64%
B 240 of 255 = 94%

142
164
240

R + G + B ~ 71%. #8EA4F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 164 + 240 = 546 (100%)
R 142 of 546 ~ 26.01%
G 164 of 546 ~ 30.04%
B 240 of 546 ~ 43.96%

%26.01
%30.04
%43.96

CMYK color model

#8EA4F0 color CMYK value is (41,32,0,6).

  • cyan value is 40.83%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(41,32,0,6)
C41M32Y0K6 
(41%,32%,0%,6%)
(0.41/0.32/0.00/0.06)	

CMYK percentages

%40.83
%31.67
%0
%5.88

Codes

Color #8EA4F0 in popluar color models

8EA4F0
RGB142164240
HSL227°76.56%74.90%
HSB/HSV227°40.83%94.12%
CMYK40.83%31.67%0.00%
5.88%

Color #8EA4F0 in popluar number systems.

HEX8EA4F0
Decimal142164240
Binary100011101010010011110000
Octal216244360

Shades and tints

Shades of #8EA4F0

#8EA4F0
(142,164,240)
#8296DB
(130,150,219)
#7688C6
(118,136,198)
#6A7AB1
(106,122,177)
#5E6C9C
(94,108,156)
#525E87
(82,94,135)
#465072
(70,80,114)
#3A425D
(58,66,93)
#2E3448
(46,52,72)
#222633
(34,38,51)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #8EA4F0

#8EA4F0
(142,164,240)
#98ACF1
(152,172,241)
#A2B4F2
(162,180,242)
#ACBCF3
(172,188,243)
#B6C4F4
(182,196,244)
#C0CCF5
(192,204,245)
#CAD4F6
(202,212,246)
#D4DCF7
(212,220,247)
#DEE4F8
(222,228,248)
#E8ECF9
(232,236,249)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA4F0 color. Also use rgb(142,164,240) instead hex code.

Text Font Color

.myTextColor { color: #8EA4F0; }

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

This text font color is #8EA4F0.


Background Color

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

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

This div background color is #8EA4F0.


Border color

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

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

This div border color is #8EA4F0.


Opacity

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

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

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

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

This text has shadow with #8EA4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA4F0 on black background.


Color preview on white background

This text has color #8EA4F0 on white background.



Black color preview on #8EA4F0 background

This text has black color on #8EA4F0 background.


White color preview on #8EA4F0 background

This text has white color on #8EA4F0 background.