HEX: #999DDD
RGB: (153,157,221)
#999DDD contains mainly blue color. Web safe color of #999DDD is #9999CC (or #99C).
#999DDD color RGB value is (153,157,221).
RGB: (153,157,221)
(60%, 62%, 87%)
R 153 of 255 = 60%
G 157 of 255 = 62%
B 221 of 255 = 87%
R + G + B ~ 70%. #999DDD is quite light color.
R + G + B = 153 + 157 + 221 = 531 (100%)
R 153 of 531 ~ 28.81%
G 157 of 531 ~ 29.57%
B 221 of 531 ~ 41.62'%
#999DDD color CMYK value is (31,29,0,13).
CMYK: (31,29,0,13)
C31M29Y0K13 (31%, 29%, 0%, 13%)
(0.31 / 0.29 / 0.00 / 0.13)
Color #999DDD in popluar color models
99 | 9D | DD | |
---|---|---|---|
RGB | 153 | 157 | 221 |
HSL | 236° | 50.00% | 73.33% |
HSB/HSV | 236° | 30.77% | 86.67% |
CMYK | 30.77% | 28.96% | 0.00% |
13.33% |
Color #999DDD in popluar number systems.
HEX | 99 | 9D | DD |
Decimal | 153 | 157 | 221 |
Binary | 10011001 | 10011101 | 11011101 |
Octal | 231 | 235 | 335 |
Shades of #999DDD
Tints of #999DDD
Examples of css and html codes for elements with #999DDD color. Also use rgb(153,157,221) instead hex code.
.myTextColor { color: #999DDD; }
<p style="color:#999DDD">This sample text font color is #999DDD.</p>
This text font color is #999DDD.
.myBgColor { background-color: #999DDD; }
<div style="background-color:#999DDD">Inner text</div>
This div background color is #999DDD.
.myBorderColor { border: 1px solid #999DDD; }
<div style="border:3px solid #999DDD">Div</div>
This div border color is #999DDD.
.myOpacity80 { color: #999DDD; opacity: 0.8; }
<p style="color:#999DDD;opacity:0.8;">80%</p>
Text with #999DDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #999DDD;}
<p style="text-shadow: 3px 3px 1px #999DDD">Text here.</p>
This text has shadow with #999DDD color.
.textShadow {text-shadow: 3px 3px 1px #999DDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #999DDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #999DDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#999DDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#999DDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #999DDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #999DDD;
-webkit-box-shadow: 1px 1px 3px 2px #999DDD;
box-shadow: 1px 1px 3px 2px #999DDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #999DDD; -webkit-box-shadow: 1px 1px 3px 2px #999DDD; box-shadow:1px 1px 3px 2px #999DDD;">
Div content here
</div>
This text has color #999DDD on black background.
This text has color #999DDD on white background.
This text has black color on #999DDD background.
This text has white color on #999DDD background.
Complementary color for #hex is #666222.