COLOR #8EA3ED

HEX: #8EA3ED
RGB: (142,163,237)

Color info

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

RGB color model

#8EA3ED color RGB value is (142,163,237).

  • red value is 142;
  • green value is 163;
  • blue value is 237.
RGB:
(142,163,237)
(56%,64%,93%)

RGB channels and saturation

R 142 of 255 = 56%
G 163 of 255 = 64%
B 237 of 255 = 93%

142
163
237

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

Portions of RGB colors in percentages

R + G + B =
142 + 163 + 237 = 542 (100%)
R 142 of 542 ~ 26.2%
G 163 of 542 ~ 30.07%
B 237 of 542 ~ 43.73%

%26.2
%30.07
%43.73

CMYK color model

#8EA3ED color CMYK value is (40,31,0,7).

  • cyan value is 40.08%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(40,31,0,7)
C40M31Y0K7 
(40%,31%,0%,7%)
(0.40/0.31/0.00/0.07)	

CMYK percentages

%40.08
%31.22
%0
%7.06

Codes

Color #8EA3ED in popluar color models

8EA3ED
RGB142163237
HSL227°72.52%74.31%
HSB/HSV227°40.08%92.94%
CMYK40.08%31.22%0.00%
7.06%

Color #8EA3ED in popluar number systems.

HEX8EA3ED
Decimal142163237
Binary100011101010001111101101
Octal216243355

Shades and tints

Shades of #8EA3ED

#8EA3ED
(142,163,237)
#8295D8
(130,149,216)
#7687C3
(118,135,195)
#6A79AE
(106,121,174)
#5E6B99
(94,107,153)
#525D84
(82,93,132)
#464F6F
(70,79,111)
#3A415A
(58,65,90)
#2E3345
(46,51,69)
#222530
(34,37,48)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #8EA3ED

#8EA3ED
(142,163,237)
#98ABEE
(152,171,238)
#A2B3EF
(162,179,239)
#ACBBF0
(172,187,240)
#B6C3F1
(182,195,241)
#C0CBF2
(192,203,242)
#CAD3F3
(202,211,243)
#D4DBF4
(212,219,244)
#DEE3F5
(222,227,245)
#E8EBF6
(232,235,246)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA3ED color. Also use rgb(142,163,237) instead hex code.

Text Font Color

.myTextColor { color: #8EA3ED; }

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

This text font color is #8EA3ED.


Background Color

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

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

This div background color is #8EA3ED.


Border color

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

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

This div border color is #8EA3ED.


Opacity

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

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

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

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

This text has shadow with #8EA3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA3ED on black background.


Color preview on white background

This text has color #8EA3ED on white background.



Black color preview on #8EA3ED background

This text has black color on #8EA3ED background.


White color preview on #8EA3ED background

This text has white color on #8EA3ED background.