COLOR #886C8D

HEX: #886C8D RGB: (136,108,141)

Color info

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

RGB color model

#886C8D color RGB value is (136,108,141).

RGB: (136,108,141) (53%, 42%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 108 of 255 = 42%
B 141 of 255 = 55%

136
108
141

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

Portions of RGB colors in percentages

R + G + B = 136 + 108 + 141 = 385 (100%)
R 136 of 385 ~ 35.32%
G 108 of 385 ~ 28.05%
B 141 of 385 ~ 36.62'%

%35.32
%28.05
%36.62

CMYK color model

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

  • cyan value is 3.55%
  • magenta value is 23.40%
  • 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
%23.4
%0
%44.71

Codes

Color #886C8D in popluar color models

88 6C 8D
RGB 136 108 141
HSL 291° 13.25% 48.82%
HSB/HSV 291° 23.40% 55.29%
CMYK 3.55% 23.40% 0.00%
44.71%

Color #886C8D in popluar number systems.

HEX 88 6C 8D
Decimal 136 108 141
Binary 10001000 1101100 10001101
Octal 210 154 215

Shades and tints

Shades of #886C8D

#886C8D
(136,108,141)
#7C6381
(124,99,129)
#705A75
(112,90,117)
#645169
(100,81,105)
#58485D
(88,72,93)
#4C3F51
(76,63,81)
#403645
(64,54,69)
#342D39
(52,45,57)
#28242D
(40,36,45)
#1C1B21
(28,27,33)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #886C8D

#886C8D
(136,108,141)
#927997
(146,121,151)
#9C86A1
(156,134,161)
#A693AB
(166,147,171)
#B0A0B5
(176,160,181)
#BAADBF
(186,173,191)
#C4BAC9
(196,186,201)
#CEC7D3
(206,199,211)
#D8D4DD
(216,212,221)
#E2E1E7
(226,225,231)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886C8D; }

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

This text font color is #886C8D.

Background Color

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

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

This div background color is #886C8D.

Border color

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

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

This div border color is #886C8D.

Opacity

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

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

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

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

This text has shadow with #886C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886C8D.

Preview

Color preview on black background

This text has color #886C8D on black background.


Color preview on white background

This text has color #886C8D on white background.


Black color preview on #886C8D background

This text has black color on #886C8D background.


White color preview on #886C8D background

This text has white color on #886C8D background.


Related colors

Complementary color

Complementary color for #hex is #779372.


I love getcolorcode.com

Triadic colors

1 #8D886C and #6C8D88 with #886C8D are triadic colors.

2 #8D6C88 and #6C888D with #886C8D are triadic colors.