HEX: #A5DBDF
RGB: (165,219,223)
#A5DBDF contains red, green and blue colors in about the same proportion. Web safe color of #A5DBDF is #99CCCC (or #9CC).
#A5DBDF color RGB value is (165,219,223).
RGB: (165,219,223)
(65%, 86%, 87%)
R 165 of 255 = 65%
G 219 of 255 = 86%
B 223 of 255 = 87%
R + G + B ~ 79%. #A5DBDF is quite light color.
R + G + B = 165 + 219 + 223 = 607 (100%)
R 165 of 607 ~ 27.18%
G 219 of 607 ~ 36.08%
B 223 of 607 ~ 36.74'%
#A5DBDF color CMYK value is (26,2,0,13).
CMYK: (26,2,0,13) C26M2Y0K13 (26%,2%,0%,13%) (0.26/0.02/0.00/0.13)
Color #A5DBDF in popluar color models
A5 | DB | DF | |
---|---|---|---|
RGB | 165 | 219 | 223 |
HSL | 184° | 47.54% | 76.08% |
HSB/HSV | 184° | 26.01% | 87.45% |
CMYK | 26.01% | 1.79% | 0.00% |
12.55% |
Color #A5DBDF in popluar number systems.
HEX | A5 | DB | DF |
Decimal | 165 | 219 | 223 |
Binary | 10100101 | 11011011 | 11011111 |
Octal | 245 | 333 | 337 |
Shades of #A5DBDF
Tints of #A5DBDF
Examples of css and html codes for elements with #A5DBDF color. Also use rgb(165,219,223) instead hex code.
.myTextColor { color: #A5DBDF; }
<p style="color:#A5DBDF">This sample text font color is #A5DBDF.</p>
This text font color is #A5DBDF.
.myBgColor { background-color: #A5DBDF; }
<div style="background-color:#A5DBDF">Inner text</div>
This div background color is #A5DBDF.
.myBorderColor { border: 1px solid #A5DBDF; }
<div style="border:3px solid #A5DBDF">Div</div>
This div border color is #A5DBDF.
.myOpacity80 { color: #A5DBDF; opacity: 0.8; }
<p style="color:#A5DBDF;opacity:0.8;">80%</p>
Text with #A5DBDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5DBDF;}
<p style="text-shadow: 3px 3px 1px #A5DBDF">Text here.</p>
This text has shadow with #A5DBDF color.
.textShadow {text-shadow: 3px 3px 1px #A5DBDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5DBDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5DBDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5DBDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5DBDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5DBDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5DBDF;
-webkit-box-shadow: 1px 1px 3px 2px #A5DBDF;
box-shadow: 1px 1px 3px 2px #A5DBDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5DBDF; -webkit-box-shadow: 1px 1px 3px 2px #A5DBDF; box-shadow:1px 1px 3px 2px #A5DBDF;">
Div content here
</div>
This text has color #A5DBDF on black background.
This text has color #A5DBDF on white background.
This text has black color on #A5DBDF background.
This text has white color on #A5DBDF background.
Complementary color for #hex is #5A2420.