COLOR #866E7D

HEX: #866E7D RGB: (134,110,125)

Color info

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

RGB color model

#866E7D color RGB value is (134,110,125).

RGB: (134,110,125) (53%, 43%, 49%)

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 125 of 255 = 49%

134
110
125

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

Portions of RGB colors in percentages

R + G + B = 134 + 110 + 125 = 369 (100%)
R 134 of 369 ~ 36.31%
G 110 of 369 ~ 29.81%
B 125 of 369 ~ 33.88'%

%36.31
%29.81
%33.88

CMYK color model

#866E7D color CMYK value is (0,18,7,47).

  • cyan value is 0.00%
  • magenta value is 17.91%
  • yellow value is 6.72%
  • key color value is 47.45%

CMYK: (0,18,7,47)
C0M18Y7K47 (0%, 18%, 7%, 47%)
(0.00 / 0.18 / 0.07 / 0.47)

CMYK percentages

%0
%17.91
%6.72
%47.45

Codes

Color #866E7D in popluar color models

86 6E 7D
RGB 134 110 125
HSL 323° 9.84% 47.84%
HSB/HSV 323° 17.91% 52.55%
CMYK 0.00% 17.91% 6.72%
47.45%

Color #866E7D in popluar number systems.

HEX 86 6E 7D
Decimal 134 110 125
Binary 10000110 1101110 1111101
Octal 206 156 175

Shades and tints

Shades of #866E7D

#866E7D
(134,110,125)
#7A6472
(122,100,114)
#6E5A67
(110,90,103)
#62505C
(98,80,92)
#564651
(86,70,81)
#4A3C46
(74,60,70)
#3E323B
(62,50,59)
#322830
(50,40,48)
#261E25
(38,30,37)
#1A141A
(26,20,26)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #866E7D

#866E7D
(134,110,125)
#917B88
(145,123,136)
#9C8893
(156,136,147)
#A7959E
(167,149,158)
#B2A2A9
(178,162,169)
#BDAFB4
(189,175,180)
#C8BCBF
(200,188,191)
#D3C9CA
(211,201,202)
#DED6D5
(222,214,213)
#E9E3E0
(233,227,224)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866E7D; }

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

This text font color is #866E7D.

Background Color

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

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

This div background color is #866E7D.

Border color

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

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

This div border color is #866E7D.

Opacity

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

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

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

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

This text has shadow with #866E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #866E7D.

Preview

Color preview on black background

This text has color #866E7D on black background.


Color preview on white background

This text has color #866E7D on white background.


Black color preview on #866E7D background

This text has black color on #866E7D background.


White color preview on #866E7D background

This text has white color on #866E7D background.


Related colors

Complementary color

Complementary color for #hex is #799182.


I love getcolorcode.com

Triadic colors

1 #7D866E and #6E7D86 with #866E7D are triadic colors.

2 #7D6E86 and #6E867D with #866E7D are triadic colors.