COLOR #8EA5CB

HEX: #8EA5CB
RGB: (142,165,203)

Color info

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

RGB color model

#8EA5CB color RGB value is (142,165,203).

  • red value is 142;
  • green value is 165;
  • blue value is 203.
RGB:
(142,165,203)
(56%,65%,80%)

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 203 of 255 = 80%

142
165
203

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

Portions of RGB colors in percentages

R + G + B =
142 + 165 + 203 = 510 (100%)
R 142 of 510 ~ 27.84%
G 165 of 510 ~ 32.35%
B 203 of 510 ~ 39.8%

%27.84
%32.35
%39.8

CMYK color model

#8EA5CB color CMYK value is (30,19,0,20).

  • cyan value is 30.05%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(30,19,0,20)
C30M19Y0K20 
(30%,19%,0%,20%)
(0.30/0.19/0.00/0.20)	

CMYK percentages

%30.05
%18.72
%0
%20.39

Codes

Color #8EA5CB in popluar color models

8EA5CB
RGB142165203
HSL217°36.97%67.65%
HSB/HSV217°30.05%79.61%
CMYK30.05%18.72%0.00%
20.39%

Color #8EA5CB in popluar number systems.

HEX8EA5CB
Decimal142165203
Binary100011101010010111001011
Octal216245313

Shades and tints

Shades of #8EA5CB

#8EA5CB
(142,165,203)
#8296B9
(130,150,185)
#7687A7
(118,135,167)
#6A7895
(106,120,149)
#5E6983
(94,105,131)
#525A71
(82,90,113)
#464B5F
(70,75,95)
#3A3C4D
(58,60,77)
#2E2D3B
(46,45,59)
#221E29
(34,30,41)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #8EA5CB

#8EA5CB
(142,165,203)
#98ADCF
(152,173,207)
#A2B5D3
(162,181,211)
#ACBDD7
(172,189,215)
#B6C5DB
(182,197,219)
#C0CDDF
(192,205,223)
#CAD5E3
(202,213,227)
#D4DDE7
(212,221,231)
#DEE5EB
(222,229,235)
#E8EDEF
(232,237,239)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA5CB color. Also use rgb(142,165,203) instead hex code.

Text Font Color

.myTextColor { color: #8EA5CB; }

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

This text font color is #8EA5CB.


Background Color

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

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

This div background color is #8EA5CB.


Border color

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

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

This div border color is #8EA5CB.


Opacity

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

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

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

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

This text has shadow with #8EA5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA5CB on black background.


Color preview on white background

This text has color #8EA5CB on white background.



Black color preview on #8EA5CB background

This text has black color on #8EA5CB background.


White color preview on #8EA5CB background

This text has white color on #8EA5CB background.