HEX: #A5CCDC
RGB: (165,204,220)
#A5CCDC contains red, green and blue colors in about the same proportion. Web safe color of #A5CCDC is #99CCCC (or #9CC).
#A5CCDC color RGB value is (165,204,220).
RGB: (165,204,220)
(65%, 80%, 86%)
R 165 of 255 = 65%
G 204 of 255 = 80%
B 220 of 255 = 86%
R + G + B ~ 77%. #A5CCDC is quite light color.
R + G + B = 165 + 204 + 220 = 589 (100%)
R 165 of 589 ~ 28.01%
G 204 of 589 ~ 34.63%
B 220 of 589 ~ 37.35'%
#A5CCDC color CMYK value is (25,7,0,14).
CMYK: (25,7,0,14)
C25M7Y0K14 (25%, 7%, 0%, 14%)
(0.25 / 0.07 / 0.00 / 0.14)
Color #A5CCDC in popluar color models
A5 | CC | DC | |
---|---|---|---|
RGB | 165 | 204 | 220 |
HSL | 197° | 44.00% | 75.49% |
HSB/HSV | 197° | 25.00% | 86.27% |
CMYK | 25.00% | 7.27% | 0.00% |
13.73% |
Color #A5CCDC in popluar number systems.
HEX | A5 | CC | DC |
Decimal | 165 | 204 | 220 |
Binary | 10100101 | 11001100 | 11011100 |
Octal | 245 | 314 | 334 |
Shades of #A5CCDC
Tints of #A5CCDC
Examples of css and html codes for elements with #A5CCDC color. Also use rgb(165,204,220) instead hex code.
.myTextColor { color: #A5CCDC; }
<p style="color:#A5CCDC">This sample text font color is #A5CCDC.</p>
This text font color is #A5CCDC.
.myBgColor { background-color: #A5CCDC; }
<div style="background-color:#A5CCDC">Inner text</div>
This div background color is #A5CCDC.
.myBorderColor { border: 1px solid #A5CCDC; }
<div style="border:3px solid #A5CCDC">Div</div>
This div border color is #A5CCDC.
.myOpacity80 { color: #A5CCDC; opacity: 0.8; }
<p style="color:#A5CCDC;opacity:0.8;">80%</p>
Text with #A5CCDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5CCDC;}
<p style="text-shadow: 3px 3px 1px #A5CCDC">Text here.</p>
This text has shadow with #A5CCDC color.
.textShadow {text-shadow: 3px 3px 1px #A5CCDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5CCDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5CCDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5CCDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5CCDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5CCDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5CCDC;
-webkit-box-shadow: 1px 1px 3px 2px #A5CCDC;
box-shadow: 1px 1px 3px 2px #A5CCDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5CCDC; -webkit-box-shadow: 1px 1px 3px 2px #A5CCDC; box-shadow:1px 1px 3px 2px #A5CCDC;">
Div content here
</div>
This text has color #A5CCDC on black background.
This text has color #A5CCDC on white background.
This text has black color on #A5CCDC background.
This text has white color on #A5CCDC background.
Complementary color for #hex is #5A3323.