HEX: #ADD8FB
RGB: (173,216,251)
#ADD8FB contains mainly green and blue colors. Web safe color of #ADD8FB is #99CCFF (or #9CF).
#ADD8FB color RGB value is (173,216,251).
RGB: (173,216,251)
(68%, 85%, 98%)
R 173 of 255 = 68%
G 216 of 255 = 85%
B 251 of 255 = 98%
R + G + B ~ 84%. #ADD8FB is quite light color.
R + G + B = 173 + 216 + 251 = 640 (100%)
R 173 of 640 ~ 27.03%
G 216 of 640 ~ 33.75%
B 251 of 640 ~ 39.22'%
#ADD8FB color CMYK value is (31,14,0,2).
CMYK: (31,14,0,2) C31M14Y0K2 (31%,14%,0%,2%) (0.31/0.14/0.00/0.02)
Color #ADD8FB in popluar color models
AD | D8 | FB | |
---|---|---|---|
RGB | 173 | 216 | 251 |
HSL | 207° | 90.70% | 83.14% |
HSB/HSV | 207° | 31.08% | 98.43% |
CMYK | 31.08% | 13.94% | 0.00% |
1.57% |
Color #ADD8FB in popluar number systems.
HEX | AD | D8 | FB |
Decimal | 173 | 216 | 251 |
Binary | 10101101 | 11011000 | 11111011 |
Octal | 255 | 330 | 373 |
Shades of #ADD8FB
Tints of #ADD8FB
Examples of css and html codes for elements with #ADD8FB color. Also use rgb(173,216,251) instead hex code.
.myTextColor { color: #ADD8FB; }
<p style="color:#ADD8FB">This sample text font color is #ADD8FB.</p>
This text font color is #ADD8FB.
.myBgColor { background-color: #ADD8FB; }
<div style="background-color:#ADD8FB">Inner text</div>
This div background color is #ADD8FB.
.myBorderColor { border: 1px solid #ADD8FB; }
<div style="border:3px solid #ADD8FB">Div</div>
This div border color is #ADD8FB.
.myOpacity80 { color: #ADD8FB; opacity: 0.8; }
<p style="color:#ADD8FB;opacity:0.8;">80%</p>
Text with #ADD8FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD8FB;}
<p style="text-shadow: 3px 3px 1px #ADD8FB">Text here.</p>
This text has shadow with #ADD8FB color.
.textShadow {text-shadow: 3px 3px 1px #ADD8FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD8FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD8FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD8FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD8FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD8FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD8FB;
-webkit-box-shadow: 1px 1px 3px 2px #ADD8FB;
box-shadow: 1px 1px 3px 2px #ADD8FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD8FB; -webkit-box-shadow: 1px 1px 3px 2px #ADD8FB; box-shadow:1px 1px 3px 2px #ADD8FB;">
Div content here
</div>
This text has color #ADD8FB on black background.
This text has color #ADD8FB on white background.
This text has black color on #ADD8FB background.
This text has white color on #ADD8FB background.
Complementary color for #hex is #522704.