HEX: #996AA3
RGB: (153,106,163)
#996AA3 contains red, green and blue colors in about the same proportion. Web safe color of #996AA3 is #996699 (or #969).
#996AA3 color RGB value is (153,106,163).
RGB: (153,106,163)
(60%, 42%, 64%)
R 153 of 255 = 60%
G 106 of 255 = 42%
B 163 of 255 = 64%
R + G + B ~ 55%. #996AA3 is middle color (not dark and not light).
R + G + B = 153 + 106 + 163 = 422 (100%)
R 153 of 422 ~ 36.26%
G 106 of 422 ~ 25.12%
B 163 of 422 ~ 38.63'%
#996AA3 color CMYK value is (6,35,0,36).
CMYK: (6,35,0,36) C6M35Y0K36 (6%,35%,0%,36%) (0.06/0.35/0.00/0.36)
Color #996AA3 in popluar color models
99 | 6A | A3 | |
---|---|---|---|
RGB | 153 | 106 | 163 |
HSL | 289° | 23.65% | 52.75% |
HSB/HSV | 289° | 34.97% | 63.92% |
CMYK | 6.13% | 34.97% | 0.00% |
36.08% |
Color #996AA3 in popluar number systems.
HEX | 99 | 6A | A3 |
Decimal | 153 | 106 | 163 |
Binary | 10011001 | 1101010 | 10100011 |
Octal | 231 | 152 | 243 |
Shades of #996AA3
Tints of #996AA3
Examples of css and html codes for elements with #996AA3 color. Also use rgb(153,106,163) instead hex code.
.myTextColor { color: #996AA3; }
<p style="color:#996AA3">This sample text font color is #996AA3.</p>
This text font color is #996AA3.
.myBgColor { background-color: #996AA3; }
<div style="background-color:#996AA3">Inner text</div>
This div background color is #996AA3.
.myBorderColor { border: 1px solid #996AA3; }
<div style="border:3px solid #996AA3">Div</div>
This div border color is #996AA3.
.myOpacity80 { color: #996AA3; opacity: 0.8; }
<p style="color:#996AA3;opacity:0.8;">80%</p>
Text with #996AA3 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #996AA3;}
<p style="text-shadow: 3px 3px 1px #996AA3">Text here.</p>
This text has shadow with #996AA3 color.
.textShadow {text-shadow: 3px 3px 1px #996AA3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #996AA3, 5px 5px 20px red">Text here.</p>
This text has shadow with #996AA3 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#996AA3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#996AA3, Direction=45, Strength=4)">Text</p>
This text has shadow with #996AA3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #996AA3;
-webkit-box-shadow: 1px 1px 3px 2px #996AA3;
box-shadow: 1px 1px 3px 2px #996AA3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #996AA3; -webkit-box-shadow: 1px 1px 3px 2px #996AA3; box-shadow:1px 1px 3px 2px #996AA3;">
Div content here
</div>
This text has color #996AA3 on black background.
This text has color #996AA3 on white background.
This text has black color on #996AA3 background.
This text has white color on #996AA3 background.
Complementary color for #hex is #66955C.