COLOR #886B80

HEX: #886B80
RGB: (136,107,128)

Color info

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

RGB color model

#886B80 color RGB value is (136,107,128).

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

RGB channels and saturation

R 136 of 255 = 53%
G 107 of 255 = 42%
B 128 of 255 = 50%

136
107
128

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

Portions of RGB colors in percentages

R + G + B =
136 + 107 + 128 = 371 (100%)
R 136 of 371 ~ 36.66%
G 107 of 371 ~ 28.84%
B 128 of 371 ~ 34.5%

%36.66
%28.84
%34.5

CMYK color model

#886B80 color CMYK value is (0,21,6,47).

  • cyan value is 0.00%
  • magenta value is 21.32%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(0,21,6,47)
C0M21Y6K47 
(0%,21%,6%,47%)
(0.00/0.21/0.06/0.47)	

CMYK percentages

%0
%21.32
%5.88
%46.67

Codes

Color #886B80 in popluar color models

886B80
RGB136107128
HSL317°11.93%47.65%
HSB/HSV317°21.32%53.33%
CMYK0.00%21.32%5.88%
46.67%

Color #886B80 in popluar number systems.

HEX886B80
Decimal136107128
Binary10001000110101110000000
Octal210153200

Shades and tints

Shades of #886B80

#886B80
(136,107,128)
#7C6275
(124,98,117)
#70596A
(112,89,106)
#64505F
(100,80,95)
#584754
(88,71,84)
#4C3E49
(76,62,73)
#40353E
(64,53,62)
#342C33
(52,44,51)
#282328
(40,35,40)
#1C1A1D
(28,26,29)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #886B80

#886B80
(136,107,128)
#92788B
(146,120,139)
#9C8596
(156,133,150)
#A692A1
(166,146,161)
#B09FAC
(176,159,172)
#BAACB7
(186,172,183)
#C4B9C2
(196,185,194)
#CEC6CD
(206,198,205)
#D8D3D8
(216,211,216)
#E2E0E3
(226,224,227)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886B80; }

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

This text font color is #886B80.


Background Color

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

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

This div background color is #886B80.


Border color

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

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

This div border color is #886B80.


Opacity

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

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

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

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

This text has shadow with #886B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886B80 on black background.


Color preview on white background

This text has color #886B80 on white background.



Black color preview on #886B80 background

This text has black color on #886B80 background.


White color preview on #886B80 background

This text has white color on #886B80 background.