COLOR #8E8DFD

HEX: #8E8DFD
RGB: (142,141,253)

Color info

#8E8DFD contains mainly blue color. Web safe color of #8E8DFD is #9999FF (or #99F).

RGB color model

#8E8DFD color RGB value is (142,141,253).

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

RGB channels and saturation

R 142 of 255 = 56%
G 141 of 255 = 55%
B 253 of 255 = 99%

142
141
253

R + G + B ~ 70%. #8E8DFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 141 + 253 = 536 (100%)
R 142 of 536 ~ 26.49%
G 141 of 536 ~ 26.31%
B 253 of 536 ~ 47.2%

%26.49
%26.31
%47.2

CMYK color model

#8E8DFD color CMYK value is (44,44,0,1).

  • cyan value is 43.87%
  • magenta value is 44.27%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(44,44,0,1)
C44M44Y0K1 
(44%,44%,0%,1%)
(0.44/0.44/0.00/0.01)	

CMYK percentages

%43.87
%44.27
%0
%0.78

Codes

Color #8E8DFD in popluar color models

8E8DFD
RGB142141253
HSL241°96.55%77.25%
HSB/HSV241°44.27%99.22%
CMYK43.87%44.27%0.00%
0.78%

Color #8E8DFD in popluar number systems.

HEX8E8DFD
Decimal142141253
Binary100011101000110111111101
Octal216215375

Shades and tints

Shades of #8E8DFD

#8E8DFD
(142,141,253)
#8281E6
(130,129,230)
#7675CF
(118,117,207)
#6A69B8
(106,105,184)
#5E5DA1
(94,93,161)
#52518A
(82,81,138)
#464573
(70,69,115)
#3A395C
(58,57,92)
#2E2D45
(46,45,69)
#22212E
(34,33,46)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #8E8DFD

#8E8DFD
(142,141,253)
#9897FD
(152,151,253)
#A2A1FD
(162,161,253)
#ACABFD
(172,171,253)
#B6B5FD
(182,181,253)
#C0BFFD
(192,191,253)
#CAC9FD
(202,201,253)
#D4D3FD
(212,211,253)
#DEDDFD
(222,221,253)
#E8E7FD
(232,231,253)
#F2F1FD
(242,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8DFD; }

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

This text font color is #8E8DFD.


Background Color

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

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

This div background color is #8E8DFD.


Border color

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

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

This div border color is #8E8DFD.


Opacity

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

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

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

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

This text has shadow with #8E8DFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8DFD on black background.


Color preview on white background

This text has color #8E8DFD on white background.



Black color preview on #8E8DFD background

This text has black color on #8E8DFD background.


White color preview on #8E8DFD background

This text has white color on #8E8DFD background.