COLOR #886F7C

HEX: #886F7C
RGB: (136,111,124)

Color info

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

RGB color model

#886F7C color RGB value is (136,111,124).

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

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 124 of 255 = 49%

136
111
124

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 124 = 371 (100%)
R 136 of 371 ~ 36.66%
G 111 of 371 ~ 29.92%
B 124 of 371 ~ 33.42%

%36.66
%29.92
%33.42

CMYK color model

#886F7C color CMYK value is (0,18,9,47).

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

CMYK percentages

%0
%18.38
%8.82
%46.67

Codes

Color #886F7C in popluar color models

886F7C
RGB136111124
HSL329°10.12%48.43%
HSB/HSV329°18.38%53.33%
CMYK0.00%18.38%8.82%
46.67%

Color #886F7C in popluar number systems.

HEX886F7C
Decimal136111124
Binary1000100011011111111100
Octal210157174

Shades and tints

Shades of #886F7C

#886F7C
(136,111,124)
#7C6571
(124,101,113)
#705B66
(112,91,102)
#64515B
(100,81,91)
#584750
(88,71,80)
#4C3D45
(76,61,69)
#40333A
(64,51,58)
#34292F
(52,41,47)
#281F24
(40,31,36)
#1C1519
(28,21,25)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #886F7C

#886F7C
(136,111,124)
#927C87
(146,124,135)
#9C8992
(156,137,146)
#A6969D
(166,150,157)
#B0A3A8
(176,163,168)
#BAB0B3
(186,176,179)
#C4BDBE
(196,189,190)
#CECAC9
(206,202,201)
#D8D7D4
(216,215,212)
#E2E4DF
(226,228,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886F7C; }

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

This text font color is #886F7C.


Background Color

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

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

This div background color is #886F7C.


Border color

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

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

This div border color is #886F7C.


Opacity

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

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

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

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

This text has shadow with #886F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F7C on black background.


Color preview on white background

This text has color #886F7C on white background.



Black color preview on #886F7C background

This text has black color on #886F7C background.


White color preview on #886F7C background

This text has white color on #886F7C background.