COLOR #886E84

HEX: #886E84
RGB: (136,110,132)

Color info

#886E84 contains red, green and blue colors in about the same proportion. Web safe color of #886E84 is #996699 (or #969).

RGB color model

#886E84 color RGB value is (136,110,132).

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

RGB channels and saturation

R 136 of 255 = 53%
G 110 of 255 = 43%
B 132 of 255 = 52%

136
110
132

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

Portions of RGB colors in percentages

R + G + B =
136 + 110 + 132 = 378 (100%)
R 136 of 378 ~ 35.98%
G 110 of 378 ~ 29.1%
B 132 of 378 ~ 34.92%

%35.98
%29.1
%34.92

CMYK color model

#886E84 color CMYK value is (0,19,3,47).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 2.94%
  • key color value is 46.67%
CMYK:
(0,19,3,47)
C0M19Y3K47 
(0%,19%,3%,47%)
(0.00/0.19/0.03/0.47)	

CMYK percentages

%0
%19.12
%2.94
%46.67

Codes

Color #886E84 in popluar color models

886E84
RGB136110132
HSL309°10.57%48.24%
HSB/HSV309°19.12%53.33%
CMYK0.00%19.12%2.94%
46.67%

Color #886E84 in popluar number systems.

HEX886E84
Decimal136110132
Binary10001000110111010000100
Octal210156204

Shades and tints

Shades of #886E84

#886E84
(136,110,132)
#7C6478
(124,100,120)
#705A6C
(112,90,108)
#645060
(100,80,96)
#584654
(88,70,84)
#4C3C48
(76,60,72)
#40323C
(64,50,60)
#342830
(52,40,48)
#281E24
(40,30,36)
#1C1418
(28,20,24)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #886E84

#886E84
(136,110,132)
#927B8F
(146,123,143)
#9C889A
(156,136,154)
#A695A5
(166,149,165)
#B0A2B0
(176,162,176)
#BAAFBB
(186,175,187)
#C4BCC6
(196,188,198)
#CEC9D1
(206,201,209)
#D8D6DC
(216,214,220)
#E2E3E7
(226,227,231)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886E84; }

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

This text font color is #886E84.


Background Color

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

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

This div background color is #886E84.


Border color

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

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

This div border color is #886E84.


Opacity

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

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

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

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

This text has shadow with #886E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886E84 on black background.


Color preview on white background

This text has color #886E84 on white background.



Black color preview on #886E84 background

This text has black color on #886E84 background.


White color preview on #886E84 background

This text has white color on #886E84 background.