HEX: #A5CCEE
RGB: (165,204,238)
#A5CCEE contains mainly green and blue colors. Web safe color of #A5CCEE is #99CCFF (or #9CF).
#A5CCEE color RGB value is (165,204,238).
RGB: (165,204,238)
(65%, 80%, 93%)
R 165 of 255 = 65%
G 204 of 255 = 80%
B 238 of 255 = 93%
R + G + B ~ 79%. #A5CCEE is quite light color.
R + G + B = 165 + 204 + 238 = 607 (100%)
R 165 of 607 ~ 27.18%
G 204 of 607 ~ 33.61%
B 238 of 607 ~ 39.21'%
#A5CCEE color CMYK value is (31,14,0,7).
CMYK: (31,14,0,7) C31M14Y0K7 (31%,14%,0%,7%) (0.31/0.14/0.00/0.07)
Color #A5CCEE in popluar color models
A5 | CC | EE | |
---|---|---|---|
RGB | 165 | 204 | 238 |
HSL | 208° | 68.22% | 79.02% |
HSB/HSV | 208° | 30.67% | 93.33% |
CMYK | 30.67% | 14.29% | 0.00% |
6.67% |
Color #A5CCEE in popluar number systems.
HEX | A5 | CC | EE |
Decimal | 165 | 204 | 238 |
Binary | 10100101 | 11001100 | 11101110 |
Octal | 245 | 314 | 356 |
Shades of #A5CCEE
Tints of #A5CCEE
Examples of css and html codes for elements with #A5CCEE color. Also use rgb(165,204,238) instead hex code.
.myTextColor { color: #A5CCEE; }
<p style="color:#A5CCEE">This sample text font color is #A5CCEE.</p>
This text font color is #A5CCEE.
.myBgColor { background-color: #A5CCEE; }
<div style="background-color:#A5CCEE">Inner text</div>
This div background color is #A5CCEE.
.myBorderColor { border: 1px solid #A5CCEE; }
<div style="border:3px solid #A5CCEE">Div</div>
This div border color is #A5CCEE.
.myOpacity80 { color: #A5CCEE; opacity: 0.8; }
<p style="color:#A5CCEE;opacity:0.8;">80%</p>
Text with #A5CCEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5CCEE;}
<p style="text-shadow: 3px 3px 1px #A5CCEE">Text here.</p>
This text has shadow with #A5CCEE color.
.textShadow {text-shadow: 3px 3px 1px #A5CCEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5CCEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5CCEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5CCEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5CCEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5CCEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5CCEE;
-webkit-box-shadow: 1px 1px 3px 2px #A5CCEE;
box-shadow: 1px 1px 3px 2px #A5CCEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5CCEE; -webkit-box-shadow: 1px 1px 3px 2px #A5CCEE; box-shadow:1px 1px 3px 2px #A5CCEE;">
Div content here
</div>
This text has color #A5CCEE on black background.
This text has color #A5CCEE on white background.
This text has black color on #A5CCEE background.
This text has white color on #A5CCEE background.
Complementary color for #hex is #5A3311.