COLOR #886D80

HEX: #886D80
RGB: (136,109,128)

Color info

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

RGB color model

#886D80 color RGB value is (136,109,128).

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

RGB channels and saturation

R 136 of 255 = 53%
G 109 of 255 = 43%
B 128 of 255 = 50%

136
109
128

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

Portions of RGB colors in percentages

R + G + B =
136 + 109 + 128 = 373 (100%)
R 136 of 373 ~ 36.46%
G 109 of 373 ~ 29.22%
B 128 of 373 ~ 34.32%

%36.46
%29.22
%34.32

CMYK color model

#886D80 color CMYK value is (0,20,6,47).

  • cyan value is 0.00%
  • magenta value is 19.85%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(0,20,6,47)
C0M20Y6K47 
(0%,20%,6%,47%)
(0.00/0.20/0.06/0.47)	

CMYK percentages

%0
%19.85
%5.88
%46.67

Codes

Color #886D80 in popluar color models

886D80
RGB136109128
HSL318°11.02%48.04%
HSB/HSV318°19.85%53.33%
CMYK0.00%19.85%5.88%
46.67%

Color #886D80 in popluar number systems.

HEX886D80
Decimal136109128
Binary10001000110110110000000
Octal210155200

Shades and tints

Shades of #886D80

#886D80
(136,109,128)
#7C6475
(124,100,117)
#705B6A
(112,91,106)
#64525F
(100,82,95)
#584954
(88,73,84)
#4C4049
(76,64,73)
#40373E
(64,55,62)
#342E33
(52,46,51)
#282528
(40,37,40)
#1C1C1D
(28,28,29)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #886D80

#886D80
(136,109,128)
#927A8B
(146,122,139)
#9C8796
(156,135,150)
#A694A1
(166,148,161)
#B0A1AC
(176,161,172)
#BAAEB7
(186,174,183)
#C4BBC2
(196,187,194)
#CEC8CD
(206,200,205)
#D8D5D8
(216,213,216)
#E2E2E3
(226,226,227)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886D80; }

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

This text font color is #886D80.


Background Color

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

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

This div background color is #886D80.


Border color

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

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

This div border color is #886D80.


Opacity

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

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

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

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

This text has shadow with #886D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886D80 on black background.


Color preview on white background

This text has color #886D80 on white background.



Black color preview on #886D80 background

This text has black color on #886D80 background.


White color preview on #886D80 background

This text has white color on #886D80 background.