COLOR #866196

HEX: #866196
RGB: (134,97,150)

Color info

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

RGB color model

#866196 color RGB value is (134,97,150).

  • red value is 134;
  • green value is 97;
  • blue value is 150.
RGB:
(134,97,150)
(53%,38%,59%)

RGB channels and saturation

R 134 of 255 = 53%
G 97 of 255 = 38%
B 150 of 255 = 59%

134
97
150

R + G + B ~ 50%. #866196 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 97 + 150 = 381 (100%)
R 134 of 381 ~ 35.17%
G 97 of 381 ~ 25.46%
B 150 of 381 ~ 39.37%

%35.17
%25.46
%39.37

CMYK color model

#866196 color CMYK value is (11,35,0,41).

  • cyan value is 10.67%
  • magenta value is 35.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(11,35,0,41)
C11M35Y0K41 
(11%,35%,0%,41%)
(0.11/0.35/0.00/0.41)	

CMYK percentages

%10.67
%35.33
%0
%41.18

Codes

Color #866196 in popluar color models

866196
RGB13497150
HSL282°21.46%48.43%
HSB/HSV282°35.33%58.82%
CMYK10.67%35.33%0.00%
41.18%

Color #866196 in popluar number systems.

HEX866196
Decimal13497150
Binary10000110110000110010110
Octal206141226

Shades and tints

Shades of #866196

#866196
(134,97,150)
#7A5989
(122,89,137)
#6E517C
(110,81,124)
#62496F
(98,73,111)
#564162
(86,65,98)
#4A3955
(74,57,85)
#3E3148
(62,49,72)
#32293B
(50,41,59)
#26212E
(38,33,46)
#1A1921
(26,25,33)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #866196

#866196
(134,97,150)
#916F9F
(145,111,159)
#9C7DA8
(156,125,168)
#A78BB1
(167,139,177)
#B299BA
(178,153,186)
#BDA7C3
(189,167,195)
#C8B5CC
(200,181,204)
#D3C3D5
(211,195,213)
#DED1DE
(222,209,222)
#E9DFE7
(233,223,231)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866196 color. Also use rgb(134,97,150) instead hex code.

Text Font Color

.myTextColor { color: #866196; }

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

This text font color is #866196.


Background Color

.myBgColor { background-color: #866196; }

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

This div background color is #866196.


Border color

.myBorderColor { border: 1px solid #866196; }

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

This div border color is #866196.


Opacity

.myOpacity80 { color: #866196; opacity: 0.8; }

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

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

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

This text has shadow with #866196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866196 on black background.


Color preview on white background

This text has color #866196 on white background.



Black color preview on #866196 background

This text has black color on #866196 background.


White color preview on #866196 background

This text has white color on #866196 background.