COLOR #8E8AD2

HEX: #8E8AD2
RGB: (142,138,210)

Color info

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

RGB color model

#8E8AD2 color RGB value is (142,138,210).

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

RGB channels and saturation

R 142 of 255 = 56%
G 138 of 255 = 54%
B 210 of 255 = 82%

142
138
210

R + G + B ~ 64%. #8E8AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 138 + 210 = 490 (100%)
R 142 of 490 ~ 28.98%
G 138 of 490 ~ 28.16%
B 210 of 490 ~ 42.86%

%28.98
%28.16
%42.86

CMYK color model

#8E8AD2 color CMYK value is (32,34,0,18).

  • cyan value is 32.38%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(32,34,0,18)
C32M34Y0K18 
(32%,34%,0%,18%)
(0.32/0.34/0.00/0.18)	

CMYK percentages

%32.38
%34.29
%0
%17.65

Codes

Color #8E8AD2 in popluar color models

8E8AD2
RGB142138210
HSL243°44.44%68.24%
HSB/HSV243°34.29%82.35%
CMYK32.38%34.29%0.00%
17.65%

Color #8E8AD2 in popluar number systems.

HEX8E8AD2
Decimal142138210
Binary100011101000101011010010
Octal216212322

Shades and tints

Shades of #8E8AD2

#8E8AD2
(142,138,210)
#827EBF
(130,126,191)
#7672AC
(118,114,172)
#6A6699
(106,102,153)
#5E5A86
(94,90,134)
#524E73
(82,78,115)
#464260
(70,66,96)
#3A364D
(58,54,77)
#2E2A3A
(46,42,58)
#221E27
(34,30,39)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #8E8AD2

#8E8AD2
(142,138,210)
#9894D6
(152,148,214)
#A29EDA
(162,158,218)
#ACA8DE
(172,168,222)
#B6B2E2
(182,178,226)
#C0BCE6
(192,188,230)
#CAC6EA
(202,198,234)
#D4D0EE
(212,208,238)
#DEDAF2
(222,218,242)
#E8E4F6
(232,228,246)
#F2EEFA
(242,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8AD2; }

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

This text font color is #8E8AD2.


Background Color

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

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

This div background color is #8E8AD2.


Border color

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

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

This div border color is #8E8AD2.


Opacity

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

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

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

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

This text has shadow with #8E8AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8AD2 on black background.


Color preview on white background

This text has color #8E8AD2 on white background.



Black color preview on #8E8AD2 background

This text has black color on #8E8AD2 background.


White color preview on #8E8AD2 background

This text has white color on #8E8AD2 background.