HEX: #998BAD
RGB: (153,139,173)
#998BAD contains red, green and blue colors in about the same proportion. Web safe color of #998BAD is #999999 (or #999).
#998BAD color RGB value is (153,139,173).
RGB: (153,139,173)
(60%, 55%, 68%)
R 153 of 255 = 60%
G 139 of 255 = 55%
B 173 of 255 = 68%
R + G + B ~ 61%. #998BAD is quite light color.
R + G + B = 153 + 139 + 173 = 465 (100%)
R 153 of 465 ~ 32.9%
G 139 of 465 ~ 29.89%
B 173 of 465 ~ 37.2'%
#998BAD color CMYK value is (12,20,0,32).
CMYK: (12,20,0,32) C12M20Y0K32 (12%,20%,0%,32%) (0.12/0.20/0.00/0.32)
Color #998BAD in popluar color models
99 | 8B | AD | |
---|---|---|---|
RGB | 153 | 139 | 173 |
HSL | 265° | 17.17% | 61.18% |
HSB/HSV | 265° | 19.65% | 67.84% |
CMYK | 11.56% | 19.65% | 0.00% |
32.16% |
Color #998BAD in popluar number systems.
HEX | 99 | 8B | AD |
Decimal | 153 | 139 | 173 |
Binary | 10011001 | 10001011 | 10101101 |
Octal | 231 | 213 | 255 |
Shades of #998BAD
Tints of #998BAD
Examples of css and html codes for elements with #998BAD color. Also use rgb(153,139,173) instead hex code.
.myTextColor { color: #998BAD; }
<p style="color:#998BAD">This sample text font color is #998BAD.</p>
This text font color is #998BAD.
.myBgColor { background-color: #998BAD; }
<div style="background-color:#998BAD">Inner text</div>
This div background color is #998BAD.
.myBorderColor { border: 1px solid #998BAD; }
<div style="border:3px solid #998BAD">Div</div>
This div border color is #998BAD.
.myOpacity80 { color: #998BAD; opacity: 0.8; }
<p style="color:#998BAD;opacity:0.8;">80%</p>
Text with #998BAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #998BAD;}
<p style="text-shadow: 3px 3px 1px #998BAD">Text here.</p>
This text has shadow with #998BAD color.
.textShadow {text-shadow: 3px 3px 1px #998BAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #998BAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #998BAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#998BAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#998BAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #998BAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #998BAD;
-webkit-box-shadow: 1px 1px 3px 2px #998BAD;
box-shadow: 1px 1px 3px 2px #998BAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #998BAD; -webkit-box-shadow: 1px 1px 3px 2px #998BAD; box-shadow:1px 1px 3px 2px #998BAD;">
Div content here
</div>
This text has color #998BAD on black background.
This text has color #998BAD on white background.
This text has black color on #998BAD background.
This text has white color on #998BAD background.
Complementary color for #hex is #667452.