COLOR #866EC7

HEX: #866EC7
RGB: (134,110,199)

Color info

#866EC7 contains mainly blue color. Web safe color of #866EC7 is #9966CC (or #96C).

RGB color model

#866EC7 color RGB value is (134,110,199).

  • red value is 134;
  • green value is 110;
  • blue value is 199.
RGB:
(134,110,199)
(53%,43%,78%)

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 199 of 255 = 78%

134
110
199

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

Portions of RGB colors in percentages

R + G + B =
134 + 110 + 199 = 443 (100%)
R 134 of 443 ~ 30.25%
G 110 of 443 ~ 24.83%
B 199 of 443 ~ 44.92%

%30.25
%24.83
%44.92

CMYK color model

#866EC7 color CMYK value is (33,45,0,22).

  • cyan value is 32.66%
  • magenta value is 44.72%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(33,45,0,22)
C33M45Y0K22 
(33%,45%,0%,22%)
(0.33/0.45/0.00/0.22)	

CMYK percentages

%32.66
%44.72
%0
%21.96

Codes

Color #866EC7 in popluar color models

866EC7
RGB134110199
HSL256°44.28%60.59%
HSB/HSV256°44.72%78.04%
CMYK32.66%44.72%0.00%
21.96%

Color #866EC7 in popluar number systems.

HEX866EC7
Decimal134110199
Binary10000110110111011000111
Octal206156307

Shades and tints

Shades of #866EC7

#866EC7
(134,110,199)
#7A64B5
(122,100,181)
#6E5AA3
(110,90,163)
#625091
(98,80,145)
#56467F
(86,70,127)
#4A3C6D
(74,60,109)
#3E325B
(62,50,91)
#322849
(50,40,73)
#261E37
(38,30,55)
#1A1425
(26,20,37)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #866EC7

#866EC7
(134,110,199)
#917BCC
(145,123,204)
#9C88D1
(156,136,209)
#A795D6
(167,149,214)
#B2A2DB
(178,162,219)
#BDAFE0
(189,175,224)
#C8BCE5
(200,188,229)
#D3C9EA
(211,201,234)
#DED6EF
(222,214,239)
#E9E3F4
(233,227,244)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866EC7 color. Also use rgb(134,110,199) instead hex code.

Text Font Color

.myTextColor { color: #866EC7; }

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

This text font color is #866EC7.


Background Color

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

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

This div background color is #866EC7.


Border color

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

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

This div border color is #866EC7.


Opacity

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

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

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

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

This text has shadow with #866EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866EC7 on black background.


Color preview on white background

This text has color #866EC7 on white background.



Black color preview on #866EC7 background

This text has black color on #866EC7 background.


White color preview on #866EC7 background

This text has white color on #866EC7 background.