COLOR #8EA8E5

HEX: #8EA8E5
RGB: (142,168,229)

Color info

#8EA8E5 contains mainly blue color. Web safe color of #8EA8E5 is #9999CC (or #99C).

RGB color model

#8EA8E5 color RGB value is (142,168,229).

  • red value is 142;
  • green value is 168;
  • blue value is 229.
RGB:
(142,168,229)
(56%,66%,90%)

RGB channels and saturation

R 142 of 255 = 56%
G 168 of 255 = 66%
B 229 of 255 = 90%

142
168
229

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

Portions of RGB colors in percentages

R + G + B =
142 + 168 + 229 = 539 (100%)
R 142 of 539 ~ 26.35%
G 168 of 539 ~ 31.17%
B 229 of 539 ~ 42.49%

%26.35
%31.17
%42.49

CMYK color model

#8EA8E5 color CMYK value is (38,27,0,10).

  • cyan value is 37.99%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(38,27,0,10)
C38M27Y0K10 
(38%,27%,0%,10%)
(0.38/0.27/0.00/0.10)	

CMYK percentages

%37.99
%26.64
%0
%10.2

Codes

Color #8EA8E5 in popluar color models

8EA8E5
RGB142168229
HSL222°62.59%72.75%
HSB/HSV222°37.99%89.80%
CMYK37.99%26.64%0.00%
10.20%

Color #8EA8E5 in popluar number systems.

HEX8EA8E5
Decimal142168229
Binary100011101010100011100101
Octal216250345

Shades and tints

Shades of #8EA8E5

#8EA8E5
(142,168,229)
#8299D1
(130,153,209)
#768ABD
(118,138,189)
#6A7BA9
(106,123,169)
#5E6C95
(94,108,149)
#525D81
(82,93,129)
#464E6D
(70,78,109)
#3A3F59
(58,63,89)
#2E3045
(46,48,69)
#222131
(34,33,49)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #8EA8E5

#8EA8E5
(142,168,229)
#98AFE7
(152,175,231)
#A2B6E9
(162,182,233)
#ACBDEB
(172,189,235)
#B6C4ED
(182,196,237)
#C0CBEF
(192,203,239)
#CAD2F1
(202,210,241)
#D4D9F3
(212,217,243)
#DEE0F5
(222,224,245)
#E8E7F7
(232,231,247)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA8E5 color. Also use rgb(142,168,229) instead hex code.

Text Font Color

.myTextColor { color: #8EA8E5; }

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

This text font color is #8EA8E5.


Background Color

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

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

This div background color is #8EA8E5.


Border color

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

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

This div border color is #8EA8E5.


Opacity

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

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

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

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

This text has shadow with #8EA8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA8E5 on black background.


Color preview on white background

This text has color #8EA8E5 on white background.



Black color preview on #8EA8E5 background

This text has black color on #8EA8E5 background.


White color preview on #8EA8E5 background

This text has white color on #8EA8E5 background.