HEX: #998AAC
RGB: (153,138,172)
#998AAC contains red, green and blue colors in about the same proportion. Web safe color of #998AAC is #999999 (or #999).
#998AAC color RGB value is (153,138,172).
RGB: (153,138,172)
(60%, 54%, 67%)
R 153 of 255 = 60%
G 138 of 255 = 54%
B 172 of 255 = 67%
R + G + B ~ 60%. #998AAC is middle color (not dark and not light).
R + G + B = 153 + 138 + 172 = 463 (100%)
R 153 of 463 ~ 33.05%
G 138 of 463 ~ 29.81%
B 172 of 463 ~ 37.15'%
#998AAC color CMYK value is (11,20,0,33).
CMYK: (11,20,0,33) C11M20Y0K33 (11%,20%,0%,33%) (0.11/0.20/0.00/0.33)
Color #998AAC in popluar color models
99 | 8A | AC | |
---|---|---|---|
RGB | 153 | 138 | 172 |
HSL | 266° | 17.00% | 60.78% |
HSB/HSV | 266° | 19.77% | 67.45% |
CMYK | 11.05% | 19.77% | 0.00% |
32.55% |
Color #998AAC in popluar number systems.
HEX | 99 | 8A | AC |
Decimal | 153 | 138 | 172 |
Binary | 10011001 | 10001010 | 10101100 |
Octal | 231 | 212 | 254 |
Shades of #998AAC
Tints of #998AAC
Examples of css and html codes for elements with #998AAC color. Also use rgb(153,138,172) instead hex code.
.myTextColor { color: #998AAC; }
<p style="color:#998AAC">This sample text font color is #998AAC.</p>
This text font color is #998AAC.
.myBgColor { background-color: #998AAC; }
<div style="background-color:#998AAC">Inner text</div>
This div background color is #998AAC.
.myBorderColor { border: 1px solid #998AAC; }
<div style="border:3px solid #998AAC">Div</div>
This div border color is #998AAC.
.myOpacity80 { color: #998AAC; opacity: 0.8; }
<p style="color:#998AAC;opacity:0.8;">80%</p>
Text with #998AAC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #998AAC;}
<p style="text-shadow: 3px 3px 1px #998AAC">Text here.</p>
This text has shadow with #998AAC color.
.textShadow {text-shadow: 3px 3px 1px #998AAC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #998AAC, 5px 5px 20px red">Text here.</p>
This text has shadow with #998AAC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#998AAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#998AAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #998AAC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #998AAC;
-webkit-box-shadow: 1px 1px 3px 2px #998AAC;
box-shadow: 1px 1px 3px 2px #998AAC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #998AAC; -webkit-box-shadow: 1px 1px 3px 2px #998AAC; box-shadow:1px 1px 3px 2px #998AAC;">
Div content here
</div>
This text has color #998AAC on black background.
This text has color #998AAC on white background.
This text has black color on #998AAC background.
This text has white color on #998AAC background.
Complementary color for #hex is #667553.