HEX: #997ABB
RGB: (153,122,187)
#997ABB contains mainly red and blue colors. Web safe color of #997ABB is #9966CC (or #96C).
#997ABB color RGB value is (153,122,187).
RGB: (153,122,187)
(60%, 48%, 73%)
R 153 of 255 = 60%
G 122 of 255 = 48%
B 187 of 255 = 73%
R + G + B ~ 60%. #997ABB is middle color (not dark and not light).
R + G + B = 153 + 122 + 187 = 462 (100%)
R 153 of 462 ~ 33.12%
G 122 of 462 ~ 26.41%
B 187 of 462 ~ 40.48'%
#997ABB color CMYK value is (18,35,0,27).
CMYK: (18,35,0,27)
C18M35Y0K27 (18%, 35%, 0%, 27%)
(0.18 / 0.35 / 0.00 / 0.27)
Color #997ABB in popluar color models
99 | 7A | BB | |
---|---|---|---|
RGB | 153 | 122 | 187 |
HSL | 269° | 32.34% | 60.59% |
HSB/HSV | 269° | 34.76% | 73.33% |
CMYK | 18.18% | 34.76% | 0.00% |
26.67% |
Color #997ABB in popluar number systems.
HEX | 99 | 7A | BB |
Decimal | 153 | 122 | 187 |
Binary | 10011001 | 1111010 | 10111011 |
Octal | 231 | 172 | 273 |
Shades of #997ABB
Tints of #997ABB
Examples of css and html codes for elements with #997ABB color. Also use rgb(153,122,187) instead hex code.
.myTextColor { color: #997ABB; }
<p style="color:#997ABB">This sample text font color is #997ABB.</p>
This text font color is #997ABB.
.myBgColor { background-color: #997ABB; }
<div style="background-color:#997ABB">Inner text</div>
This div background color is #997ABB.
.myBorderColor { border: 1px solid #997ABB; }
<div style="border:3px solid #997ABB">Div</div>
This div border color is #997ABB.
.myOpacity80 { color: #997ABB; opacity: 0.8; }
<p style="color:#997ABB;opacity:0.8;">80%</p>
Text with #997ABB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #997ABB;}
<p style="text-shadow: 3px 3px 1px #997ABB">Text here.</p>
This text has shadow with #997ABB color.
.textShadow {text-shadow: 3px 3px 1px #997ABB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #997ABB, 5px 5px 20px red">Text here.</p>
This text has shadow with #997ABB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#997ABB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#997ABB, Direction=45, Strength=4)">Text</p>
This text has shadow with #997ABB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #997ABB;
-webkit-box-shadow: 1px 1px 3px 2px #997ABB;
box-shadow: 1px 1px 3px 2px #997ABB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #997ABB; -webkit-box-shadow: 1px 1px 3px 2px #997ABB; box-shadow:1px 1px 3px 2px #997ABB;">
Div content here
</div>
This text has color #997ABB on black background.
This text has color #997ABB on white background.
This text has black color on #997ABB background.
This text has white color on #997ABB background.
Complementary color for #997ABB is #668544.