HEX: #ADDFF5
RGB: (173,223,245)
#ADDFF5 contains mainly green and blue colors. Web safe color of #ADDFF5 is #99CCFF (or #9CF).
#ADDFF5 color RGB value is (173,223,245).
RGB: (173,223,245)
(68%, 87%, 96%)
R 173 of 255 = 68%
G 223 of 255 = 87%
B 245 of 255 = 96%
R + G + B ~ 84%. #ADDFF5 is quite light color.
R + G + B = 173 + 223 + 245 = 641 (100%)
R 173 of 641 ~ 26.99%
G 223 of 641 ~ 34.79%
B 245 of 641 ~ 38.22'%
#ADDFF5 color CMYK value is (29,9,0,4).
CMYK: (29,9,0,4) C29M9Y0K4 (29%,9%,0%,4%) (0.29/0.09/0.00/0.04)
Color #ADDFF5 in popluar color models
AD | DF | F5 | |
---|---|---|---|
RGB | 173 | 223 | 245 |
HSL | 198° | 78.26% | 81.96% |
HSB/HSV | 198° | 29.39% | 96.08% |
CMYK | 29.39% | 8.98% | 0.00% |
3.92% |
Color #ADDFF5 in popluar number systems.
HEX | AD | DF | F5 |
Decimal | 173 | 223 | 245 |
Binary | 10101101 | 11011111 | 11110101 |
Octal | 255 | 337 | 365 |
Shades of #ADDFF5
Tints of #ADDFF5
Examples of css and html codes for elements with #ADDFF5 color. Also use rgb(173,223,245) instead hex code.
.myTextColor { color: #ADDFF5; }
<p style="color:#ADDFF5">This sample text font color is #ADDFF5.</p>
This text font color is #ADDFF5.
.myBgColor { background-color: #ADDFF5; }
<div style="background-color:#ADDFF5">Inner text</div>
This div background color is #ADDFF5.
.myBorderColor { border: 1px solid #ADDFF5; }
<div style="border:3px solid #ADDFF5">Div</div>
This div border color is #ADDFF5.
.myOpacity80 { color: #ADDFF5; opacity: 0.8; }
<p style="color:#ADDFF5;opacity:0.8;">80%</p>
Text with #ADDFF5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDFF5;}
<p style="text-shadow: 3px 3px 1px #ADDFF5">Text here.</p>
This text has shadow with #ADDFF5 color.
.textShadow {text-shadow: 3px 3px 1px #ADDFF5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDFF5, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADDFF5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDFF5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDFF5, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDFF5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDFF5;
-webkit-box-shadow: 1px 1px 3px 2px #ADDFF5;
box-shadow: 1px 1px 3px 2px #ADDFF5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDFF5; -webkit-box-shadow: 1px 1px 3px 2px #ADDFF5; box-shadow:1px 1px 3px 2px #ADDFF5;">
Div content here
</div>
This text has color #ADDFF5 on black background.
This text has color #ADDFF5 on white background.
This text has black color on #ADDFF5 background.
This text has white color on #ADDFF5 background.
Complementary color for #hex is #52200A.