HEX: #998ADC
RGB: (153,138,220)
#998ADC contains mainly blue color. Web safe color of #998ADC is #9999CC (or #99C).
#998ADC color RGB value is (153,138,220).
RGB: (153,138,220)
(60%, 54%, 86%)
R 153 of 255 = 60%
G 138 of 255 = 54%
B 220 of 255 = 86%
R + G + B ~ 67%. #998ADC is quite light color.
R + G + B = 153 + 138 + 220 = 511 (100%)
R 153 of 511 ~ 29.94%
G 138 of 511 ~ 27.01%
B 220 of 511 ~ 43.05'%
#998ADC color CMYK value is (30,37,0,14).
CMYK: (30,37,0,14)
C30M37Y0K14 (30%, 37%, 0%, 14%)
(0.30 / 0.37 / 0.00 / 0.14)
Color #998ADC in popluar color models
99 | 8A | DC | |
---|---|---|---|
RGB | 153 | 138 | 220 |
HSL | 251° | 53.95% | 70.20% |
HSB/HSV | 251° | 37.27% | 86.27% |
CMYK | 30.45% | 37.27% | 0.00% |
13.73% |
Color #998ADC in popluar number systems.
HEX | 99 | 8A | DC |
Decimal | 153 | 138 | 220 |
Binary | 10011001 | 10001010 | 11011100 |
Octal | 231 | 212 | 334 |
Shades of #998ADC
Tints of #998ADC
Examples of css and html codes for elements with #998ADC color. Also use rgb(153,138,220) instead hex code.
.myTextColor { color: #998ADC; }
<p style="color:#998ADC">This sample text font color is #998ADC.</p>
This text font color is #998ADC.
.myBgColor { background-color: #998ADC; }
<div style="background-color:#998ADC">Inner text</div>
This div background color is #998ADC.
.myBorderColor { border: 1px solid #998ADC; }
<div style="border:3px solid #998ADC">Div</div>
This div border color is #998ADC.
.myOpacity80 { color: #998ADC; opacity: 0.8; }
<p style="color:#998ADC;opacity:0.8;">80%</p>
Text with #998ADC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #998ADC;}
<p style="text-shadow: 3px 3px 1px #998ADC">Text here.</p>
This text has shadow with #998ADC color.
.textShadow {text-shadow: 3px 3px 1px #998ADC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #998ADC, 5px 5px 20px red">Text here.</p>
This text has shadow with #998ADC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#998ADC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#998ADC, Direction=45, Strength=4)">Text</p>
This text has shadow with #998ADC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #998ADC;
-webkit-box-shadow: 1px 1px 3px 2px #998ADC;
box-shadow: 1px 1px 3px 2px #998ADC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #998ADC; -webkit-box-shadow: 1px 1px 3px 2px #998ADC; box-shadow:1px 1px 3px 2px #998ADC;">
Div content here
</div>
This text has color #998ADC on black background.
This text has color #998ADC on white background.
This text has black color on #998ADC background.
This text has white color on #998ADC background.
Complementary color for #hex is #667523.