COLOR #8E6DB3

HEX: #8E6DB3
RGB: (142,109,179)

Color info

#8E6DB3 contains mainly red and blue colors. Web safe color of #8E6DB3 is #996699 (or #969).

RGB color model

#8E6DB3 color RGB value is (142,109,179).

  • red value is 142;
  • green value is 109;
  • blue value is 179.
RGB:
(142,109,179)
(56%,43%,70%)

RGB channels and saturation

R 142 of 255 = 56%
G 109 of 255 = 43%
B 179 of 255 = 70%

142
109
179

R + G + B ~ 56%. #8E6DB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 109 + 179 = 430 (100%)
R 142 of 430 ~ 33.02%
G 109 of 430 ~ 25.35%
B 179 of 430 ~ 41.63%

%33.02
%25.35
%41.63

CMYK color model

#8E6DB3 color CMYK value is (21,39,0,30).

  • cyan value is 20.67%
  • magenta value is 39.11%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(21,39,0,30)
C21M39Y0K30 
(21%,39%,0%,30%)
(0.21/0.39/0.00/0.30)	

CMYK percentages

%20.67
%39.11
%0
%29.8

Codes

Color #8E6DB3 in popluar color models

8E6DB3
RGB142109179
HSL268°31.53%56.47%
HSB/HSV268°39.11%70.20%
CMYK20.67%39.11%0.00%
29.80%

Color #8E6DB3 in popluar number systems.

HEX8E6DB3
Decimal142109179
Binary10001110110110110110011
Octal216155263

Shades and tints

Shades of #8E6DB3

#8E6DB3
(142,109,179)
#8264A3
(130,100,163)
#765B93
(118,91,147)
#6A5283
(106,82,131)
#5E4973
(94,73,115)
#524063
(82,64,99)
#463753
(70,55,83)
#3A2E43
(58,46,67)
#2E2533
(46,37,51)
#221C23
(34,28,35)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #8E6DB3

#8E6DB3
(142,109,179)
#987AB9
(152,122,185)
#A287BF
(162,135,191)
#AC94C5
(172,148,197)
#B6A1CB
(182,161,203)
#C0AED1
(192,174,209)
#CABBD7
(202,187,215)
#D4C8DD
(212,200,221)
#DED5E3
(222,213,227)
#E8E2E9
(232,226,233)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6DB3; }

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

This text font color is #8E6DB3.


Background Color

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

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

This div background color is #8E6DB3.


Border color

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

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

This div border color is #8E6DB3.


Opacity

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

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

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

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

This text has shadow with #8E6DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6DB3 on black background.


Color preview on white background

This text has color #8E6DB3 on white background.



Black color preview on #8E6DB3 background

This text has black color on #8E6DB3 background.


White color preview on #8E6DB3 background

This text has white color on #8E6DB3 background.