HEX: #997CAB
RGB: (153,124,171)
#997CAB contains red, green and blue colors in about the same proportion. Web safe color of #997CAB is #996699 (or #969).
#997CAB color RGB value is (153,124,171).
RGB: (153,124,171)
(60%, 49%, 67%)
R 153 of 255 = 60%
G 124 of 255 = 49%
B 171 of 255 = 67%
R + G + B ~ 59%. #997CAB is middle color (not dark and not light).
R + G + B = 153 + 124 + 171 = 448 (100%)
R 153 of 448 ~ 34.15%
G 124 of 448 ~ 27.68%
B 171 of 448 ~ 38.17'%
#997CAB color CMYK value is (11,27,0,33).
CMYK: (11,27,0,33) C11M27Y0K33 (11%,27%,0%,33%) (0.11/0.27/0.00/0.33)
Color #997CAB in popluar color models
99 | 7C | AB | |
---|---|---|---|
RGB | 153 | 124 | 171 |
HSL | 277° | 21.86% | 57.84% |
HSB/HSV | 277° | 27.49% | 67.06% |
CMYK | 10.53% | 27.49% | 0.00% |
32.94% |
Color #997CAB in popluar number systems.
HEX | 99 | 7C | AB |
Decimal | 153 | 124 | 171 |
Binary | 10011001 | 1111100 | 10101011 |
Octal | 231 | 174 | 253 |
Shades of #997CAB
Tints of #997CAB
Examples of css and html codes for elements with #997CAB color. Also use rgb(153,124,171) instead hex code.
.myTextColor { color: #997CAB; }
<p style="color:#997CAB">This sample text font color is #997CAB.</p>
This text font color is #997CAB.
.myBgColor { background-color: #997CAB; }
<div style="background-color:#997CAB">Inner text</div>
This div background color is #997CAB.
.myBorderColor { border: 1px solid #997CAB; }
<div style="border:3px solid #997CAB">Div</div>
This div border color is #997CAB.
.myOpacity80 { color: #997CAB; opacity: 0.8; }
<p style="color:#997CAB;opacity:0.8;">80%</p>
Text with #997CAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #997CAB;}
<p style="text-shadow: 3px 3px 1px #997CAB">Text here.</p>
This text has shadow with #997CAB color.
.textShadow {text-shadow: 3px 3px 1px #997CAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #997CAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #997CAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#997CAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#997CAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #997CAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #997CAB;
-webkit-box-shadow: 1px 1px 3px 2px #997CAB;
box-shadow: 1px 1px 3px 2px #997CAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #997CAB; -webkit-box-shadow: 1px 1px 3px 2px #997CAB; box-shadow:1px 1px 3px 2px #997CAB;">
Div content here
</div>
This text has color #997CAB on black background.
This text has color #997CAB on white background.
This text has black color on #997CAB background.
This text has white color on #997CAB background.
Complementary color for #hex is #668354.