COLOR #8E91EC

HEX: #8E91EC
RGB: (142,145,236)

Color info

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

RGB color model

#8E91EC color RGB value is (142,145,236).

  • red value is 142;
  • green value is 145;
  • blue value is 236.
RGB:
(142,145,236)
(56%,57%,93%)

RGB channels and saturation

R 142 of 255 = 56%
G 145 of 255 = 57%
B 236 of 255 = 93%

142
145
236

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

Portions of RGB colors in percentages

R + G + B =
142 + 145 + 236 = 523 (100%)
R 142 of 523 ~ 27.15%
G 145 of 523 ~ 27.72%
B 236 of 523 ~ 45.12%

%27.15
%27.72
%45.12

CMYK color model

#8E91EC color CMYK value is (40,39,0,7).

  • cyan value is 39.83%
  • magenta value is 38.56%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(40,39,0,7)
C40M39Y0K7 
(40%,39%,0%,7%)
(0.40/0.39/0.00/0.07)	

CMYK percentages

%39.83
%38.56
%0
%7.45

Codes

Color #8E91EC in popluar color models

8E91EC
RGB142145236
HSL238°71.21%74.12%
HSB/HSV238°39.83%92.55%
CMYK39.83%38.56%0.00%
7.45%

Color #8E91EC in popluar number systems.

HEX8E91EC
Decimal142145236
Binary100011101001000111101100
Octal216221354

Shades and tints

Shades of #8E91EC

#8E91EC
(142,145,236)
#8284D7
(130,132,215)
#7677C2
(118,119,194)
#6A6AAD
(106,106,173)
#5E5D98
(94,93,152)
#525083
(82,80,131)
#46436E
(70,67,110)
#3A3659
(58,54,89)
#2E2944
(46,41,68)
#221C2F
(34,28,47)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #8E91EC

#8E91EC
(142,145,236)
#989BED
(152,155,237)
#A2A5EE
(162,165,238)
#ACAFEF
(172,175,239)
#B6B9F0
(182,185,240)
#C0C3F1
(192,195,241)
#CACDF2
(202,205,242)
#D4D7F3
(212,215,243)
#DEE1F4
(222,225,244)
#E8EBF5
(232,235,245)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E91EC color. Also use rgb(142,145,236) instead hex code.

Text Font Color

.myTextColor { color: #8E91EC; }

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

This text font color is #8E91EC.


Background Color

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

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

This div background color is #8E91EC.


Border color

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

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

This div border color is #8E91EC.


Opacity

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

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

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

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

This text has shadow with #8E91EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E91EC on black background.


Color preview on white background

This text has color #8E91EC on white background.



Black color preview on #8E91EC background

This text has black color on #8E91EC background.


White color preview on #8E91EC background

This text has white color on #8E91EC background.