COLOR #866BA3

HEX: #866BA3
RGB: (134,107,163)

Color info

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

RGB color model

#866BA3 color RGB value is (134,107,163).

  • red value is 134;
  • green value is 107;
  • blue value is 163.
RGB:
(134,107,163)
(53%,42%,64%)

RGB channels and saturation

R 134 of 255 = 53%
G 107 of 255 = 42%
B 163 of 255 = 64%

134
107
163

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

Portions of RGB colors in percentages

R + G + B =
134 + 107 + 163 = 404 (100%)
R 134 of 404 ~ 33.17%
G 107 of 404 ~ 26.49%
B 163 of 404 ~ 40.35%

%33.17
%26.49
%40.35

CMYK color model

#866BA3 color CMYK value is (18,34,0,36).

  • cyan value is 17.79%
  • magenta value is 34.36%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(18,34,0,36)
C18M34Y0K36 
(18%,34%,0%,36%)
(0.18/0.34/0.00/0.36)	

CMYK percentages

%17.79
%34.36
%0
%36.08

Codes

Color #866BA3 in popluar color models

866BA3
RGB134107163
HSL269°23.33%52.94%
HSB/HSV269°34.36%63.92%
CMYK17.79%34.36%0.00%
36.08%

Color #866BA3 in popluar number systems.

HEX866BA3
Decimal134107163
Binary10000110110101110100011
Octal206153243

Shades and tints

Shades of #866BA3

#866BA3
(134,107,163)
#7A6295
(122,98,149)
#6E5987
(110,89,135)
#625079
(98,80,121)
#56476B
(86,71,107)
#4A3E5D
(74,62,93)
#3E354F
(62,53,79)
#322C41
(50,44,65)
#262333
(38,35,51)
#1A1A25
(26,26,37)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #866BA3

#866BA3
(134,107,163)
#9178AB
(145,120,171)
#9C85B3
(156,133,179)
#A792BB
(167,146,187)
#B29FC3
(178,159,195)
#BDACCB
(189,172,203)
#C8B9D3
(200,185,211)
#D3C6DB
(211,198,219)
#DED3E3
(222,211,227)
#E9E0EB
(233,224,235)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866BA3 color. Also use rgb(134,107,163) instead hex code.

Text Font Color

.myTextColor { color: #866BA3; }

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

This text font color is #866BA3.


Background Color

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

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

This div background color is #866BA3.


Border color

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

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

This div border color is #866BA3.


Opacity

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

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

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

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

This text has shadow with #866BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866BA3 on black background.


Color preview on white background

This text has color #866BA3 on white background.



Black color preview on #866BA3 background

This text has black color on #866BA3 background.


White color preview on #866BA3 background

This text has white color on #866BA3 background.