COLOR #8E8EDE

HEX: #8E8EDE
RGB: (142,142,222)

Color info

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

RGB color model

#8E8EDE color RGB value is (142,142,222).

  • red value is 142;
  • green value is 142;
  • blue value is 222.
RGB:
(142,142,222)
(56%,56%,87%)

RGB channels and saturation

R 142 of 255 = 56%
G 142 of 255 = 56%
B 222 of 255 = 87%

142
142
222

R + G + B ~ 66%. #8E8EDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 142 + 222 = 506 (100%)
R 142 of 506 ~ 28.06%
G 142 of 506 ~ 28.06%
B 222 of 506 ~ 43.87%

%28.06
%28.06
%43.87

CMYK color model

#8E8EDE color CMYK value is (36,36,0,13).

  • cyan value is 36.04%
  • magenta value is 36.04%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(36,36,0,13)
C36M36Y0K13 
(36%,36%,0%,13%)
(0.36/0.36/0.00/0.13)	

CMYK percentages

%36.04
%36.04
%0
%12.94

Codes

Color #8E8EDE in popluar color models

8E8EDE
RGB142142222
HSL240°54.79%71.37%
HSB/HSV240°36.04%87.06%
CMYK36.04%36.04%0.00%
12.94%

Color #8E8EDE in popluar number systems.

HEX8E8EDE
Decimal142142222
Binary100011101000111011011110
Octal216216336

Shades and tints

Shades of #8E8EDE

#8E8EDE
(142,142,222)
#8282CA
(130,130,202)
#7676B6
(118,118,182)
#6A6AA2
(106,106,162)
#5E5E8E
(94,94,142)
#52527A
(82,82,122)
#464666
(70,70,102)
#3A3A52
(58,58,82)
#2E2E3E
(46,46,62)
#22222A
(34,34,42)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #8E8EDE

#8E8EDE
(142,142,222)
#9898E1
(152,152,225)
#A2A2E4
(162,162,228)
#ACACE7
(172,172,231)
#B6B6EA
(182,182,234)
#C0C0ED
(192,192,237)
#CACAF0
(202,202,240)
#D4D4F3
(212,212,243)
#DEDEF6
(222,222,246)
#E8E8F9
(232,232,249)
#F2F2FC
(242,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8EDE; }

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

This text font color is #8E8EDE.


Background Color

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

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

This div background color is #8E8EDE.


Border color

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

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

This div border color is #8E8EDE.


Opacity

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

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

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

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

This text has shadow with #8E8EDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8EDE on black background.


Color preview on white background

This text has color #8E8EDE on white background.



Black color preview on #8E8EDE background

This text has black color on #8E8EDE background.


White color preview on #8E8EDE background

This text has white color on #8E8EDE background.