COLOR #8E9DE8

HEX: #8E9DE8
RGB: (142,157,232)

Color info

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

RGB color model

#8E9DE8 color RGB value is (142,157,232).

  • red value is 142;
  • green value is 157;
  • blue value is 232.
RGB:
(142,157,232)
(56%,62%,91%)

RGB channels and saturation

R 142 of 255 = 56%
G 157 of 255 = 62%
B 232 of 255 = 91%

142
157
232

R + G + B ~ 70%. #8E9DE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 157 + 232 = 531 (100%)
R 142 of 531 ~ 26.74%
G 157 of 531 ~ 29.57%
B 232 of 531 ~ 43.69%

%26.74
%29.57
%43.69

CMYK color model

#8E9DE8 color CMYK value is (39,32,0,9).

  • cyan value is 38.79%
  • magenta value is 32.33%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(39,32,0,9)
C39M32Y0K9 
(39%,32%,0%,9%)
(0.39/0.32/0.00/0.09)	

CMYK percentages

%38.79
%32.33
%0
%9.02

Codes

Color #8E9DE8 in popluar color models

8E9DE8
RGB142157232
HSL230°66.18%73.33%
HSB/HSV230°38.79%90.98%
CMYK38.79%32.33%0.00%
9.02%

Color #8E9DE8 in popluar number systems.

HEX8E9DE8
Decimal142157232
Binary100011101001110111101000
Octal216235350

Shades and tints

Shades of #8E9DE8

#8E9DE8
(142,157,232)
#828FD3
(130,143,211)
#7681BE
(118,129,190)
#6A73A9
(106,115,169)
#5E6594
(94,101,148)
#52577F
(82,87,127)
#46496A
(70,73,106)
#3A3B55
(58,59,85)
#2E2D40
(46,45,64)
#221F2B
(34,31,43)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #8E9DE8

#8E9DE8
(142,157,232)
#98A5EA
(152,165,234)
#A2ADEC
(162,173,236)
#ACB5EE
(172,181,238)
#B6BDF0
(182,189,240)
#C0C5F2
(192,197,242)
#CACDF4
(202,205,244)
#D4D5F6
(212,213,246)
#DEDDF8
(222,221,248)
#E8E5FA
(232,229,250)
#F2EDFC
(242,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9DE8 color. Also use rgb(142,157,232) instead hex code.

Text Font Color

.myTextColor { color: #8E9DE8; }

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

This text font color is #8E9DE8.


Background Color

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

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

This div background color is #8E9DE8.


Border color

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

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

This div border color is #8E9DE8.


Opacity

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

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

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

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

This text has shadow with #8E9DE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9DE8 on black background.


Color preview on white background

This text has color #8E9DE8 on white background.



Black color preview on #8E9DE8 background

This text has black color on #8E9DE8 background.


White color preview on #8E9DE8 background

This text has white color on #8E9DE8 background.