COLOR #8E6DBC

HEX: #8E6DBC
RGB: (142,109,188)

Color info

#8E6DBC contains mainly red and blue colors. Web safe color of #8E6DBC is #9966CC (or #96C).

RGB color model

#8E6DBC color RGB value is (142,109,188).

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

RGB channels and saturation

R 142 of 255 = 56%
G 109 of 255 = 43%
B 188 of 255 = 74%

142
109
188

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

Portions of RGB colors in percentages

R + G + B =
142 + 109 + 188 = 439 (100%)
R 142 of 439 ~ 32.35%
G 109 of 439 ~ 24.83%
B 188 of 439 ~ 42.82%

%32.35
%24.83
%42.82

CMYK color model

#8E6DBC color CMYK value is (24,42,0,26).

  • cyan value is 24.47%
  • magenta value is 42.02%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(24,42,0,26)
C24M42Y0K26 
(24%,42%,0%,26%)
(0.24/0.42/0.00/0.26)	

CMYK percentages

%24.47
%42.02
%0
%26.27

Codes

Color #8E6DBC in popluar color models

8E6DBC
RGB142109188
HSL265°37.09%58.24%
HSB/HSV265°42.02%73.73%
CMYK24.47%42.02%0.00%
26.27%

Color #8E6DBC in popluar number systems.

HEX8E6DBC
Decimal142109188
Binary10001110110110110111100
Octal216155274

Shades and tints

Shades of #8E6DBC

#8E6DBC
(142,109,188)
#8264AB
(130,100,171)
#765B9A
(118,91,154)
#6A5289
(106,82,137)
#5E4978
(94,73,120)
#524067
(82,64,103)
#463756
(70,55,86)
#3A2E45
(58,46,69)
#2E2534
(46,37,52)
#221C23
(34,28,35)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #8E6DBC

#8E6DBC
(142,109,188)
#987AC2
(152,122,194)
#A287C8
(162,135,200)
#AC94CE
(172,148,206)
#B6A1D4
(182,161,212)
#C0AEDA
(192,174,218)
#CABBE0
(202,187,224)
#D4C8E6
(212,200,230)
#DED5EC
(222,213,236)
#E8E2F2
(232,226,242)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6DBC; }

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

This text font color is #8E6DBC.


Background Color

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

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

This div background color is #8E6DBC.


Border color

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

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

This div border color is #8E6DBC.


Opacity

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

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

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

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

This text has shadow with #8E6DBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6DBC on black background.


Color preview on white background

This text has color #8E6DBC on white background.



Black color preview on #8E6DBC background

This text has black color on #8E6DBC background.


White color preview on #8E6DBC background

This text has white color on #8E6DBC background.