COLOR #886F81

HEX: #886F81
RGB: (136,111,129)

Color info

#886F81 contains red, green and blue colors in about the same proportion. Web safe color of #886F81 is #996699 (or #969).

RGB color model

#886F81 color RGB value is (136,111,129).

  • red value is 136;
  • green value is 111;
  • blue value is 129.
RGB:
(136,111,129)
(53%,44%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 129 of 255 = 51%

136
111
129

R + G + B ~ 49%. #886F81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 129 = 376 (100%)
R 136 of 376 ~ 36.17%
G 111 of 376 ~ 29.52%
B 129 of 376 ~ 34.31%

%36.17
%29.52
%34.31

CMYK color model

#886F81 color CMYK value is (0,18,5,47).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 5.15%
  • key color value is 46.67%
CMYK:
(0,18,5,47)
C0M18Y5K47 
(0%,18%,5%,47%)
(0.00/0.18/0.05/0.47)	

CMYK percentages

%0
%18.38
%5.15
%46.67

Codes

Color #886F81 in popluar color models

886F81
RGB136111129
HSL317°10.12%48.43%
HSB/HSV317°18.38%53.33%
CMYK0.00%18.38%5.15%
46.67%

Color #886F81 in popluar number systems.

HEX886F81
Decimal136111129
Binary10001000110111110000001
Octal210157201

Shades and tints

Shades of #886F81

#886F81
(136,111,129)
#7C6576
(124,101,118)
#705B6B
(112,91,107)
#645160
(100,81,96)
#584755
(88,71,85)
#4C3D4A
(76,61,74)
#40333F
(64,51,63)
#342934
(52,41,52)
#281F29
(40,31,41)
#1C151E
(28,21,30)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #886F81

#886F81
(136,111,129)
#927C8C
(146,124,140)
#9C8997
(156,137,151)
#A696A2
(166,150,162)
#B0A3AD
(176,163,173)
#BAB0B8
(186,176,184)
#C4BDC3
(196,189,195)
#CECACE
(206,202,206)
#D8D7D9
(216,215,217)
#E2E4E4
(226,228,228)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886F81 color. Also use rgb(136,111,129) instead hex code.

Text Font Color

.myTextColor { color: #886F81; }

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

This text font color is #886F81.


Background Color

.myBgColor { background-color: #886F81; }

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

This div background color is #886F81.


Border color

.myBorderColor { border: 1px solid #886F81; }

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

This div border color is #886F81.


Opacity

.myOpacity80 { color: #886F81; opacity: 0.8; }

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

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

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

This text has shadow with #886F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F81 on black background.


Color preview on white background

This text has color #886F81 on white background.



Black color preview on #886F81 background

This text has black color on #886F81 background.


White color preview on #886F81 background

This text has white color on #886F81 background.