COLOR #886696

HEX: #886696
RGB: (136,102,150)

Color info

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

RGB color model

#886696 color RGB value is (136,102,150).

  • red value is 136;
  • green value is 102;
  • blue value is 150.
RGB:
(136,102,150)
(53%,40%,59%)

RGB channels and saturation

R 136 of 255 = 53%
G 102 of 255 = 40%
B 150 of 255 = 59%

136
102
150

R + G + B ~ 51%. #886696 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 102 + 150 = 388 (100%)
R 136 of 388 ~ 35.05%
G 102 of 388 ~ 26.29%
B 150 of 388 ~ 38.66%

%35.05
%26.29
%38.66

CMYK color model

#886696 color CMYK value is (9,32,0,41).

  • cyan value is 9.33%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(9,32,0,41)
C9M32Y0K41 
(9%,32%,0%,41%)
(0.09/0.32/0.00/0.41)	

CMYK percentages

%9.33
%32
%0
%41.18

Codes

Color #886696 in popluar color models

886696
RGB136102150
HSL283°19.05%49.41%
HSB/HSV283°32.00%58.82%
CMYK9.33%32.00%0.00%
41.18%

Color #886696 in popluar number systems.

HEX886696
Decimal136102150
Binary10001000110011010010110
Octal210146226

Shades and tints

Shades of #886696

#886696
(136,102,150)
#7C5D89
(124,93,137)
#70547C
(112,84,124)
#644B6F
(100,75,111)
#584262
(88,66,98)
#4C3955
(76,57,85)
#403048
(64,48,72)
#34273B
(52,39,59)
#281E2E
(40,30,46)
#1C1521
(28,21,33)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #886696

#886696
(136,102,150)
#92739F
(146,115,159)
#9C80A8
(156,128,168)
#A68DB1
(166,141,177)
#B09ABA
(176,154,186)
#BAA7C3
(186,167,195)
#C4B4CC
(196,180,204)
#CEC1D5
(206,193,213)
#D8CEDE
(216,206,222)
#E2DBE7
(226,219,231)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886696 color. Also use rgb(136,102,150) instead hex code.

Text Font Color

.myTextColor { color: #886696; }

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

This text font color is #886696.


Background Color

.myBgColor { background-color: #886696; }

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

This div background color is #886696.


Border color

.myBorderColor { border: 1px solid #886696; }

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

This div border color is #886696.


Opacity

.myOpacity80 { color: #886696; opacity: 0.8; }

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

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

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

This text has shadow with #886696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886696 on black background.


Color preview on white background

This text has color #886696 on white background.



Black color preview on #886696 background

This text has black color on #886696 background.


White color preview on #886696 background

This text has white color on #886696 background.