COLOR #866091

HEX: #866091
RGB: (134,96,145)

Color info

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

RGB color model

#866091 color RGB value is (134,96,145).

  • red value is 134;
  • green value is 96;
  • blue value is 145.
RGB:
(134,96,145)
(53%,38%,57%)

RGB channels and saturation

R 134 of 255 = 53%
G 96 of 255 = 38%
B 145 of 255 = 57%

134
96
145

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

Portions of RGB colors in percentages

R + G + B =
134 + 96 + 145 = 375 (100%)
R 134 of 375 ~ 35.73%
G 96 of 375 ~ 25.6%
B 145 of 375 ~ 38.67%

%35.73
%25.6
%38.67

CMYK color model

#866091 color CMYK value is (8,34,0,43).

  • cyan value is 7.59%
  • magenta value is 33.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(8,34,0,43)
C8M34Y0K43 
(8%,34%,0%,43%)
(0.08/0.34/0.00/0.43)	

CMYK percentages

%7.59
%33.79
%0
%43.14

Codes

Color #866091 in popluar color models

866091
RGB13496145
HSL287°20.33%47.25%
HSB/HSV287°33.79%56.86%
CMYK7.59%33.79%0.00%
43.14%

Color #866091 in popluar number systems.

HEX866091
Decimal13496145
Binary10000110110000010010001
Octal206140221

Shades and tints

Shades of #866091

#866091
(134,96,145)
#7A5884
(122,88,132)
#6E5077
(110,80,119)
#62486A
(98,72,106)
#56405D
(86,64,93)
#4A3850
(74,56,80)
#3E3043
(62,48,67)
#322836
(50,40,54)
#262029
(38,32,41)
#1A181C
(26,24,28)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #866091

#866091
(134,96,145)
#916E9B
(145,110,155)
#9C7CA5
(156,124,165)
#A78AAF
(167,138,175)
#B298B9
(178,152,185)
#BDA6C3
(189,166,195)
#C8B4CD
(200,180,205)
#D3C2D7
(211,194,215)
#DED0E1
(222,208,225)
#E9DEEB
(233,222,235)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866091 color. Also use rgb(134,96,145) instead hex code.

Text Font Color

.myTextColor { color: #866091; }

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

This text font color is #866091.


Background Color

.myBgColor { background-color: #866091; }

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

This div background color is #866091.


Border color

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

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

This div border color is #866091.


Opacity

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

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

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

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

This text has shadow with #866091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866091 on black background.


Color preview on white background

This text has color #866091 on white background.



Black color preview on #866091 background

This text has black color on #866091 background.


White color preview on #866091 background

This text has white color on #866091 background.