COLOR #866494

HEX: #866494
RGB: (134,100,148)

Color info

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

RGB color model

#866494 color RGB value is (134,100,148).

  • red value is 134;
  • green value is 100;
  • blue value is 148.
RGB:
(134,100,148)
(53%,39%,58%)

RGB channels and saturation

R 134 of 255 = 53%
G 100 of 255 = 39%
B 148 of 255 = 58%

134
100
148

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

Portions of RGB colors in percentages

R + G + B =
134 + 100 + 148 = 382 (100%)
R 134 of 382 ~ 35.08%
G 100 of 382 ~ 26.18%
B 148 of 382 ~ 38.74%

%35.08
%26.18
%38.74

CMYK color model

#866494 color CMYK value is (9,32,0,42).

  • cyan value is 9.46%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(9,32,0,42)
C9M32Y0K42 
(9%,32%,0%,42%)
(0.09/0.32/0.00/0.42)	

CMYK percentages

%9.46
%32.43
%0
%41.96

Codes

Color #866494 in popluar color models

866494
RGB134100148
HSL283°19.35%48.63%
HSB/HSV283°32.43%58.04%
CMYK9.46%32.43%0.00%
41.96%

Color #866494 in popluar number systems.

HEX866494
Decimal134100148
Binary10000110110010010010100
Octal206144224

Shades and tints

Shades of #866494

#866494
(134,100,148)
#7A5B87
(122,91,135)
#6E527A
(110,82,122)
#62496D
(98,73,109)
#564060
(86,64,96)
#4A3753
(74,55,83)
#3E2E46
(62,46,70)
#322539
(50,37,57)
#261C2C
(38,28,44)
#1A131F
(26,19,31)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #866494

#866494
(134,100,148)
#91729D
(145,114,157)
#9C80A6
(156,128,166)
#A78EAF
(167,142,175)
#B29CB8
(178,156,184)
#BDAAC1
(189,170,193)
#C8B8CA
(200,184,202)
#D3C6D3
(211,198,211)
#DED4DC
(222,212,220)
#E9E2E5
(233,226,229)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866494 color. Also use rgb(134,100,148) instead hex code.

Text Font Color

.myTextColor { color: #866494; }

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

This text font color is #866494.


Background Color

.myBgColor { background-color: #866494; }

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

This div background color is #866494.


Border color

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

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

This div border color is #866494.


Opacity

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

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

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

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

This text has shadow with #866494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866494 on black background.


Color preview on white background

This text has color #866494 on white background.



Black color preview on #866494 background

This text has black color on #866494 background.


White color preview on #866494 background

This text has white color on #866494 background.