HEX: #A4C9EE
RGB: (164,201,238)
#A4C9EE contains mainly green and blue colors. Web safe color of #A4C9EE is #99CCFF (or #9CF).
#A4C9EE color RGB value is (164,201,238).
RGB: (164,201,238)
(64%, 79%, 93%)
R 164 of 255 = 64%
G 201 of 255 = 79%
B 238 of 255 = 93%
R + G + B ~ 79%. #A4C9EE is quite light color.
R + G + B = 164 + 201 + 238 = 603 (100%)
R 164 of 603 ~ 27.2%
G 201 of 603 ~ 33.33%
B 238 of 603 ~ 39.47'%
#A4C9EE color CMYK value is (31,16,0,7).
CMYK: (31,16,0,7)
C31M16Y0K7 (31%, 16%, 0%, 7%)
(0.31 / 0.16 / 0.00 / 0.07)
Color #A4C9EE in popluar color models
A4 | C9 | EE | |
---|---|---|---|
RGB | 164 | 201 | 238 |
HSL | 210° | 68.52% | 78.82% |
HSB/HSV | 210° | 31.09% | 93.33% |
CMYK | 31.09% | 15.55% | 0.00% |
6.67% |
Color #A4C9EE in popluar number systems.
HEX | A4 | C9 | EE |
Decimal | 164 | 201 | 238 |
Binary | 10100100 | 11001001 | 11101110 |
Octal | 244 | 311 | 356 |
Shades of #A4C9EE
Tints of #A4C9EE
Examples of css and html codes for elements with #A4C9EE color. Also use rgb(164,201,238) instead hex code.
.myTextColor { color: #A4C9EE; }
<p style="color:#A4C9EE">This sample text font color is #A4C9EE.</p>
This text font color is #A4C9EE.
.myBgColor { background-color: #A4C9EE; }
<div style="background-color:#A4C9EE">Inner text</div>
This div background color is #A4C9EE.
.myBorderColor { border: 1px solid #A4C9EE; }
<div style="border:3px solid #A4C9EE">Div</div>
This div border color is #A4C9EE.
.myOpacity80 { color: #A4C9EE; opacity: 0.8; }
<p style="color:#A4C9EE;opacity:0.8;">80%</p>
Text with #A4C9EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4C9EE;}
<p style="text-shadow: 3px 3px 1px #A4C9EE">Text here.</p>
This text has shadow with #A4C9EE color.
.textShadow {text-shadow: 3px 3px 1px #A4C9EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4C9EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4C9EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4C9EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4C9EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4C9EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4C9EE;
-webkit-box-shadow: 1px 1px 3px 2px #A4C9EE;
box-shadow: 1px 1px 3px 2px #A4C9EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4C9EE; -webkit-box-shadow: 1px 1px 3px 2px #A4C9EE; box-shadow:1px 1px 3px 2px #A4C9EE;">
Div content here
</div>
This text has color #A4C9EE on black background.
This text has color #A4C9EE on white background.
This text has black color on #A4C9EE background.
This text has white color on #A4C9EE background.
Complementary color for #hex is #5B3611.