HEX: #A5E9DB
RGB: (165,233,219)
#A5E9DB contains mainly green and blue colors. Web safe color of #A5E9DB is #99FFCC (or #9FC).
#A5E9DB color RGB value is (165,233,219).
RGB: (165,233,219)
(65%, 91%, 86%)
R 165 of 255 = 65%
G 233 of 255 = 91%
B 219 of 255 = 86%
R + G + B ~ 81%. #A5E9DB is quite light color.
R + G + B = 165 + 233 + 219 = 617 (100%)
R 165 of 617 ~ 26.74%
G 233 of 617 ~ 37.76%
B 219 of 617 ~ 35.49'%
#A5E9DB color CMYK value is (29,0,6,9).
CMYK: (29,0,6,9)
C29M0Y6K9 (29%, 0%, 6%, 9%)
(0.29 / 0.00 / 0.06 / 0.09)
Color #A5E9DB in popluar color models
A5 | E9 | DB | |
---|---|---|---|
RGB | 165 | 233 | 219 |
HSL | 168° | 60.71% | 78.04% |
HSB/HSV | 168° | 29.18% | 91.37% |
CMYK | 29.18% | 0.00% | 6.01% |
8.63% |
Color #A5E9DB in popluar number systems.
HEX | A5 | E9 | DB |
Decimal | 165 | 233 | 219 |
Binary | 10100101 | 11101001 | 11011011 |
Octal | 245 | 351 | 333 |
Shades of #A5E9DB
Tints of #A5E9DB
Examples of css and html codes for elements with #A5E9DB color. Also use rgb(165,233,219) instead hex code.
.myTextColor { color: #A5E9DB; }
<p style="color:#A5E9DB">This sample text font color is #A5E9DB.</p>
This text font color is #A5E9DB.
.myBgColor { background-color: #A5E9DB; }
<div style="background-color:#A5E9DB">Inner text</div>
This div background color is #A5E9DB.
.myBorderColor { border: 1px solid #A5E9DB; }
<div style="border:3px solid #A5E9DB">Div</div>
This div border color is #A5E9DB.
.myOpacity80 { color: #A5E9DB; opacity: 0.8; }
<p style="color:#A5E9DB;opacity:0.8;">80%</p>
Text with #A5E9DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5E9DB;}
<p style="text-shadow: 3px 3px 1px #A5E9DB">Text here.</p>
This text has shadow with #A5E9DB color.
.textShadow {text-shadow: 3px 3px 1px #A5E9DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5E9DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5E9DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5E9DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5E9DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5E9DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5E9DB;
-webkit-box-shadow: 1px 1px 3px 2px #A5E9DB;
box-shadow: 1px 1px 3px 2px #A5E9DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5E9DB; -webkit-box-shadow: 1px 1px 3px 2px #A5E9DB; box-shadow:1px 1px 3px 2px #A5E9DB;">
Div content here
</div>
This text has color #A5E9DB on black background.
This text has color #A5E9DB on white background.
This text has black color on #A5E9DB background.
This text has white color on #A5E9DB background.
Complementary color for #hex is #5A1624.