HEX: #A7C3EE
RGB: (167,195,238)
#A7C3EE contains mainly green and blue colors. Web safe color of #A7C3EE is #99CCFF (or #9CF).
#A7C3EE color RGB value is (167,195,238).
RGB: (167,195,238)
(65%, 76%, 93%)
R 167 of 255 = 65%
G 195 of 255 = 76%
B 238 of 255 = 93%
R + G + B ~ 78%. #A7C3EE is quite light color.
R + G + B = 167 + 195 + 238 = 600 (100%)
R 167 of 600 ~ 27.83%
G 195 of 600 ~ 32.5%
B 238 of 600 ~ 39.67'%
#A7C3EE color CMYK value is (30,18,0,7).
CMYK: (30,18,0,7)
C30M18Y0K7 (30%, 18%, 0%, 7%)
(0.30 / 0.18 / 0.00 / 0.07)
Color #A7C3EE in popluar color models
A7 | C3 | EE | |
---|---|---|---|
RGB | 167 | 195 | 238 |
HSL | 216° | 67.62% | 79.41% |
HSB/HSV | 216° | 29.83% | 93.33% |
CMYK | 29.83% | 18.07% | 0.00% |
6.67% |
Color #A7C3EE in popluar number systems.
HEX | A7 | C3 | EE |
Decimal | 167 | 195 | 238 |
Binary | 10100111 | 11000011 | 11101110 |
Octal | 247 | 303 | 356 |
Shades of #A7C3EE
Tints of #A7C3EE
Examples of css and html codes for elements with #A7C3EE color. Also use rgb(167,195,238) instead hex code.
.myTextColor { color: #A7C3EE; }
<p style="color:#A7C3EE">This sample text font color is #A7C3EE.</p>
This text font color is #A7C3EE.
.myBgColor { background-color: #A7C3EE; }
<div style="background-color:#A7C3EE">Inner text</div>
This div background color is #A7C3EE.
.myBorderColor { border: 1px solid #A7C3EE; }
<div style="border:3px solid #A7C3EE">Div</div>
This div border color is #A7C3EE.
.myOpacity80 { color: #A7C3EE; opacity: 0.8; }
<p style="color:#A7C3EE;opacity:0.8;">80%</p>
Text with #A7C3EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7C3EE;}
<p style="text-shadow: 3px 3px 1px #A7C3EE">Text here.</p>
This text has shadow with #A7C3EE color.
.textShadow {text-shadow: 3px 3px 1px #A7C3EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7C3EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7C3EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7C3EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7C3EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7C3EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7C3EE;
-webkit-box-shadow: 1px 1px 3px 2px #A7C3EE;
box-shadow: 1px 1px 3px 2px #A7C3EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7C3EE; -webkit-box-shadow: 1px 1px 3px 2px #A7C3EE; box-shadow:1px 1px 3px 2px #A7C3EE;">
Div content here
</div>
This text has color #A7C3EE on black background.
This text has color #A7C3EE on white background.
This text has black color on #A7C3EE background.
This text has white color on #A7C3EE background.
Complementary color for #hex is #583C11.