COLOR #8E8AEE

HEX: #8E8AEE
RGB: (142,138,238)

Color info

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

RGB color model

#8E8AEE color RGB value is (142,138,238).

  • red value is 142;
  • green value is 138;
  • blue value is 238.
RGB:
(142,138,238)
(56%,54%,93%)

RGB channels and saturation

R 142 of 255 = 56%
G 138 of 255 = 54%
B 238 of 255 = 93%

142
138
238

R + G + B ~ 68%. #8E8AEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 138 + 238 = 518 (100%)
R 142 of 518 ~ 27.41%
G 138 of 518 ~ 26.64%
B 238 of 518 ~ 45.95%

%27.41
%26.64
%45.95

CMYK color model

#8E8AEE color CMYK value is (40,42,0,7).

  • cyan value is 40.34%
  • magenta value is 42.02%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(40,42,0,7)
C40M42Y0K7 
(40%,42%,0%,7%)
(0.40/0.42/0.00/0.07)	

CMYK percentages

%40.34
%42.02
%0
%6.67

Codes

Color #8E8AEE in popluar color models

8E8AEE
RGB142138238
HSL242°74.63%73.73%
HSB/HSV242°42.02%93.33%
CMYK40.34%42.02%0.00%
6.67%

Color #8E8AEE in popluar number systems.

HEX8E8AEE
Decimal142138238
Binary100011101000101011101110
Octal216212356

Shades and tints

Shades of #8E8AEE

#8E8AEE
(142,138,238)
#827ED9
(130,126,217)
#7672C4
(118,114,196)
#6A66AF
(106,102,175)
#5E5A9A
(94,90,154)
#524E85
(82,78,133)
#464270
(70,66,112)
#3A365B
(58,54,91)
#2E2A46
(46,42,70)
#221E31
(34,30,49)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #8E8AEE

#8E8AEE
(142,138,238)
#9894EF
(152,148,239)
#A29EF0
(162,158,240)
#ACA8F1
(172,168,241)
#B6B2F2
(182,178,242)
#C0BCF3
(192,188,243)
#CAC6F4
(202,198,244)
#D4D0F5
(212,208,245)
#DEDAF6
(222,218,246)
#E8E4F7
(232,228,247)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8AEE color. Also use rgb(142,138,238) instead hex code.

Text Font Color

.myTextColor { color: #8E8AEE; }

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

This text font color is #8E8AEE.


Background Color

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

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

This div background color is #8E8AEE.


Border color

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

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

This div border color is #8E8AEE.


Opacity

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

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

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

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

This text has shadow with #8E8AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8AEE on black background.


Color preview on white background

This text has color #8E8AEE on white background.



Black color preview on #8E8AEE background

This text has black color on #8E8AEE background.


White color preview on #8E8AEE background

This text has white color on #8E8AEE background.