COLOR #8E8AD1

HEX: #8E8AD1
RGB: (142,138,209)

Color info

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

RGB color model

#8E8AD1 color RGB value is (142,138,209).

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

RGB channels and saturation

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

142
138
209

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

Portions of RGB colors in percentages

R + G + B =
142 + 138 + 209 = 489 (100%)
R 142 of 489 ~ 29.04%
G 138 of 489 ~ 28.22%
B 209 of 489 ~ 42.74%

%29.04
%28.22
%42.74

CMYK color model

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

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

CMYK percentages

%32.06
%33.97
%0
%18.04

Codes

Color #8E8AD1 in popluar color models

8E8AD1
RGB142138209
HSL243°43.56%68.04%
HSB/HSV243°33.97%81.96%
CMYK32.06%33.97%0.00%
18.04%

Color #8E8AD1 in popluar number systems.

HEX8E8AD1
Decimal142138209
Binary100011101000101011010001
Octal216212321

Shades and tints

Shades of #8E8AD1

#8E8AD1
(142,138,209)
#827EBE
(130,126,190)
#7672AB
(118,114,171)
#6A6698
(106,102,152)
#5E5A85
(94,90,133)
#524E72
(82,78,114)
#46425F
(70,66,95)
#3A364C
(58,54,76)
#2E2A39
(46,42,57)
#221E26
(34,30,38)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #8E8AD1

#8E8AD1
(142,138,209)
#9894D5
(152,148,213)
#A29ED9
(162,158,217)
#ACA8DD
(172,168,221)
#B6B2E1
(182,178,225)
#C0BCE5
(192,188,229)
#CAC6E9
(202,198,233)
#D4D0ED
(212,208,237)
#DEDAF1
(222,218,241)
#E8E4F5
(232,228,245)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8AD1; }

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

This text font color is #8E8AD1.


Background Color

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

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

This div background color is #8E8AD1.


Border color

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

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

This div border color is #8E8AD1.


Opacity

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

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

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

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

This text has shadow with #8E8AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8AD1 on black background.


Color preview on white background

This text has color #8E8AD1 on white background.



Black color preview on #8E8AD1 background

This text has black color on #8E8AD1 background.


White color preview on #8E8AD1 background

This text has white color on #8E8AD1 background.