COLOR #866D7B

HEX: #866D7B RGB: (134,109,123)

Color info

#866D7B contains red, green and blue colors in about the same proportion. Web safe color of #866D7B is #996666 (or #966).

RGB color model

#866D7B color RGB value is (134,109,123).

RGB: (134,109,123) (53%, 43%, 48%)

RGB channels and saturation

R 134 of 255 = 53%
G 109 of 255 = 43%
B 123 of 255 = 48%

134
109
123

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

Portions of RGB colors in percentages

R + G + B = 134 + 109 + 123 = 366 (100%)
R 134 of 366 ~ 36.61%
G 109 of 366 ~ 29.78%
B 123 of 366 ~ 33.61'%

%36.61
%29.78
%33.61

CMYK color model

#866D7B color CMYK value is (0,19,8,47).

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

CMYK: (0,19,8,47)
C0M19Y8K47 (0%, 19%, 8%, 47%)
(0.00 / 0.19 / 0.08 / 0.47)

CMYK percentages

%0
%18.66
%8.21
%47.45

Codes

Color #866D7B in popluar color models

86 6D 7B
RGB 134 109 123
HSL 326° 10.29% 47.65%
HSB/HSV 326° 18.66% 52.55%
CMYK 0.00% 18.66% 8.21%
47.45%

Color #866D7B in popluar number systems.

HEX 86 6D 7B
Decimal 134 109 123
Binary 10000110 1101101 1111011
Octal 206 155 173

Shades and tints

Shades of #866D7B

#866D7B
(134,109,123)
#7A6470
(122,100,112)
#6E5B65
(110,91,101)
#62525A
(98,82,90)
#56494F
(86,73,79)
#4A4044
(74,64,68)
#3E3739
(62,55,57)
#322E2E
(50,46,46)
#262523
(38,37,35)
#1A1C18
(26,28,24)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #866D7B

#866D7B
(134,109,123)
#917A87
(145,122,135)
#9C8793
(156,135,147)
#A7949F
(167,148,159)
#B2A1AB
(178,161,171)
#BDAEB7
(189,174,183)
#C8BBC3
(200,187,195)
#D3C8CF
(211,200,207)
#DED5DB
(222,213,219)
#E9E2E7
(233,226,231)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866D7B; }

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

This text font color is #866D7B.

Background Color

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

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

This div background color is #866D7B.

Border color

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

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

This div border color is #866D7B.

Opacity

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

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

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

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

This text has shadow with #866D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #866D7B.

Preview

Color preview on black background

This text has color #866D7B on black background.


Color preview on white background

This text has color #866D7B on white background.


Black color preview on #866D7B background

This text has black color on #866D7B background.


White color preview on #866D7B background

This text has white color on #866D7B background.


Related colors

Complementary color

Complementary color for #hex is #799284.


I love getcolorcode.com

Triadic colors

1 #7B866D and #6D7B86 with #866D7B are triadic colors.

2 #7B6D86 and #6D867B with #866D7B are triadic colors.