COLOR #8E9AE5

HEX: #8E9AE5
RGB: (142,154,229)

Color info

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

RGB color model

#8E9AE5 color RGB value is (142,154,229).

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

RGB channels and saturation

R 142 of 255 = 56%
G 154 of 255 = 60%
B 229 of 255 = 90%

142
154
229

R + G + B ~ 69%. #8E9AE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 154 + 229 = 525 (100%)
R 142 of 525 ~ 27.05%
G 154 of 525 ~ 29.33%
B 229 of 525 ~ 43.62%

%27.05
%29.33
%43.62

CMYK color model

#8E9AE5 color CMYK value is (38,33,0,10).

  • cyan value is 37.99%
  • magenta value is 32.75%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(38,33,0,10)
C38M33Y0K10 
(38%,33%,0%,10%)
(0.38/0.33/0.00/0.10)	

CMYK percentages

%37.99
%32.75
%0
%10.2

Codes

Color #8E9AE5 in popluar color models

8E9AE5
RGB142154229
HSL232°62.59%72.75%
HSB/HSV232°37.99%89.80%
CMYK37.99%32.75%0.00%
10.20%

Color #8E9AE5 in popluar number systems.

HEX8E9AE5
Decimal142154229
Binary100011101001101011100101
Octal216232345

Shades and tints

Shades of #8E9AE5

#8E9AE5
(142,154,229)
#828CD1
(130,140,209)
#767EBD
(118,126,189)
#6A70A9
(106,112,169)
#5E6295
(94,98,149)
#525481
(82,84,129)
#46466D
(70,70,109)
#3A3859
(58,56,89)
#2E2A45
(46,42,69)
#221C31
(34,28,49)
#160E1D
(22,14,29)
#000000
(0,0,0)

Tints of #8E9AE5

#8E9AE5
(142,154,229)
#98A3E7
(152,163,231)
#A2ACE9
(162,172,233)
#ACB5EB
(172,181,235)
#B6BEED
(182,190,237)
#C0C7EF
(192,199,239)
#CAD0F1
(202,208,241)
#D4D9F3
(212,217,243)
#DEE2F5
(222,226,245)
#E8EBF7
(232,235,247)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9AE5; }

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

This text font color is #8E9AE5.


Background Color

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

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

This div background color is #8E9AE5.


Border color

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

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

This div border color is #8E9AE5.


Opacity

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

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

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

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

This text has shadow with #8E9AE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9AE5 on black background.


Color preview on white background

This text has color #8E9AE5 on white background.



Black color preview on #8E9AE5 background

This text has black color on #8E9AE5 background.


White color preview on #8E9AE5 background

This text has white color on #8E9AE5 background.