COLOR #8E81DF

HEX: #8E81DF
RGB: (142,129,223)

Color info

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

RGB color model

#8E81DF color RGB value is (142,129,223).

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

RGB channels and saturation

R 142 of 255 = 56%
G 129 of 255 = 51%
B 223 of 255 = 87%

142
129
223

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

Portions of RGB colors in percentages

R + G + B =
142 + 129 + 223 = 494 (100%)
R 142 of 494 ~ 28.74%
G 129 of 494 ~ 26.11%
B 223 of 494 ~ 45.14%

%28.74
%26.11
%45.14

CMYK color model

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

  • cyan value is 36.32%
  • magenta value is 42.15%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(36,42,0,13)
C36M42Y0K13 
(36%,42%,0%,13%)
(0.36/0.42/0.00/0.13)	

CMYK percentages

%36.32
%42.15
%0
%12.55

Codes

Color #8E81DF in popluar color models

8E81DF
RGB142129223
HSL248°59.49%69.02%
HSB/HSV248°42.15%87.45%
CMYK36.32%42.15%0.00%
12.55%

Color #8E81DF in popluar number systems.

HEX8E81DF
Decimal142129223
Binary100011101000000111011111
Octal216201337

Shades and tints

Shades of #8E81DF

#8E81DF
(142,129,223)
#8276CB
(130,118,203)
#766BB7
(118,107,183)
#6A60A3
(106,96,163)
#5E558F
(94,85,143)
#524A7B
(82,74,123)
#463F67
(70,63,103)
#3A3453
(58,52,83)
#2E293F
(46,41,63)
#221E2B
(34,30,43)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #8E81DF

#8E81DF
(142,129,223)
#988CE1
(152,140,225)
#A297E3
(162,151,227)
#ACA2E5
(172,162,229)
#B6ADE7
(182,173,231)
#C0B8E9
(192,184,233)
#CAC3EB
(202,195,235)
#D4CEED
(212,206,237)
#DED9EF
(222,217,239)
#E8E4F1
(232,228,241)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E81DF; }

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

This text font color is #8E81DF.


Background Color

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

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

This div background color is #8E81DF.


Border color

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

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

This div border color is #8E81DF.


Opacity

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

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

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

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

This text has shadow with #8E81DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E81DF on black background.


Color preview on white background

This text has color #8E81DF on white background.



Black color preview on #8E81DF background

This text has black color on #8E81DF background.


White color preview on #8E81DF background

This text has white color on #8E81DF background.