HEX: #988DC9
RGB: (152,141,201)
#988DC9 contains mainly red and blue colors. Web safe color of #988DC9 is #9999CC (or #99C).
#988DC9 color RGB value is (152,141,201).
RGB: (152,141,201)
(60%, 55%, 79%)
R 152 of 255 = 60%
G 141 of 255 = 55%
B 201 of 255 = 79%
R + G + B ~ 65%. #988DC9 is quite light color.
R + G + B = 152 + 141 + 201 = 494 (100%)
R 152 of 494 ~ 30.77%
G 141 of 494 ~ 28.54%
B 201 of 494 ~ 40.69'%
#988DC9 color CMYK value is (24,30,0,21).
CMYK: (24,30,0,21)
C24M30Y0K21 (24%, 30%, 0%, 21%)
(0.24 / 0.30 / 0.00 / 0.21)
Color #988DC9 in popluar color models
98 | 8D | C9 | |
---|---|---|---|
RGB | 152 | 141 | 201 |
HSL | 251° | 35.71% | 67.06% |
HSB/HSV | 251° | 29.85% | 78.82% |
CMYK | 24.38% | 29.85% | 0.00% |
21.18% |
Color #988DC9 in popluar number systems.
HEX | 98 | 8D | C9 |
Decimal | 152 | 141 | 201 |
Binary | 10011000 | 10001101 | 11001001 |
Octal | 230 | 215 | 311 |
Shades of #988DC9
Tints of #988DC9
Examples of css and html codes for elements with #988DC9 color. Also use rgb(152,141,201) instead hex code.
.myTextColor { color: #988DC9; }
<p style="color:#988DC9">This sample text font color is #988DC9.</p>
This text font color is #988DC9.
.myBgColor { background-color: #988DC9; }
<div style="background-color:#988DC9">Inner text</div>
This div background color is #988DC9.
.myBorderColor { border: 1px solid #988DC9; }
<div style="border:3px solid #988DC9">Div</div>
This div border color is #988DC9.
.myOpacity80 { color: #988DC9; opacity: 0.8; }
<p style="color:#988DC9;opacity:0.8;">80%</p>
Text with #988DC9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988DC9;}
<p style="text-shadow: 3px 3px 1px #988DC9">Text here.</p>
This text has shadow with #988DC9 color.
.textShadow {text-shadow: 3px 3px 1px #988DC9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988DC9, 5px 5px 20px red">Text here.</p>
This text has shadow with #988DC9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988DC9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988DC9, Direction=45, Strength=4)">Text</p>
This text has shadow with #988DC9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #988DC9;
-webkit-box-shadow: 1px 1px 3px 2px #988DC9;
box-shadow: 1px 1px 3px 2px #988DC9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988DC9; -webkit-box-shadow: 1px 1px 3px 2px #988DC9; box-shadow:1px 1px 3px 2px #988DC9;">
Div content here
</div>
This text has color #988DC9 on black background.
This text has color #988DC9 on white background.
This text has black color on #988DC9 background.
This text has white color on #988DC9 background.
Complementary color for #hex is #677236.