COLOR #886D7C

HEX: #886D7C
RGB: (136,109,124)

Color info

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

RGB color model

#886D7C color RGB value is (136,109,124).

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

RGB channels and saturation

R 136 of 255 = 53%
G 109 of 255 = 43%
B 124 of 255 = 49%

136
109
124

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

Portions of RGB colors in percentages

R + G + B =
136 + 109 + 124 = 369 (100%)
R 136 of 369 ~ 36.86%
G 109 of 369 ~ 29.54%
B 124 of 369 ~ 33.6%

%36.86
%29.54
%33.6

CMYK color model

#886D7C color CMYK value is (0,20,9,47).

  • cyan value is 0.00%
  • magenta value is 19.85%
  • yellow value is 8.82%
  • key color value is 46.67%
CMYK:
(0,20,9,47)
C0M20Y9K47 
(0%,20%,9%,47%)
(0.00/0.20/0.09/0.47)	

CMYK percentages

%0
%19.85
%8.82
%46.67

Codes

Color #886D7C in popluar color models

886D7C
RGB136109124
HSL327°11.02%48.04%
HSB/HSV327°19.85%53.33%
CMYK0.00%19.85%8.82%
46.67%

Color #886D7C in popluar number systems.

HEX886D7C
Decimal136109124
Binary1000100011011011111100
Octal210155174

Shades and tints

Shades of #886D7C

#886D7C
(136,109,124)
#7C6471
(124,100,113)
#705B66
(112,91,102)
#64525B
(100,82,91)
#584950
(88,73,80)
#4C4045
(76,64,69)
#40373A
(64,55,58)
#342E2F
(52,46,47)
#282524
(40,37,36)
#1C1C19
(28,28,25)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #886D7C

#886D7C
(136,109,124)
#927A87
(146,122,135)
#9C8792
(156,135,146)
#A6949D
(166,148,157)
#B0A1A8
(176,161,168)
#BAAEB3
(186,174,179)
#C4BBBE
(196,187,190)
#CEC8C9
(206,200,201)
#D8D5D4
(216,213,212)
#E2E2DF
(226,226,223)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886D7C; }

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

This text font color is #886D7C.


Background Color

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

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

This div background color is #886D7C.


Border color

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

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

This div border color is #886D7C.


Opacity

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

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

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

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

This text has shadow with #886D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886D7C on black background.


Color preview on white background

This text has color #886D7C on white background.



Black color preview on #886D7C background

This text has black color on #886D7C background.


White color preview on #886D7C background

This text has white color on #886D7C background.