HEX: #A5CEDD
RGB: (165,206,221)
#A5CEDD contains red, green and blue colors in about the same proportion. Web safe color of #A5CEDD is #99CCCC (or #9CC).
#A5CEDD color RGB value is (165,206,221).
RGB: (165,206,221)
(65%, 81%, 87%)
R 165 of 255 = 65%
G 206 of 255 = 81%
B 221 of 255 = 87%
R + G + B ~ 78%. #A5CEDD is quite light color.
R + G + B = 165 + 206 + 221 = 592 (100%)
R 165 of 592 ~ 27.87%
G 206 of 592 ~ 34.8%
B 221 of 592 ~ 37.33'%
#A5CEDD color CMYK value is (25,7,0,13).
CMYK: (25,7,0,13) C25M7Y0K13 (25%,7%,0%,13%) (0.25/0.07/0.00/0.13)
Color #A5CEDD in popluar color models
A5 | CE | DD | |
---|---|---|---|
RGB | 165 | 206 | 221 |
HSL | 196° | 45.16% | 75.69% |
HSB/HSV | 196° | 25.34% | 86.67% |
CMYK | 25.34% | 6.79% | 0.00% |
13.33% |
Color #A5CEDD in popluar number systems.
HEX | A5 | CE | DD |
Decimal | 165 | 206 | 221 |
Binary | 10100101 | 11001110 | 11011101 |
Octal | 245 | 316 | 335 |
Shades of #A5CEDD
Tints of #A5CEDD
Examples of css and html codes for elements with #A5CEDD color. Also use rgb(165,206,221) instead hex code.
.myTextColor { color: #A5CEDD; }
<p style="color:#A5CEDD">This sample text font color is #A5CEDD.</p>
This text font color is #A5CEDD.
.myBgColor { background-color: #A5CEDD; }
<div style="background-color:#A5CEDD">Inner text</div>
This div background color is #A5CEDD.
.myBorderColor { border: 1px solid #A5CEDD; }
<div style="border:3px solid #A5CEDD">Div</div>
This div border color is #A5CEDD.
.myOpacity80 { color: #A5CEDD; opacity: 0.8; }
<p style="color:#A5CEDD;opacity:0.8;">80%</p>
Text with #A5CEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5CEDD;}
<p style="text-shadow: 3px 3px 1px #A5CEDD">Text here.</p>
This text has shadow with #A5CEDD color.
.textShadow {text-shadow: 3px 3px 1px #A5CEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5CEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5CEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5CEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5CEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5CEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5CEDD;
-webkit-box-shadow: 1px 1px 3px 2px #A5CEDD;
box-shadow: 1px 1px 3px 2px #A5CEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5CEDD; -webkit-box-shadow: 1px 1px 3px 2px #A5CEDD; box-shadow:1px 1px 3px 2px #A5CEDD;">
Div content here
</div>
This text has color #A5CEDD on black background.
This text has color #A5CEDD on white background.
This text has black color on #A5CEDD background.
This text has white color on #A5CEDD background.
Complementary color for #hex is #5A3122.