HEX: #997590
RGB: (153,117,144)
#997590 contains red, green and blue colors in about the same proportion. Web safe color of #997590 is #996699 (or #969).
#997590 color RGB value is (153,117,144).
RGB: (153,117,144) (60%,46%,56%)
R 153 of 255 = 60%
G 117 of 255 = 46%
B 144 of 255 = 56%
R + G + B ~ 54%. #997590 is middle color (not dark and not light).
R + G + B =
153 + 117 + 144 = 414 (100%)
R 153 of 414 ~ 36.96%
G 117 of 414 ~ 28.26%
B 144 of 414 ~ 34.78%
#997590 color CMYK value is (0,24,6,40).
CMYK: (0,24,6,40) C0M24Y6K40 (0%,24%,6%,40%) (0.00/0.24/0.06/0.40)
99 | 75 | 90 | |
---|---|---|---|
RGB | 153 | 117 | 144 |
HSL | 315° | 15.00% | 52.94% |
HSB/HSV | 315° | 23.53% | 60.00% |
CMYK | 0.00% | 23.53% | 5.88% |
40.00% |
HEX | 99 | 75 | 90 |
Decimal | 153 | 117 | 144 |
Binary | 10011001 | 1110101 | 10010000 |
Octal | 231 | 165 | 220 |
Examples of css and html codes for elements with #997590 color. Also use rgb(153,117,144) instead hex code.
.myTextColor { color: #997590; }
<p style="color:#997590">This sample text font color is #997590.</p>
This text font color is #997590.
.myBgColor { background-color: #997590; }
<div style="background-color:#997590">Inner text</div>
This div background color is #997590.
.myBorderColor { border: 1px solid #997590; }
<div style="border:3px solid #997590">Div</div>
This div border color is #997590.
.myOpacity80 { color: #997590; opacity: 0.8; }
<p style="color:#997590;opacity:0.8;">80%</p>
Text with #997590 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #997590;}
<p style="text-shadow: 3px 3px 1px #997590">Text here.</p>
This text has shadow with #997590 color.
.textShadow {text-shadow: 3px 3px 1px #997590, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #997590, 5px 5px 20px red">Text here.</p>
This text has shadow with #997590 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#997590, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#997590, Direction=45, Strength=4)">Text</p>
This text has shadow with #997590 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #997590; -webkit-box-shadow: 1px 1px 3px 2px #997590; box-shadow: 1px 1px 3px 2px #997590; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #997590; -webkit-box-shadow: 1px 1px 3px 2px #997590; box-shadow:1px 1px 3px 2px #997590;">
Div content here</div>
This text has color #997590 on black background.
This text has color #997590 on white background.
This text has black color on #997590 background.
This text has white color on #997590 background.