COLOR #8E8ADC

HEX: #8E8ADC
RGB: (142,138,220)

Color info

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

RGB color model

#8E8ADC color RGB value is (142,138,220).

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

RGB channels and saturation

R 142 of 255 = 56%
G 138 of 255 = 54%
B 220 of 255 = 86%

142
138
220

R + G + B ~ 65%. #8E8ADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 138 + 220 = 500 (100%)
R 142 of 500 ~ 28.4%
G 138 of 500 ~ 27.6%
B 220 of 500 ~ 44%

%28.4
%27.6
%44

CMYK color model

#8E8ADC color CMYK value is (35,37,0,14).

  • cyan value is 35.45%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(35,37,0,14)
C35M37Y0K14 
(35%,37%,0%,14%)
(0.35/0.37/0.00/0.14)	

CMYK percentages

%35.45
%37.27
%0
%13.73

Codes

Color #8E8ADC in popluar color models

8E8ADC
RGB142138220
HSL243°53.95%70.20%
HSB/HSV243°37.27%86.27%
CMYK35.45%37.27%0.00%
13.73%

Color #8E8ADC in popluar number systems.

HEX8E8ADC
Decimal142138220
Binary100011101000101011011100
Octal216212334

Shades and tints

Shades of #8E8ADC

#8E8ADC
(142,138,220)
#827EC8
(130,126,200)
#7672B4
(118,114,180)
#6A66A0
(106,102,160)
#5E5A8C
(94,90,140)
#524E78
(82,78,120)
#464264
(70,66,100)
#3A3650
(58,54,80)
#2E2A3C
(46,42,60)
#221E28
(34,30,40)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #8E8ADC

#8E8ADC
(142,138,220)
#9894DF
(152,148,223)
#A29EE2
(162,158,226)
#ACA8E5
(172,168,229)
#B6B2E8
(182,178,232)
#C0BCEB
(192,188,235)
#CAC6EE
(202,198,238)
#D4D0F1
(212,208,241)
#DEDAF4
(222,218,244)
#E8E4F7
(232,228,247)
#F2EEFA
(242,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8ADC; }

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

This text font color is #8E8ADC.


Background Color

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

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

This div background color is #8E8ADC.


Border color

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

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

This div border color is #8E8ADC.


Opacity

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

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

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

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

This text has shadow with #8E8ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8ADC on black background.


Color preview on white background

This text has color #8E8ADC on white background.



Black color preview on #8E8ADC background

This text has black color on #8E8ADC background.


White color preview on #8E8ADC background

This text has white color on #8E8ADC background.