COLOR #8EA3CE

HEX: #8EA3CE
RGB: (142,163,206)

Color info

#8EA3CE contains mainly green and blue colors. Web safe color of #8EA3CE is #9999CC (or #99C).

RGB color model

#8EA3CE color RGB value is (142,163,206).

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

RGB channels and saturation

R 142 of 255 = 56%
G 163 of 255 = 64%
B 206 of 255 = 81%

142
163
206

R + G + B ~ 67%. #8EA3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 163 + 206 = 511 (100%)
R 142 of 511 ~ 27.79%
G 163 of 511 ~ 31.9%
B 206 of 511 ~ 40.31%

%27.79
%31.9
%40.31

CMYK color model

#8EA3CE color CMYK value is (31,21,0,19).

  • cyan value is 31.07%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(31,21,0,19)
C31M21Y0K19 
(31%,21%,0%,19%)
(0.31/0.21/0.00/0.19)	

CMYK percentages

%31.07
%20.87
%0
%19.22

Codes

Color #8EA3CE in popluar color models

8EA3CE
RGB142163206
HSL220°39.51%68.24%
HSB/HSV220°31.07%80.78%
CMYK31.07%20.87%0.00%
19.22%

Color #8EA3CE in popluar number systems.

HEX8EA3CE
Decimal142163206
Binary100011101010001111001110
Octal216243316

Shades and tints

Shades of #8EA3CE

#8EA3CE
(142,163,206)
#8295BC
(130,149,188)
#7687AA
(118,135,170)
#6A7998
(106,121,152)
#5E6B86
(94,107,134)
#525D74
(82,93,116)
#464F62
(70,79,98)
#3A4150
(58,65,80)
#2E333E
(46,51,62)
#22252C
(34,37,44)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #8EA3CE

#8EA3CE
(142,163,206)
#98ABD2
(152,171,210)
#A2B3D6
(162,179,214)
#ACBBDA
(172,187,218)
#B6C3DE
(182,195,222)
#C0CBE2
(192,203,226)
#CAD3E6
(202,211,230)
#D4DBEA
(212,219,234)
#DEE3EE
(222,227,238)
#E8EBF2
(232,235,242)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA3CE; }

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

This text font color is #8EA3CE.


Background Color

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

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

This div background color is #8EA3CE.


Border color

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

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

This div border color is #8EA3CE.


Opacity

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

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

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

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

This text has shadow with #8EA3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA3CE on black background.


Color preview on white background

This text has color #8EA3CE on white background.



Black color preview on #8EA3CE background

This text has black color on #8EA3CE background.


White color preview on #8EA3CE background

This text has white color on #8EA3CE background.