COLOR #8E8EF1

HEX: #8E8EF1
RGB: (142,142,241)

Color info

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

RGB color model

#8E8EF1 color RGB value is (142,142,241).

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

RGB channels and saturation

R 142 of 255 = 56%
G 142 of 255 = 56%
B 241 of 255 = 95%

142
142
241

R + G + B ~ 69%. #8E8EF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 142 + 241 = 525 (100%)
R 142 of 525 ~ 27.05%
G 142 of 525 ~ 27.05%
B 241 of 525 ~ 45.9%

%27.05
%27.05
%45.9

CMYK color model

#8E8EF1 color CMYK value is (41,41,0,5).

  • cyan value is 41.08%
  • magenta value is 41.08%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(41,41,0,5)
C41M41Y0K5 
(41%,41%,0%,5%)
(0.41/0.41/0.00/0.05)	

CMYK percentages

%41.08
%41.08
%0
%5.49

Codes

Color #8E8EF1 in popluar color models

8E8EF1
RGB142142241
HSL240°77.95%75.10%
HSB/HSV240°41.08%94.51%
CMYK41.08%41.08%0.00%
5.49%

Color #8E8EF1 in popluar number systems.

HEX8E8EF1
Decimal142142241
Binary100011101000111011110001
Octal216216361

Shades and tints

Shades of #8E8EF1

#8E8EF1
(142,142,241)
#8282DC
(130,130,220)
#7676C7
(118,118,199)
#6A6AB2
(106,106,178)
#5E5E9D
(94,94,157)
#525288
(82,82,136)
#464673
(70,70,115)
#3A3A5E
(58,58,94)
#2E2E49
(46,46,73)
#222234
(34,34,52)
#16161F
(22,22,31)
#000000
(0,0,0)

Tints of #8E8EF1

#8E8EF1
(142,142,241)
#9898F2
(152,152,242)
#A2A2F3
(162,162,243)
#ACACF4
(172,172,244)
#B6B6F5
(182,182,245)
#C0C0F6
(192,192,246)
#CACAF7
(202,202,247)
#D4D4F8
(212,212,248)
#DEDEF9
(222,222,249)
#E8E8FA
(232,232,250)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8EF1; }

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

This text font color is #8E8EF1.


Background Color

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

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

This div background color is #8E8EF1.


Border color

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

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

This div border color is #8E8EF1.


Opacity

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

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

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

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

This text has shadow with #8E8EF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8EF1 on black background.


Color preview on white background

This text has color #8E8EF1 on white background.



Black color preview on #8E8EF1 background

This text has black color on #8E8EF1 background.


White color preview on #8E8EF1 background

This text has white color on #8E8EF1 background.