HEX: #996387
RGB: (153,99,135)
#996387 contains red, green and blue colors in about the same proportion. Web safe color of #996387 is #996699 (or #969).
#996387 color RGB value is (153,99,135).
RGB: (153,99,135)
(60%, 39%, 53%)
R 153 of 255 = 60%
G 99 of 255 = 39%
B 135 of 255 = 53%
R + G + B ~ 51%. #996387 is middle color (not dark and not light).
R + G + B = 153 + 99 + 135 = 387 (100%)
R 153 of 387 ~ 39.53%
G 99 of 387 ~ 25.58%
B 135 of 387 ~ 34.88'%
#996387 color CMYK value is (0,35,12,40).
CMYK: (0,35,12,40)
C0M35Y12K40 (0%, 35%, 12%, 40%)
(0.00 / 0.35 / 0.12 / 0.40)
Color #996387 in popluar color models
99 | 63 | 87 | |
---|---|---|---|
RGB | 153 | 99 | 135 |
HSL | 320° | 21.43% | 49.41% |
HSB/HSV | 320° | 35.29% | 60.00% |
CMYK | 0.00% | 35.29% | 11.76% |
40.00% |
Color #996387 in popluar number systems.
HEX | 99 | 63 | 87 |
Decimal | 153 | 99 | 135 |
Binary | 10011001 | 1100011 | 10000111 |
Octal | 231 | 143 | 207 |
Shades of #996387
Tints of #996387
Examples of css and html codes for elements with #996387 color. Also use rgb(153,99,135) instead hex code.
.myTextColor { color: #996387; }
<p style="color:#996387">This sample text font color is #996387.</p>
This text font color is #996387.
.myBgColor { background-color: #996387; }
<div style="background-color:#996387">Inner text</div>
This div background color is #996387.
.myBorderColor { border: 1px solid #996387; }
<div style="border:3px solid #996387">Div</div>
This div border color is #996387.
.myOpacity80 { color: #996387; opacity: 0.8; }
<p style="color:#996387;opacity:0.8;">80%</p>
Text with #996387 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #996387;}
<p style="text-shadow: 3px 3px 1px #996387">Text here.</p>
This text has shadow with #996387 color.
.textShadow {text-shadow: 3px 3px 1px #996387', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #996387, 5px 5px 20px red">Text here.</p>
This text has shadow with #996387 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#996387, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#996387, Direction=45, Strength=4)">Text</p>
This text has shadow with #996387 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #996387;
-webkit-box-shadow: 1px 1px 3px 2px #996387;
box-shadow: 1px 1px 3px 2px #996387;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #996387; -webkit-box-shadow: 1px 1px 3px 2px #996387; box-shadow:1px 1px 3px 2px #996387;">
Div content here
</div>
This text has color #996387 on black background.
This text has color #996387 on white background.
This text has black color on #996387 background.
This text has white color on #996387 background.
Complementary color for #hex is #669C78.