HEX: #886886
RGB: (136,104,134)
#886886 contains red, green and blue colors in about the same proportion. Web safe color of #886886 is #996699 (or #969).
#886886 color RGB value is (136,104,134).
RGB: (136,104,134) (53%,41%,53%)
R 136 of 255 = 53%
G 104 of 255 = 41%
B 134 of 255 = 53%
R + G + B ~ 49%. #886886 is middle color (not dark and not light).
R + G + B =
136 + 104 + 134 = 374 (100%)
R 136 of 374 ~ 36.36%
G 104 of 374 ~ 27.81%
B 134 of 374 ~ 35.83%
#886886 color CMYK value is (0,24,1,47).
CMYK: (0,24,1,47) C0M24Y1K47 (0%,24%,1%,47%) (0.00/0.24/0.01/0.47)
88 | 68 | 86 | |
---|---|---|---|
RGB | 136 | 104 | 134 |
HSL | 304° | 13.33% | 47.06% |
HSB/HSV | 304° | 23.53% | 53.33% |
CMYK | 0.00% | 23.53% | 1.47% |
46.67% |
HEX | 88 | 68 | 86 |
Decimal | 136 | 104 | 134 |
Binary | 10001000 | 1101000 | 10000110 |
Octal | 210 | 150 | 206 |
Examples of css and html codes for elements with #886886 color. Also use rgb(136,104,134) instead hex code.
.myTextColor { color: #886886; }
<p style="color:#886886">This sample text font color is #886886.</p>
This text font color is #886886.
.myBgColor { background-color: #886886; }
<div style="background-color:#886886">Inner text</div>
This div background color is #886886.
.myBorderColor { border: 1px solid #886886; }
<div style="border:3px solid #886886">Div</div>
This div border color is #886886.
.myOpacity80 { color: #886886; opacity: 0.8; }
<p style="color:#886886;opacity:0.8;">80%</p>
Text with #886886 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #886886;}
<p style="text-shadow: 3px 3px 1px #886886">Text here.</p>
This text has shadow with #886886 color.
.textShadow {text-shadow: 3px 3px 1px #886886, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #886886, 5px 5px 20px red">Text here.</p>
This text has shadow with #886886 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#886886, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#886886, Direction=45, Strength=4)">Text</p>
This text has shadow with #886886 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #886886; -webkit-box-shadow: 1px 1px 3px 2px #886886; box-shadow: 1px 1px 3px 2px #886886; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #886886; -webkit-box-shadow: 1px 1px 3px 2px #886886; box-shadow:1px 1px 3px 2px #886886;">
Div content here</div>
This text has color #886886 on black background.
This text has color #886886 on white background.
This text has black color on #886886 background.
This text has white color on #886886 background.