COLOR #8E8DCE

HEX: #8E8DCE
RGB: (142,141,206)

Color info

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

RGB color model

#8E8DCE color RGB value is (142,141,206).

  • red value is 142;
  • green value is 141;
  • blue value is 206.
RGB:
(142,141,206)
(56%,55%,81%)

RGB channels and saturation

R 142 of 255 = 56%
G 141 of 255 = 55%
B 206 of 255 = 81%

142
141
206

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

Portions of RGB colors in percentages

R + G + B =
142 + 141 + 206 = 489 (100%)
R 142 of 489 ~ 29.04%
G 141 of 489 ~ 28.83%
B 206 of 489 ~ 42.13%

%29.04
%28.83
%42.13

CMYK color model

#8E8DCE color CMYK value is (31,32,0,19).

  • cyan value is 31.07%
  • magenta value is 31.55%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(31,32,0,19)
C31M32Y0K19 
(31%,32%,0%,19%)
(0.31/0.32/0.00/0.19)	

CMYK percentages

%31.07
%31.55
%0
%19.22

Codes

Color #8E8DCE in popluar color models

8E8DCE
RGB142141206
HSL241°39.88%68.04%
HSB/HSV241°31.55%80.78%
CMYK31.07%31.55%0.00%
19.22%

Color #8E8DCE in popluar number systems.

HEX8E8DCE
Decimal142141206
Binary100011101000110111001110
Octal216215316

Shades and tints

Shades of #8E8DCE

#8E8DCE
(142,141,206)
#8281BC
(130,129,188)
#7675AA
(118,117,170)
#6A6998
(106,105,152)
#5E5D86
(94,93,134)
#525174
(82,81,116)
#464562
(70,69,98)
#3A3950
(58,57,80)
#2E2D3E
(46,45,62)
#22212C
(34,33,44)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #8E8DCE

#8E8DCE
(142,141,206)
#9897D2
(152,151,210)
#A2A1D6
(162,161,214)
#ACABDA
(172,171,218)
#B6B5DE
(182,181,222)
#C0BFE2
(192,191,226)
#CAC9E6
(202,201,230)
#D4D3EA
(212,211,234)
#DEDDEE
(222,221,238)
#E8E7F2
(232,231,242)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8DCE color. Also use rgb(142,141,206) instead hex code.

Text Font Color

.myTextColor { color: #8E8DCE; }

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

This text font color is #8E8DCE.


Background Color

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

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

This div background color is #8E8DCE.


Border color

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

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

This div border color is #8E8DCE.


Opacity

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

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

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

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

This text has shadow with #8E8DCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8DCE on black background.


Color preview on white background

This text has color #8E8DCE on white background.



Black color preview on #8E8DCE background

This text has black color on #8E8DCE background.


White color preview on #8E8DCE background

This text has white color on #8E8DCE background.