HEX: #988AAB
RGB: (152,138,171)
#988AAB contains red, green and blue colors in about the same proportion. Web safe color of #988AAB is #999999 (or #999).
#988AAB color RGB value is (152,138,171).
RGB: (152,138,171)
(60%, 54%, 67%)
R 152 of 255 = 60%
G 138 of 255 = 54%
B 171 of 255 = 67%
R + G + B ~ 60%. #988AAB is middle color (not dark and not light).
R + G + B = 152 + 138 + 171 = 461 (100%)
R 152 of 461 ~ 32.97%
G 138 of 461 ~ 29.93%
B 171 of 461 ~ 37.09'%
#988AAB color CMYK value is (11,19,0,33).
CMYK: (11,19,0,33)
C11M19Y0K33 (11%, 19%, 0%, 33%)
(0.11 / 0.19 / 0.00 / 0.33)
Color #988AAB in popluar color models
98 | 8A | AB | |
---|---|---|---|
RGB | 152 | 138 | 171 |
HSL | 265° | 16.42% | 60.59% |
HSB/HSV | 265° | 19.30% | 67.06% |
CMYK | 11.11% | 19.30% | 0.00% |
32.94% |
Color #988AAB in popluar number systems.
HEX | 98 | 8A | AB |
Decimal | 152 | 138 | 171 |
Binary | 10011000 | 10001010 | 10101011 |
Octal | 230 | 212 | 253 |
Shades of #988AAB
Tints of #988AAB
Examples of css and html codes for elements with #988AAB color. Also use rgb(152,138,171) instead hex code.
.myTextColor { color: #988AAB; }
<p style="color:#988AAB">This sample text font color is #988AAB.</p>
This text font color is #988AAB.
.myBgColor { background-color: #988AAB; }
<div style="background-color:#988AAB">Inner text</div>
This div background color is #988AAB.
.myBorderColor { border: 1px solid #988AAB; }
<div style="border:3px solid #988AAB">Div</div>
This div border color is #988AAB.
.myOpacity80 { color: #988AAB; opacity: 0.8; }
<p style="color:#988AAB;opacity:0.8;">80%</p>
Text with #988AAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988AAB;}
<p style="text-shadow: 3px 3px 1px #988AAB">Text here.</p>
This text has shadow with #988AAB color.
.textShadow {text-shadow: 3px 3px 1px #988AAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988AAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #988AAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988AAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988AAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #988AAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #988AAB;
-webkit-box-shadow: 1px 1px 3px 2px #988AAB;
box-shadow: 1px 1px 3px 2px #988AAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988AAB; -webkit-box-shadow: 1px 1px 3px 2px #988AAB; box-shadow:1px 1px 3px 2px #988AAB;">
Div content here
</div>
This text has color #988AAB on black background.
This text has color #988AAB on white background.
This text has black color on #988AAB background.
This text has white color on #988AAB background.
Complementary color for #hex is #677554.