COLOR #866B70

HEX: #866B70
RGB: (134,107,112)

Color info

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

RGB color model

#866B70 color RGB value is (134,107,112).

  • red value is 134;
  • green value is 107;
  • blue value is 112.
RGB:
(134,107,112)
(53%,42%,44%)

RGB channels and saturation

R 134 of 255 = 53%
G 107 of 255 = 42%
B 112 of 255 = 44%

134
107
112

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

Portions of RGB colors in percentages

R + G + B =
134 + 107 + 112 = 353 (100%)
R 134 of 353 ~ 37.96%
G 107 of 353 ~ 30.31%
B 112 of 353 ~ 31.73%

%37.96
%30.31
%31.73

CMYK color model

#866B70 color CMYK value is (0,20,16,47).

  • cyan value is 0.00%
  • magenta value is 20.15%
  • yellow value is 16.42%
  • key color value is 47.45%
CMYK:
(0,20,16,47)
C0M20Y16K47 
(0%,20%,16%,47%)
(0.00/0.20/0.16/0.47)	

CMYK percentages

%0
%20.15
%16.42
%47.45

Codes

Color #866B70 in popluar color models

866B70
RGB134107112
HSL349°11.20%47.25%
HSB/HSV349°20.15%52.55%
CMYK0.00%20.15%16.42%
47.45%

Color #866B70 in popluar number systems.

HEX866B70
Decimal134107112
Binary1000011011010111110000
Octal206153160

Shades and tints

Shades of #866B70

#866B70
(134,107,112)
#7A6266
(122,98,102)
#6E595C
(110,89,92)
#625052
(98,80,82)
#564748
(86,71,72)
#4A3E3E
(74,62,62)
#3E3534
(62,53,52)
#322C2A
(50,44,42)
#262320
(38,35,32)
#1A1A16
(26,26,22)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #866B70

#866B70
(134,107,112)
#91787D
(145,120,125)
#9C858A
(156,133,138)
#A79297
(167,146,151)
#B29FA4
(178,159,164)
#BDACB1
(189,172,177)
#C8B9BE
(200,185,190)
#D3C6CB
(211,198,203)
#DED3D8
(222,211,216)
#E9E0E5
(233,224,229)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866B70 color. Also use rgb(134,107,112) instead hex code.

Text Font Color

.myTextColor { color: #866B70; }

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

This text font color is #866B70.


Background Color

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

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

This div background color is #866B70.


Border color

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

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

This div border color is #866B70.


Opacity

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

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

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

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

This text has shadow with #866B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866B70 on black background.


Color preview on white background

This text has color #866B70 on white background.



Black color preview on #866B70 background

This text has black color on #866B70 background.


White color preview on #866B70 background

This text has white color on #866B70 background.