HEX: #ACC7EB
RGB: (172,199,235)
#ACC7EB contains mainly green and blue colors. Web safe color of #ACC7EB is #99CCFF (or #9CF).
#ACC7EB color RGB value is (172,199,235).
RGB: (172,199,235)
(67%, 78%, 92%)
R 172 of 255 = 67%
G 199 of 255 = 78%
B 235 of 255 = 92%
R + G + B ~ 79%. #ACC7EB is quite light color.
R + G + B = 172 + 199 + 235 = 606 (100%)
R 172 of 606 ~ 28.38%
G 199 of 606 ~ 32.84%
B 235 of 606 ~ 38.78'%
#ACC7EB color CMYK value is (27,15,0,8).
CMYK: (27,15,0,8)
C27M15Y0K8 (27%, 15%, 0%, 8%)
(0.27 / 0.15 / 0.00 / 0.08)
Color #ACC7EB in popluar color models
AC | C7 | EB | |
---|---|---|---|
RGB | 172 | 199 | 235 |
HSL | 214° | 61.17% | 79.80% |
HSB/HSV | 214° | 26.81% | 92.16% |
CMYK | 26.81% | 15.32% | 0.00% |
7.84% |
Color #ACC7EB in popluar number systems.
HEX | AC | C7 | EB |
Decimal | 172 | 199 | 235 |
Binary | 10101100 | 11000111 | 11101011 |
Octal | 254 | 307 | 353 |
Shades of #ACC7EB
Tints of #ACC7EB
Examples of css and html codes for elements with #ACC7EB color. Also use rgb(172,199,235) instead hex code.
.myTextColor { color: #ACC7EB; }
<p style="color:#ACC7EB">This sample text font color is #ACC7EB.</p>
This text font color is #ACC7EB.
.myBgColor { background-color: #ACC7EB; }
<div style="background-color:#ACC7EB">Inner text</div>
This div background color is #ACC7EB.
.myBorderColor { border: 1px solid #ACC7EB; }
<div style="border:3px solid #ACC7EB">Div</div>
This div border color is #ACC7EB.
.myOpacity80 { color: #ACC7EB; opacity: 0.8; }
<p style="color:#ACC7EB;opacity:0.8;">80%</p>
Text with #ACC7EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC7EB;}
<p style="text-shadow: 3px 3px 1px #ACC7EB">Text here.</p>
This text has shadow with #ACC7EB color.
.textShadow {text-shadow: 3px 3px 1px #ACC7EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC7EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC7EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC7EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC7EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC7EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC7EB;
-webkit-box-shadow: 1px 1px 3px 2px #ACC7EB;
box-shadow: 1px 1px 3px 2px #ACC7EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC7EB; -webkit-box-shadow: 1px 1px 3px 2px #ACC7EB; box-shadow:1px 1px 3px 2px #ACC7EB;">
Div content here
</div>
This text has color #ACC7EB on black background.
This text has color #ACC7EB on white background.
This text has black color on #ACC7EB background.
This text has white color on #ACC7EB background.
Complementary color for #hex is #533814.