COLOR #886871

HEX: #886871
RGB: (136,104,113)

Color info

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

RGB color model

#886871 color RGB value is (136,104,113).

  • red value is 136;
  • green value is 104;
  • blue value is 113.
RGB:
(136,104,113)
(53%,41%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 113 of 255 = 44%

136
104
113

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

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 113 = 353 (100%)
R 136 of 353 ~ 38.53%
G 104 of 353 ~ 29.46%
B 113 of 353 ~ 32.01%

%38.53
%29.46
%32.01

CMYK color model

#886871 color CMYK value is (0,24,17,47).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(0,24,17,47)
C0M24Y17K47 
(0%,24%,17%,47%)
(0.00/0.24/0.17/0.47)	

CMYK percentages

%0
%23.53
%16.91
%46.67

Codes

Color #886871 in popluar color models

886871
RGB136104113
HSL343°13.33%47.06%
HSB/HSV343°23.53%53.33%
CMYK0.00%23.53%16.91%
46.67%

Color #886871 in popluar number systems.

HEX886871
Decimal136104113
Binary1000100011010001110001
Octal210150161

Shades and tints

Shades of #886871

#886871
(136,104,113)
#7C5F67
(124,95,103)
#70565D
(112,86,93)
#644D53
(100,77,83)
#584449
(88,68,73)
#4C3B3F
(76,59,63)
#403235
(64,50,53)
#34292B
(52,41,43)
#282021
(40,32,33)
#1C1717
(28,23,23)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #886871

#886871
(136,104,113)
#92757D
(146,117,125)
#9C8289
(156,130,137)
#A68F95
(166,143,149)
#B09CA1
(176,156,161)
#BAA9AD
(186,169,173)
#C4B6B9
(196,182,185)
#CEC3C5
(206,195,197)
#D8D0D1
(216,208,209)
#E2DDDD
(226,221,221)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886871 color. Also use rgb(136,104,113) instead hex code.

Text Font Color

.myTextColor { color: #886871; }

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

This text font color is #886871.


Background Color

.myBgColor { background-color: #886871; }

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

This div background color is #886871.


Border color

.myBorderColor { border: 1px solid #886871; }

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

This div border color is #886871.


Opacity

.myOpacity80 { color: #886871; opacity: 0.8; }

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

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

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

This text has shadow with #886871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886871 on black background.


Color preview on white background

This text has color #886871 on white background.



Black color preview on #886871 background

This text has black color on #886871 background.


White color preview on #886871 background

This text has white color on #886871 background.