COLOR #886D8D

HEX: #886D8D RGB: (136,109,141)

Color info

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

RGB color model

#886D8D color RGB value is (136,109,141).

RGB: (136,109,141) (53%, 43%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 109 of 255 = 43%
B 141 of 255 = 55%

136
109
141

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

Portions of RGB colors in percentages

R + G + B = 136 + 109 + 141 = 386 (100%)
R 136 of 386 ~ 35.23%
G 109 of 386 ~ 28.24%
B 141 of 386 ~ 36.53'%

%35.23
%28.24
%36.53

CMYK color model

#886D8D color CMYK value is (4,23,0,45).

  • cyan value is 3.55%
  • magenta value is 22.70%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (4,23,0,45)
C4M23Y0K45 (4%, 23%, 0%, 45%)
(0.04 / 0.23 / 0.00 / 0.45)

CMYK percentages

%3.55
%22.7
%0
%44.71

Codes

Color #886D8D in popluar color models

88 6D 8D
RGB 136 109 141
HSL 291° 12.80% 49.02%
HSB/HSV 291° 22.70% 55.29%
CMYK 3.55% 22.70% 0.00%
44.71%

Color #886D8D in popluar number systems.

HEX 88 6D 8D
Decimal 136 109 141
Binary 10001000 1101101 10001101
Octal 210 155 215

Shades and tints

Shades of #886D8D

#886D8D
(136,109,141)
#7C6481
(124,100,129)
#705B75
(112,91,117)
#645269
(100,82,105)
#58495D
(88,73,93)
#4C4051
(76,64,81)
#403745
(64,55,69)
#342E39
(52,46,57)
#28252D
(40,37,45)
#1C1C21
(28,28,33)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #886D8D

#886D8D
(136,109,141)
#927A97
(146,122,151)
#9C87A1
(156,135,161)
#A694AB
(166,148,171)
#B0A1B5
(176,161,181)
#BAAEBF
(186,174,191)
#C4BBC9
(196,187,201)
#CEC8D3
(206,200,211)
#D8D5DD
(216,213,221)
#E2E2E7
(226,226,231)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886D8D; }

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

This text font color is #886D8D.

Background Color

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

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

This div background color is #886D8D.

Border color

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

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

This div border color is #886D8D.

Opacity

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

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

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

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

This text has shadow with #886D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886D8D.

Preview

Color preview on black background

This text has color #886D8D on black background.


Color preview on white background

This text has color #886D8D on white background.


Black color preview on #886D8D background

This text has black color on #886D8D background.


White color preview on #886D8D background

This text has white color on #886D8D background.


Related colors

Complementary color

Complementary color for #hex is #779272.


I love getcolorcode.com

Triadic colors

1 #8D886D and #6D8D88 with #886D8D are triadic colors.

2 #8D6D88 and #6D888D with #886D8D are triadic colors.