COLOR #886E81

HEX: #886E81
RGB: (136,110,129)

Color info

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

RGB color model

#886E81 color RGB value is (136,110,129).

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

RGB channels and saturation

R 136 of 255 = 53%
G 110 of 255 = 43%
B 129 of 255 = 51%

136
110
129

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

Portions of RGB colors in percentages

R + G + B =
136 + 110 + 129 = 375 (100%)
R 136 of 375 ~ 36.27%
G 110 of 375 ~ 29.33%
B 129 of 375 ~ 34.4%

%36.27
%29.33
%34.4

CMYK color model

#886E81 color CMYK value is (0,19,5,47).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 5.15%
  • key color value is 46.67%
CMYK:
(0,19,5,47)
C0M19Y5K47 
(0%,19%,5%,47%)
(0.00/0.19/0.05/0.47)	

CMYK percentages

%0
%19.12
%5.15
%46.67

Codes

Color #886E81 in popluar color models

886E81
RGB136110129
HSL316°10.57%48.24%
HSB/HSV316°19.12%53.33%
CMYK0.00%19.12%5.15%
46.67%

Color #886E81 in popluar number systems.

HEX886E81
Decimal136110129
Binary10001000110111010000001
Octal210156201

Shades and tints

Shades of #886E81

#886E81
(136,110,129)
#7C6476
(124,100,118)
#705A6B
(112,90,107)
#645060
(100,80,96)
#584655
(88,70,85)
#4C3C4A
(76,60,74)
#40323F
(64,50,63)
#342834
(52,40,52)
#281E29
(40,30,41)
#1C141E
(28,20,30)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #886E81

#886E81
(136,110,129)
#927B8C
(146,123,140)
#9C8897
(156,136,151)
#A695A2
(166,149,162)
#B0A2AD
(176,162,173)
#BAAFB8
(186,175,184)
#C4BCC3
(196,188,195)
#CEC9CE
(206,201,206)
#D8D6D9
(216,214,217)
#E2E3E4
(226,227,228)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886E81; }

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

This text font color is #886E81.


Background Color

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

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

This div background color is #886E81.


Border color

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

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

This div border color is #886E81.


Opacity

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

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

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

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

This text has shadow with #886E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886E81 on black background.


Color preview on white background

This text has color #886E81 on white background.



Black color preview on #886E81 background

This text has black color on #886E81 background.


White color preview on #886E81 background

This text has white color on #886E81 background.