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