COLOR #8E85DF

HEX: #8E85DF
RGB: (142,133,223)

Color info

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

RGB color model

#8E85DF color RGB value is (142,133,223).

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

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 223 of 255 = 87%

142
133
223

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

Portions of RGB colors in percentages

R + G + B =
142 + 133 + 223 = 498 (100%)
R 142 of 498 ~ 28.51%
G 133 of 498 ~ 26.71%
B 223 of 498 ~ 44.78%

%28.51
%26.71
%44.78

CMYK color model

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

  • cyan value is 36.32%
  • magenta value is 40.36%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(36,40,0,13)
C36M40Y0K13 
(36%,40%,0%,13%)
(0.36/0.40/0.00/0.13)	

CMYK percentages

%36.32
%40.36
%0
%12.55

Codes

Color #8E85DF in popluar color models

8E85DF
RGB142133223
HSL246°58.44%69.80%
HSB/HSV246°40.36%87.45%
CMYK36.32%40.36%0.00%
12.55%

Color #8E85DF in popluar number systems.

HEX8E85DF
Decimal142133223
Binary100011101000010111011111
Octal216205337

Shades and tints

Shades of #8E85DF

#8E85DF
(142,133,223)
#8279CB
(130,121,203)
#766DB7
(118,109,183)
#6A61A3
(106,97,163)
#5E558F
(94,85,143)
#52497B
(82,73,123)
#463D67
(70,61,103)
#3A3153
(58,49,83)
#2E253F
(46,37,63)
#22192B
(34,25,43)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #8E85DF

#8E85DF
(142,133,223)
#9890E1
(152,144,225)
#A29BE3
(162,155,227)
#ACA6E5
(172,166,229)
#B6B1E7
(182,177,231)
#C0BCE9
(192,188,233)
#CAC7EB
(202,199,235)
#D4D2ED
(212,210,237)
#DEDDEF
(222,221,239)
#E8E8F1
(232,232,241)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E85DF; }

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

This text font color is #8E85DF.


Background Color

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

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

This div background color is #8E85DF.


Border color

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

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

This div border color is #8E85DF.


Opacity

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

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

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

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

This text has shadow with #8E85DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E85DF on black background.


Color preview on white background

This text has color #8E85DF on white background.



Black color preview on #8E85DF background

This text has black color on #8E85DF background.


White color preview on #8E85DF background

This text has white color on #8E85DF background.