COLOR #8E8FD1

HEX: #8E8FD1
RGB: (142,143,209)

Color info

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

RGB color model

#8E8FD1 color RGB value is (142,143,209).

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

RGB channels and saturation

R 142 of 255 = 56%
G 143 of 255 = 56%
B 209 of 255 = 82%

142
143
209

R + G + B ~ 65%. #8E8FD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 143 + 209 = 494 (100%)
R 142 of 494 ~ 28.74%
G 143 of 494 ~ 28.95%
B 209 of 494 ~ 42.31%

%28.74
%28.95
%42.31

CMYK color model

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

  • cyan value is 32.06%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(32,32,0,18)
C32M32Y0K18 
(32%,32%,0%,18%)
(0.32/0.32/0.00/0.18)	

CMYK percentages

%32.06
%31.58
%0
%18.04

Codes

Color #8E8FD1 in popluar color models

8E8FD1
RGB142143209
HSL239°42.14%68.82%
HSB/HSV239°32.06%81.96%
CMYK32.06%31.58%0.00%
18.04%

Color #8E8FD1 in popluar number systems.

HEX8E8FD1
Decimal142143209
Binary100011101000111111010001
Octal216217321

Shades and tints

Shades of #8E8FD1

#8E8FD1
(142,143,209)
#8282BE
(130,130,190)
#7675AB
(118,117,171)
#6A6898
(106,104,152)
#5E5B85
(94,91,133)
#524E72
(82,78,114)
#46415F
(70,65,95)
#3A344C
(58,52,76)
#2E2739
(46,39,57)
#221A26
(34,26,38)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #8E8FD1

#8E8FD1
(142,143,209)
#9899D5
(152,153,213)
#A2A3D9
(162,163,217)
#ACADDD
(172,173,221)
#B6B7E1
(182,183,225)
#C0C1E5
(192,193,229)
#CACBE9
(202,203,233)
#D4D5ED
(212,213,237)
#DEDFF1
(222,223,241)
#E8E9F5
(232,233,245)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8FD1; }

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

This text font color is #8E8FD1.


Background Color

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

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

This div background color is #8E8FD1.


Border color

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

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

This div border color is #8E8FD1.


Opacity

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

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

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

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

This text has shadow with #8E8FD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8FD1 on black background.


Color preview on white background

This text has color #8E8FD1 on white background.



Black color preview on #8E8FD1 background

This text has black color on #8E8FD1 background.


White color preview on #8E8FD1 background

This text has white color on #8E8FD1 background.