HEX: #997BAD
RGB: (153,123,173)
#997BAD contains red, green and blue colors in about the same proportion. Web safe color of #997BAD is #996699 (or #969).
#997BAD color RGB value is (153,123,173).
RGB: (153,123,173)
(60%, 48%, 68%)
R 153 of 255 = 60%
G 123 of 255 = 48%
B 173 of 255 = 68%
R + G + B ~ 59%. #997BAD is middle color (not dark and not light).
R + G + B = 153 + 123 + 173 = 449 (100%)
R 153 of 449 ~ 34.08%
G 123 of 449 ~ 27.39%
B 173 of 449 ~ 38.53'%
#997BAD color CMYK value is (12,29,0,32).
CMYK: (12,29,0,32)
C12M29Y0K32 (12%, 29%, 0%, 32%)
(0.12 / 0.29 / 0.00 / 0.32)
Color #997BAD in popluar color models
99 | 7B | AD | |
---|---|---|---|
RGB | 153 | 123 | 173 |
HSL | 276° | 23.36% | 58.04% |
HSB/HSV | 276° | 28.90% | 67.84% |
CMYK | 11.56% | 28.90% | 0.00% |
32.16% |
Color #997BAD in popluar number systems.
HEX | 99 | 7B | AD |
Decimal | 153 | 123 | 173 |
Binary | 10011001 | 1111011 | 10101101 |
Octal | 231 | 173 | 255 |
Shades of #997BAD
Tints of #997BAD
Examples of css and html codes for elements with #997BAD color. Also use rgb(153,123,173) instead hex code.
.myTextColor { color: #997BAD; }
<p style="color:#997BAD">This sample text font color is #997BAD.</p>
This text font color is #997BAD.
.myBgColor { background-color: #997BAD; }
<div style="background-color:#997BAD">Inner text</div>
This div background color is #997BAD.
.myBorderColor { border: 1px solid #997BAD; }
<div style="border:3px solid #997BAD">Div</div>
This div border color is #997BAD.
.myOpacity80 { color: #997BAD; opacity: 0.8; }
<p style="color:#997BAD;opacity:0.8;">80%</p>
Text with #997BAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #997BAD;}
<p style="text-shadow: 3px 3px 1px #997BAD">Text here.</p>
This text has shadow with #997BAD color.
.textShadow {text-shadow: 3px 3px 1px #997BAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #997BAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #997BAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#997BAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#997BAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #997BAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #997BAD;
-webkit-box-shadow: 1px 1px 3px 2px #997BAD;
box-shadow: 1px 1px 3px 2px #997BAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #997BAD; -webkit-box-shadow: 1px 1px 3px 2px #997BAD; box-shadow:1px 1px 3px 2px #997BAD;">
Div content here
</div>
This text has color #997BAD on black background.
This text has color #997BAD on white background.
This text has black color on #997BAD background.
This text has white color on #997BAD background.
Complementary color for #hex is #668452.