COLOR #886E80

HEX: #886E80
RGB: (136,110,128)

Color info

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

RGB color model

#886E80 color RGB value is (136,110,128).

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

RGB channels and saturation

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

136
110
128

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

Portions of RGB colors in percentages

R + G + B =
136 + 110 + 128 = 374 (100%)
R 136 of 374 ~ 36.36%
G 110 of 374 ~ 29.41%
B 128 of 374 ~ 34.22%

%36.36
%29.41
%34.22

CMYK color model

#886E80 color CMYK value is (0,19,6,47).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(0,19,6,47)
C0M19Y6K47 
(0%,19%,6%,47%)
(0.00/0.19/0.06/0.47)	

CMYK percentages

%0
%19.12
%5.88
%46.67

Codes

Color #886E80 in popluar color models

886E80
RGB136110128
HSL318°10.57%48.24%
HSB/HSV318°19.12%53.33%
CMYK0.00%19.12%5.88%
46.67%

Color #886E80 in popluar number systems.

HEX886E80
Decimal136110128
Binary10001000110111010000000
Octal210156200

Shades and tints

Shades of #886E80

#886E80
(136,110,128)
#7C6475
(124,100,117)
#705A6A
(112,90,106)
#64505F
(100,80,95)
#584654
(88,70,84)
#4C3C49
(76,60,73)
#40323E
(64,50,62)
#342833
(52,40,51)
#281E28
(40,30,40)
#1C141D
(28,20,29)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #886E80

#886E80
(136,110,128)
#927B8B
(146,123,139)
#9C8896
(156,136,150)
#A695A1
(166,149,161)
#B0A2AC
(176,162,172)
#BAAFB7
(186,175,183)
#C4BCC2
(196,188,194)
#CEC9CD
(206,201,205)
#D8D6D8
(216,214,216)
#E2E3E3
(226,227,227)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886E80; }

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

This text font color is #886E80.


Background Color

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

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

This div background color is #886E80.


Border color

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

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

This div border color is #886E80.


Opacity

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

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

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

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

This text has shadow with #886E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886E80 on black background.


Color preview on white background

This text has color #886E80 on white background.



Black color preview on #886E80 background

This text has black color on #886E80 background.


White color preview on #886E80 background

This text has white color on #886E80 background.