COLOR #8E85DA

HEX: #8E85DA
RGB: (142,133,218)

Color info

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

RGB color model

#8E85DA color RGB value is (142,133,218).

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

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 218 of 255 = 85%

142
133
218

R + G + B ~ 64%. #8E85DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 133 + 218 = 493 (100%)
R 142 of 493 ~ 28.8%
G 133 of 493 ~ 26.98%
B 218 of 493 ~ 44.22%

%28.8
%26.98
%44.22

CMYK color model

#8E85DA color CMYK value is (35,39,0,15).

  • cyan value is 34.86%
  • magenta value is 38.99%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(35,39,0,15)
C35M39Y0K15 
(35%,39%,0%,15%)
(0.35/0.39/0.00/0.15)	

CMYK percentages

%34.86
%38.99
%0
%14.51

Codes

Color #8E85DA in popluar color models

8E85DA
RGB142133218
HSL246°53.46%68.82%
HSB/HSV246°38.99%85.49%
CMYK34.86%38.99%0.00%
14.51%

Color #8E85DA in popluar number systems.

HEX8E85DA
Decimal142133218
Binary100011101000010111011010
Octal216205332

Shades and tints

Shades of #8E85DA

#8E85DA
(142,133,218)
#8279C7
(130,121,199)
#766DB4
(118,109,180)
#6A61A1
(106,97,161)
#5E558E
(94,85,142)
#52497B
(82,73,123)
#463D68
(70,61,104)
#3A3155
(58,49,85)
#2E2542
(46,37,66)
#22192F
(34,25,47)
#160D1C
(22,13,28)
#000000
(0,0,0)

Tints of #8E85DA

#8E85DA
(142,133,218)
#9890DD
(152,144,221)
#A29BE0
(162,155,224)
#ACA6E3
(172,166,227)
#B6B1E6
(182,177,230)
#C0BCE9
(192,188,233)
#CAC7EC
(202,199,236)
#D4D2EF
(212,210,239)
#DEDDF2
(222,221,242)
#E8E8F5
(232,232,245)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E85DA; }

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

This text font color is #8E85DA.


Background Color

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

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

This div background color is #8E85DA.


Border color

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

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

This div border color is #8E85DA.


Opacity

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

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

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

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

This text has shadow with #8E85DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E85DA on black background.


Color preview on white background

This text has color #8E85DA on white background.



Black color preview on #8E85DA background

This text has black color on #8E85DA background.


White color preview on #8E85DA background

This text has white color on #8E85DA background.