COLOR #866D85

HEX: #866D85 RGB: (134,109,133)

Color info

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

RGB color model

#866D85 color RGB value is (134,109,133).

RGB: (134,109,133) (53%, 43%, 52%)

RGB channels and saturation

R 134 of 255 = 53%
G 109 of 255 = 43%
B 133 of 255 = 52%

134
109
133

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

Portions of RGB colors in percentages

R + G + B = 134 + 109 + 133 = 376 (100%)
R 134 of 376 ~ 35.64%
G 109 of 376 ~ 28.99%
B 133 of 376 ~ 35.37'%

%35.64
%28.99
%35.37

CMYK color model

#866D85 color CMYK value is (0,19,1,47).

  • cyan value is 0.00%
  • magenta value is 18.66%
  • yellow value is 0.75%
  • key color value is 47.45%

CMYK: (0,19,1,47)
C0M19Y1K47 (0%, 19%, 1%, 47%)
(0.00 / 0.19 / 0.01 / 0.47)

CMYK percentages

%0
%18.66
%0.75
%47.45

Codes

Color #866D85 in popluar color models

86 6D 85
RGB 134 109 133
HSL 302° 10.29% 47.65%
HSB/HSV 302° 18.66% 52.55%
CMYK 0.00% 18.66% 0.75%
47.45%

Color #866D85 in popluar number systems.

HEX 86 6D 85
Decimal 134 109 133
Binary 10000110 1101101 10000101
Octal 206 155 205

Shades and tints

Shades of #866D85

#866D85
(134,109,133)
#7A6479
(122,100,121)
#6E5B6D
(110,91,109)
#625261
(98,82,97)
#564955
(86,73,85)
#4A4049
(74,64,73)
#3E373D
(62,55,61)
#322E31
(50,46,49)
#262525
(38,37,37)
#1A1C19
(26,28,25)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #866D85

#866D85
(134,109,133)
#917A90
(145,122,144)
#9C879B
(156,135,155)
#A794A6
(167,148,166)
#B2A1B1
(178,161,177)
#BDAEBC
(189,174,188)
#C8BBC7
(200,187,199)
#D3C8D2
(211,200,210)
#DED5DD
(222,213,221)
#E9E2E8
(233,226,232)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866D85 color. Also use rgb(134,109,133) instead hex code.

Text Font Color

.myTextColor { color: #866D85; }

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

This text font color is #866D85.

Background Color

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

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

This div background color is #866D85.

Border color

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

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

This div border color is #866D85.

Opacity

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

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

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

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

This text has shadow with #866D85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #866D85.

Preview

Color preview on black background

This text has color #866D85 on black background.


Color preview on white background

This text has color #866D85 on white background.


Black color preview on #866D85 background

This text has black color on #866D85 background.


White color preview on #866D85 background

This text has white color on #866D85 background.


Related colors

Complementary color

Complementary color for #hex is #79927A.


I love getcolorcode.com

Triadic colors

1 #85866D and #6D8586 with #866D85 are triadic colors.

2 #856D86 and #6D8685 with #866D85 are triadic colors.