HEX: #A5DBCB
RGB: (165,219,203)
#A5DBCB contains red, green and blue colors in about the same proportion. Web safe color of #A5DBCB is #99CCCC (or #9CC).
#A5DBCB color RGB value is (165,219,203).
RGB: (165,219,203)
(65%, 86%, 80%)
R 165 of 255 = 65%
G 219 of 255 = 86%
B 203 of 255 = 80%
R + G + B ~ 77%. #A5DBCB is quite light color.
R + G + B = 165 + 219 + 203 = 587 (100%)
R 165 of 587 ~ 28.11%
G 219 of 587 ~ 37.31%
B 203 of 587 ~ 34.58'%
#A5DBCB color CMYK value is (25,0,7,14).
CMYK: (25,0,7,14) C25M0Y7K14 (25%,0%,7%,14%) (0.25/0.00/0.07/0.14)
Color #A5DBCB in popluar color models
A5 | DB | CB | |
---|---|---|---|
RGB | 165 | 219 | 203 |
HSL | 162° | 42.86% | 75.29% |
HSB/HSV | 162° | 24.66% | 85.88% |
CMYK | 24.66% | 0.00% | 7.31% |
14.12% |
Color #A5DBCB in popluar number systems.
HEX | A5 | DB | CB |
Decimal | 165 | 219 | 203 |
Binary | 10100101 | 11011011 | 11001011 |
Octal | 245 | 333 | 313 |
Shades of #A5DBCB
Tints of #A5DBCB
Examples of css and html codes for elements with #A5DBCB color. Also use rgb(165,219,203) instead hex code.
.myTextColor { color: #A5DBCB; }
<p style="color:#A5DBCB">This sample text font color is #A5DBCB.</p>
This text font color is #A5DBCB.
.myBgColor { background-color: #A5DBCB; }
<div style="background-color:#A5DBCB">Inner text</div>
This div background color is #A5DBCB.
.myBorderColor { border: 1px solid #A5DBCB; }
<div style="border:3px solid #A5DBCB">Div</div>
This div border color is #A5DBCB.
.myOpacity80 { color: #A5DBCB; opacity: 0.8; }
<p style="color:#A5DBCB;opacity:0.8;">80%</p>
Text with #A5DBCB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5DBCB;}
<p style="text-shadow: 3px 3px 1px #A5DBCB">Text here.</p>
This text has shadow with #A5DBCB color.
.textShadow {text-shadow: 3px 3px 1px #A5DBCB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5DBCB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5DBCB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5DBCB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5DBCB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5DBCB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5DBCB;
-webkit-box-shadow: 1px 1px 3px 2px #A5DBCB;
box-shadow: 1px 1px 3px 2px #A5DBCB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5DBCB; -webkit-box-shadow: 1px 1px 3px 2px #A5DBCB; box-shadow:1px 1px 3px 2px #A5DBCB;">
Div content here
</div>
This text has color #A5DBCB on black background.
This text has color #A5DBCB on white background.
This text has black color on #A5DBCB background.
This text has white color on #A5DBCB background.
Complementary color for #hex is #5A2434.