HEX: #A9EBCC
RGB: (169,235,204)
#A9EBCC contains mainly green and blue colors. Web safe color of #A9EBCC is #99FFCC (or #9FC).
#A9EBCC color RGB value is (169,235,204).
RGB: (169,235,204)
(66%, 92%, 80%)
R 169 of 255 = 66%
G 235 of 255 = 92%
B 204 of 255 = 80%
R + G + B ~ 79%. #A9EBCC is quite light color.
R + G + B = 169 + 235 + 204 = 608 (100%)
R 169 of 608 ~ 27.8%
G 235 of 608 ~ 38.65%
B 204 of 608 ~ 33.55'%
#A9EBCC color CMYK value is (28,0,13,8).
CMYK: (28,0,13,8)
C28M0Y13K8 (28%, 0%, 13%, 8%)
(0.28 / 0.00 / 0.13 / 0.08)
Color #A9EBCC in popluar color models
A9 | EB | CC | |
---|---|---|---|
RGB | 169 | 235 | 204 |
HSL | 152° | 62.26% | 79.22% |
HSB/HSV | 152° | 28.09% | 92.16% |
CMYK | 28.09% | 0.00% | 13.19% |
7.84% |
Color #A9EBCC in popluar number systems.
HEX | A9 | EB | CC |
Decimal | 169 | 235 | 204 |
Binary | 10101001 | 11101011 | 11001100 |
Octal | 251 | 353 | 314 |
Shades of #A9EBCC
Tints of #A9EBCC
Examples of css and html codes for elements with #A9EBCC color. Also use rgb(169,235,204) instead hex code.
.myTextColor { color: #A9EBCC; }
<p style="color:#A9EBCC">This sample text font color is #A9EBCC.</p>
This text font color is #A9EBCC.
.myBgColor { background-color: #A9EBCC; }
<div style="background-color:#A9EBCC">Inner text</div>
This div background color is #A9EBCC.
.myBorderColor { border: 1px solid #A9EBCC; }
<div style="border:3px solid #A9EBCC">Div</div>
This div border color is #A9EBCC.
.myOpacity80 { color: #A9EBCC; opacity: 0.8; }
<p style="color:#A9EBCC;opacity:0.8;">80%</p>
Text with #A9EBCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A9EBCC;}
<p style="text-shadow: 3px 3px 1px #A9EBCC">Text here.</p>
This text has shadow with #A9EBCC color.
.textShadow {text-shadow: 3px 3px 1px #A9EBCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A9EBCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #A9EBCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9EBCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A9EBCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #A9EBCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A9EBCC;
-webkit-box-shadow: 1px 1px 3px 2px #A9EBCC;
box-shadow: 1px 1px 3px 2px #A9EBCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9EBCC; -webkit-box-shadow: 1px 1px 3px 2px #A9EBCC; box-shadow:1px 1px 3px 2px #A9EBCC;">
Div content here
</div>
This text has color #A9EBCC on black background.
This text has color #A9EBCC on white background.
This text has black color on #A9EBCC background.
This text has white color on #A9EBCC background.
Complementary color for #hex is #561433.