COLOR #866CA7

HEX: #866CA7
RGB: (134,108,167)

Color info

#866CA7 contains red, green and blue colors in about the same proportion. Web safe color of #866CA7 is #996699 (or #969).

RGB color model

#866CA7 color RGB value is (134,108,167).

  • red value is 134;
  • green value is 108;
  • blue value is 167.
RGB:
(134,108,167)
(53%,42%,65%)

RGB channels and saturation

R 134 of 255 = 53%
G 108 of 255 = 42%
B 167 of 255 = 65%

134
108
167

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

Portions of RGB colors in percentages

R + G + B =
134 + 108 + 167 = 409 (100%)
R 134 of 409 ~ 32.76%
G 108 of 409 ~ 26.41%
B 167 of 409 ~ 40.83%

%32.76
%26.41
%40.83

CMYK color model

#866CA7 color CMYK value is (20,35,0,35).

  • cyan value is 19.76%
  • magenta value is 35.33%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(20,35,0,35)
C20M35Y0K35 
(20%,35%,0%,35%)
(0.20/0.35/0.00/0.35)	

CMYK percentages

%19.76
%35.33
%0
%34.51

Codes

Color #866CA7 in popluar color models

866CA7
RGB134108167
HSL266°25.11%53.92%
HSB/HSV266°35.33%65.49%
CMYK19.76%35.33%0.00%
34.51%

Color #866CA7 in popluar number systems.

HEX866CA7
Decimal134108167
Binary10000110110110010100111
Octal206154247

Shades and tints

Shades of #866CA7

#866CA7
(134,108,167)
#7A6398
(122,99,152)
#6E5A89
(110,90,137)
#62517A
(98,81,122)
#56486B
(86,72,107)
#4A3F5C
(74,63,92)
#3E364D
(62,54,77)
#322D3E
(50,45,62)
#26242F
(38,36,47)
#1A1B20
(26,27,32)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #866CA7

#866CA7
(134,108,167)
#9179AF
(145,121,175)
#9C86B7
(156,134,183)
#A793BF
(167,147,191)
#B2A0C7
(178,160,199)
#BDADCF
(189,173,207)
#C8BAD7
(200,186,215)
#D3C7DF
(211,199,223)
#DED4E7
(222,212,231)
#E9E1EF
(233,225,239)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866CA7 color. Also use rgb(134,108,167) instead hex code.

Text Font Color

.myTextColor { color: #866CA7; }

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

This text font color is #866CA7.


Background Color

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

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

This div background color is #866CA7.


Border color

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

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

This div border color is #866CA7.


Opacity

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

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

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

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

This text has shadow with #866CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866CA7 on black background.


Color preview on white background

This text has color #866CA7 on white background.



Black color preview on #866CA7 background

This text has black color on #866CA7 background.


White color preview on #866CA7 background

This text has white color on #866CA7 background.