COLOR #866DBC

HEX: #866DBC
RGB: (134,109,188)

Color info

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

RGB color model

#866DBC color RGB value is (134,109,188).

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

RGB channels and saturation

R 134 of 255 = 53%
G 109 of 255 = 43%
B 188 of 255 = 74%

134
109
188

R + G + B ~ 57%. #866DBC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 109 + 188 = 431 (100%)
R 134 of 431 ~ 31.09%
G 109 of 431 ~ 25.29%
B 188 of 431 ~ 43.62%

%31.09
%25.29
%43.62

CMYK color model

#866DBC color CMYK value is (29,42,0,26).

  • cyan value is 28.72%
  • magenta value is 42.02%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(29,42,0,26)
C29M42Y0K26 
(29%,42%,0%,26%)
(0.29/0.42/0.00/0.26)	

CMYK percentages

%28.72
%42.02
%0
%26.27

Codes

Color #866DBC in popluar color models

866DBC
RGB134109188
HSL259°37.09%58.24%
HSB/HSV259°42.02%73.73%
CMYK28.72%42.02%0.00%
26.27%

Color #866DBC in popluar number systems.

HEX866DBC
Decimal134109188
Binary10000110110110110111100
Octal206155274

Shades and tints

Shades of #866DBC

#866DBC
(134,109,188)
#7A64AB
(122,100,171)
#6E5B9A
(110,91,154)
#625289
(98,82,137)
#564978
(86,73,120)
#4A4067
(74,64,103)
#3E3756
(62,55,86)
#322E45
(50,46,69)
#262534
(38,37,52)
#1A1C23
(26,28,35)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #866DBC

#866DBC
(134,109,188)
#917AC2
(145,122,194)
#9C87C8
(156,135,200)
#A794CE
(167,148,206)
#B2A1D4
(178,161,212)
#BDAEDA
(189,174,218)
#C8BBE0
(200,187,224)
#D3C8E6
(211,200,230)
#DED5EC
(222,213,236)
#E9E2F2
(233,226,242)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866DBC color. Also use rgb(134,109,188) instead hex code.

Text Font Color

.myTextColor { color: #866DBC; }

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

This text font color is #866DBC.


Background Color

.myBgColor { background-color: #866DBC; }

<div style="background-color:#866DBC">Inner text</div>

This div background color is #866DBC.


Border color

.myBorderColor { border: 1px solid #866DBC; }

<div style="border:3px solid #866DBC">Div</div>

This div border color is #866DBC.


Opacity

.myOpacity80 { color: #866DBC; opacity: 0.8; }

<p style="color:#866DBC;opacity:0.8;">80%</p>

Text with #866DBC 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 #866DBC;}

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

This text has shadow with #866DBC color.

.textShadow {text-shadow: 3px 3px 1px #866DBC, 3px 3px 1px red;}

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

This text has shadow with #866DBC primary color and red secondary color.


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

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

This text has shadow with #866DBC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866DBC on black background.


Color preview on white background

This text has color #866DBC on white background.



Black color preview on #866DBC background

This text has black color on #866DBC background.


White color preview on #866DBC background

This text has white color on #866DBC background.