COLOR #8E82D7

HEX: #8E82D7
RGB: (142,130,215)

Color info

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

RGB color model

#8E82D7 color RGB value is (142,130,215).

  • red value is 142;
  • green value is 130;
  • blue value is 215.
RGB:
(142,130,215)
(56%,51%,84%)

RGB channels and saturation

R 142 of 255 = 56%
G 130 of 255 = 51%
B 215 of 255 = 84%

142
130
215

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

Portions of RGB colors in percentages

R + G + B =
142 + 130 + 215 = 487 (100%)
R 142 of 487 ~ 29.16%
G 130 of 487 ~ 26.69%
B 215 of 487 ~ 44.15%

%29.16
%26.69
%44.15

CMYK color model

#8E82D7 color CMYK value is (34,40,0,16).

  • cyan value is 33.95%
  • magenta value is 39.53%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(34,40,0,16)
C34M40Y0K16 
(34%,40%,0%,16%)
(0.34/0.40/0.00/0.16)	

CMYK percentages

%33.95
%39.53
%0
%15.69

Codes

Color #8E82D7 in popluar color models

8E82D7
RGB142130215
HSL248°51.52%67.65%
HSB/HSV248°39.53%84.31%
CMYK33.95%39.53%0.00%
15.69%

Color #8E82D7 in popluar number systems.

HEX8E82D7
Decimal142130215
Binary100011101000001011010111
Octal216202327

Shades and tints

Shades of #8E82D7

#8E82D7
(142,130,215)
#8277C4
(130,119,196)
#766CB1
(118,108,177)
#6A619E
(106,97,158)
#5E568B
(94,86,139)
#524B78
(82,75,120)
#464065
(70,64,101)
#3A3552
(58,53,82)
#2E2A3F
(46,42,63)
#221F2C
(34,31,44)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #8E82D7

#8E82D7
(142,130,215)
#988DDA
(152,141,218)
#A298DD
(162,152,221)
#ACA3E0
(172,163,224)
#B6AEE3
(182,174,227)
#C0B9E6
(192,185,230)
#CAC4E9
(202,196,233)
#D4CFEC
(212,207,236)
#DEDAEF
(222,218,239)
#E8E5F2
(232,229,242)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E82D7; }

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

This text font color is #8E82D7.


Background Color

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

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

This div background color is #8E82D7.


Border color

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

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

This div border color is #8E82D7.


Opacity

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

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

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

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

This text has shadow with #8E82D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E82D7 on black background.


Color preview on white background

This text has color #8E82D7 on white background.



Black color preview on #8E82D7 background

This text has black color on #8E82D7 background.


White color preview on #8E82D7 background

This text has white color on #8E82D7 background.