COLOR #866E7A

HEX: #866E7A
RGB: (134,110,122)

Color info

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

RGB color model

#866E7A color RGB value is (134,110,122).

  • red value is 134;
  • green value is 110;
  • blue value is 122.
RGB:
(134,110,122)
(53%,43%,48%)

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 122 of 255 = 48%

134
110
122

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

Portions of RGB colors in percentages

R + G + B =
134 + 110 + 122 = 366 (100%)
R 134 of 366 ~ 36.61%
G 110 of 366 ~ 30.05%
B 122 of 366 ~ 33.33%

%36.61
%30.05
%33.33

CMYK color model

#866E7A color CMYK value is (0,18,9,47).

  • cyan value is 0.00%
  • magenta value is 17.91%
  • yellow value is 8.96%
  • key color value is 47.45%
CMYK:
(0,18,9,47)
C0M18Y9K47 
(0%,18%,9%,47%)
(0.00/0.18/0.09/0.47)	

CMYK percentages

%0
%17.91
%8.96
%47.45

Codes

Color #866E7A in popluar color models

866E7A
RGB134110122
HSL330°9.84%47.84%
HSB/HSV330°17.91%52.55%
CMYK0.00%17.91%8.96%
47.45%

Color #866E7A in popluar number systems.

HEX866E7A
Decimal134110122
Binary1000011011011101111010
Octal206156172

Shades and tints

Shades of #866E7A

#866E7A
(134,110,122)
#7A646F
(122,100,111)
#6E5A64
(110,90,100)
#625059
(98,80,89)
#56464E
(86,70,78)
#4A3C43
(74,60,67)
#3E3238
(62,50,56)
#32282D
(50,40,45)
#261E22
(38,30,34)
#1A1417
(26,20,23)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #866E7A

#866E7A
(134,110,122)
#917B86
(145,123,134)
#9C8892
(156,136,146)
#A7959E
(167,149,158)
#B2A2AA
(178,162,170)
#BDAFB6
(189,175,182)
#C8BCC2
(200,188,194)
#D3C9CE
(211,201,206)
#DED6DA
(222,214,218)
#E9E3E6
(233,227,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866E7A; }

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

This text font color is #866E7A.


Background Color

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

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

This div background color is #866E7A.


Border color

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

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

This div border color is #866E7A.


Opacity

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

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

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

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

This text has shadow with #866E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866E7A on black background.


Color preview on white background

This text has color #866E7A on white background.



Black color preview on #866E7A background

This text has black color on #866E7A background.


White color preview on #866E7A background

This text has white color on #866E7A background.