COLOR #886C8A

HEX: #886C8A
RGB: (136,108,138)

Color info

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

RGB color model

#886C8A color RGB value is (136,108,138).

  • red value is 136;
  • green value is 108;
  • blue value is 138.
RGB:
(136,108,138)
(53%,42%,54%)

RGB channels and saturation

R 136 of 255 = 53%
G 108 of 255 = 42%
B 138 of 255 = 54%

136
108
138

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

Portions of RGB colors in percentages

R + G + B =
136 + 108 + 138 = 382 (100%)
R 136 of 382 ~ 35.6%
G 108 of 382 ~ 28.27%
B 138 of 382 ~ 36.13%

%35.6
%28.27
%36.13

CMYK color model

#886C8A color CMYK value is (1,22,0,46).

  • cyan value is 1.45%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(1,22,0,46)
C1M22Y0K46 
(1%,22%,0%,46%)
(0.01/0.22/0.00/0.46)	

CMYK percentages

%1.45
%21.74
%0
%45.88

Codes

Color #886C8A in popluar color models

886C8A
RGB136108138
HSL296°12.20%48.24%
HSB/HSV296°21.74%54.12%
CMYK1.45%21.74%0.00%
45.88%

Color #886C8A in popluar number systems.

HEX886C8A
Decimal136108138
Binary10001000110110010001010
Octal210154212

Shades and tints

Shades of #886C8A

#886C8A
(136,108,138)
#7C637E
(124,99,126)
#705A72
(112,90,114)
#645166
(100,81,102)
#58485A
(88,72,90)
#4C3F4E
(76,63,78)
#403642
(64,54,66)
#342D36
(52,45,54)
#28242A
(40,36,42)
#1C1B1E
(28,27,30)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #886C8A

#886C8A
(136,108,138)
#927994
(146,121,148)
#9C869E
(156,134,158)
#A693A8
(166,147,168)
#B0A0B2
(176,160,178)
#BAADBC
(186,173,188)
#C4BAC6
(196,186,198)
#CEC7D0
(206,199,208)
#D8D4DA
(216,212,218)
#E2E1E4
(226,225,228)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886C8A; }

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

This text font color is #886C8A.


Background Color

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

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

This div background color is #886C8A.


Border color

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

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

This div border color is #886C8A.


Opacity

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

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

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

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

This text has shadow with #886C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886C8A on black background.


Color preview on white background

This text has color #886C8A on white background.



Black color preview on #886C8A background

This text has black color on #886C8A background.


White color preview on #886C8A background

This text has white color on #886C8A background.