HEX: #996784
RGB: (153,103,132)
#996784 contains red, green and blue colors in about the same proportion. Web safe color of #996784 is #996699 (or #969).
#996784 color RGB value is (153,103,132).
RGB: (153,103,132)
(60%, 40%, 52%)
R 153 of 255 = 60%
G 103 of 255 = 40%
B 132 of 255 = 52%
R + G + B ~ 51%. #996784 is middle color (not dark and not light).
R + G + B = 153 + 103 + 132 = 388 (100%)
R 153 of 388 ~ 39.43%
G 103 of 388 ~ 26.55%
B 132 of 388 ~ 34.02'%
#996784 color CMYK value is (0,33,14,40).
CMYK: (0,33,14,40) C0M33Y14K40 (0%,33%,14%,40%) (0.00/0.33/0.14/0.40)
Color #996784 in popluar color models
99 | 67 | 84 | |
---|---|---|---|
RGB | 153 | 103 | 132 |
HSL | 325° | 19.69% | 50.20% |
HSB/HSV | 325° | 32.68% | 60.00% |
CMYK | 0.00% | 32.68% | 13.73% |
40.00% |
Color #996784 in popluar number systems.
HEX | 99 | 67 | 84 |
Decimal | 153 | 103 | 132 |
Binary | 10011001 | 1100111 | 10000100 |
Octal | 231 | 147 | 204 |
Shades of #996784
Tints of #996784
Examples of css and html codes for elements with #996784 color. Also use rgb(153,103,132) instead hex code.
.myTextColor { color: #996784; }
<p style="color:#996784">This sample text font color is #996784.</p>
This text font color is #996784.
.myBgColor { background-color: #996784; }
<div style="background-color:#996784">Inner text</div>
This div background color is #996784.
.myBorderColor { border: 1px solid #996784; }
<div style="border:3px solid #996784">Div</div>
This div border color is #996784.
.myOpacity80 { color: #996784; opacity: 0.8; }
<p style="color:#996784;opacity:0.8;">80%</p>
Text with #996784 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #996784;}
<p style="text-shadow: 3px 3px 1px #996784">Text here.</p>
This text has shadow with #996784 color.
.textShadow {text-shadow: 3px 3px 1px #996784', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #996784, 5px 5px 20px red">Text here.</p>
This text has shadow with #996784 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#996784, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#996784, Direction=45, Strength=4)">Text</p>
This text has shadow with #996784 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #996784;
-webkit-box-shadow: 1px 1px 3px 2px #996784;
box-shadow: 1px 1px 3px 2px #996784;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #996784; -webkit-box-shadow: 1px 1px 3px 2px #996784; box-shadow:1px 1px 3px 2px #996784;">
Div content here
</div>
This text has color #996784 on black background.
This text has color #996784 on white background.
This text has black color on #996784 background.
This text has white color on #996784 background.
Complementary color for #hex is #66987B.