COLOR #866E99

HEX: #866E99 RGB: (134,110,153)

Color info

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

RGB color model

#866E99 color RGB value is (134,110,153).

RGB: (134,110,153) (53%, 43%, 60%)

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 153 of 255 = 60%

134
110
153

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

Portions of RGB colors in percentages

R + G + B = 134 + 110 + 153 = 397 (100%)
R 134 of 397 ~ 33.75%
G 110 of 397 ~ 27.71%
B 153 of 397 ~ 38.54'%

%33.75
%27.71
%38.54

CMYK color model

#866E99 color CMYK value is (12,28,0,40).

  • cyan value is 12.42%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (12,28,0,40)
C12M28Y0K40 (12%, 28%, 0%, 40%)
(0.12 / 0.28 / 0.00 / 0.40)

CMYK percentages

%12.42
%28.1
%0
%40

Codes

Color #866E99 in popluar color models

86 6E 99
RGB 134 110 153
HSL 273° 17.41% 51.57%
HSB/HSV 273° 28.10% 60.00%
CMYK 12.42% 28.10% 0.00%
40.00%

Color #866E99 in popluar number systems.

HEX 86 6E 99
Decimal 134 110 153
Binary 10000110 1101110 10011001
Octal 206 156 231

Shades and tints

Shades of #866E99

#866E99
(134,110,153)
#7A648C
(122,100,140)
#6E5A7F
(110,90,127)
#625072
(98,80,114)
#564665
(86,70,101)
#4A3C58
(74,60,88)
#3E324B
(62,50,75)
#32283E
(50,40,62)
#261E31
(38,30,49)
#1A1424
(26,20,36)
#0E0A17
(14,10,23)
#000000
(0,0,0)

Tints of #866E99

#866E99
(134,110,153)
#917BA2
(145,123,162)
#9C88AB
(156,136,171)
#A795B4
(167,149,180)
#B2A2BD
(178,162,189)
#BDAFC6
(189,175,198)
#C8BCCF
(200,188,207)
#D3C9D8
(211,201,216)
#DED6E1
(222,214,225)
#E9E3EA
(233,227,234)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866E99 color. Also use rgb(134,110,153) instead hex code.

Text Font Color

.myTextColor { color: #866E99; }

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

This text font color is #866E99.

Background Color

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

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

This div background color is #866E99.

Border color

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

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

This div border color is #866E99.

Opacity

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

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

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

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

This text has shadow with #866E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #866E99.

Preview

Color preview on black background

This text has color #866E99 on black background.


Color preview on white background

This text has color #866E99 on white background.


Black color preview on #866E99 background

This text has black color on #866E99 background.


White color preview on #866E99 background

This text has white color on #866E99 background.


Related colors

Complementary color

Complementary color for #hex is #799166.


I love getcolorcode.com

Triadic colors

1 #99866E and #6E9986 with #866E99 are triadic colors.

2 #996E86 and #6E8699 with #866E99 are triadic colors.