COLOR #866895

HEX: #866895
RGB: (134,104,149)

Color info

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

RGB color model

#866895 color RGB value is (134,104,149).

  • red value is 134;
  • green value is 104;
  • blue value is 149.
RGB: (134,104,149) (53%,41%,58%)

RGB channels and saturation

R 134 of 255 = 53%
G 104 of 255 = 41%
B 149 of 255 = 58%

134
104
149

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

Portions of RGB colors in percentages

R + G + B =
134 + 104 + 149 = 387 (100%)
R 134 of 387 ~ 34.63%
G 104 of 387 ~ 26.87%
B 149 of 387 ~ 38.5%

%34.63
%26.87
%38.5

CMYK color model

#866895 color CMYK value is (10,30,0,42).

  • cyan value is 10.07%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (10,30,0,42) C10M30Y0K42 (10%,30%,0%,42%) (0.10/0.30/0.00/0.42)

CMYK percentages

%10.07
%30.2
%0
%41.57

Codes

Color #866895 in popluar color models

866895
RGB134104149
HSL280°17.79%49.61%
HSB/HSV280°30.20%58.43%
CMYK10.07%30.20%0.00%
41.57%

Color #866895 in popluar number systems.

HEX866895
Decimal134104149
Binary10000110110100010010101
Octal206150225

Shades and tints

Shades of #866895

#866895
(134,104,149)
#7A5F88
(122,95,136)
#6E567B
(110,86,123)
#624D6E
(98,77,110)
#564461
(86,68,97)
#4A3B54
(74,59,84)
#3E3247
(62,50,71)
#32293A
(50,41,58)
#26202D
(38,32,45)
#1A1720
(26,23,32)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #866895

#866895
(134,104,149)
#91759E
(145,117,158)
#9C82A7
(156,130,167)
#A78FB0
(167,143,176)
#B29CB9
(178,156,185)
#BDA9C2
(189,169,194)
#C8B6CB
(200,182,203)
#D3C3D4
(211,195,212)
#DED0DD
(222,208,221)
#E9DDE6
(233,221,230)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866895 color. Also use rgb(134,104,149) instead hex code.

Text Font Color

.myTextColor { color: #866895; }

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

This text font color is #866895.


Background Color

.myBgColor { background-color: #866895; }

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

This div background color is #866895.


Border color

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

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

This div border color is #866895.


Opacity

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

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

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

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

This text has shadow with #866895 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #866895 on black background.


Color preview on white background

This text has color #866895 on white background.



Black color preview on #866895 background

This text has black color on #866895 background.


White color preview on #866895 background

This text has white color on #866895 background.