HEX: #ACEEE7
RGB: (172,238,231)
#ACEEE7 contains mainly green and blue colors. Web safe color of #ACEEE7 is #99FFFF (or #9FF).
#ACEEE7 color RGB value is (172,238,231).
RGB: (172,238,231)
(67%, 93%, 91%)
R 172 of 255 = 67%
G 238 of 255 = 93%
B 231 of 255 = 91%
R + G + B ~ 84%. #ACEEE7 is quite light color.
R + G + B = 172 + 238 + 231 = 641 (100%)
R 172 of 641 ~ 26.83%
G 238 of 641 ~ 37.13%
B 231 of 641 ~ 36.04'%
#ACEEE7 color CMYK value is (28,0,3,7).
CMYK: (28,0,3,7)
C28M0Y3K7 (28%, 0%, 3%, 7%)
(0.28 / 0.00 / 0.03 / 0.07)
Color #ACEEE7 in popluar color models
AC | EE | E7 | |
---|---|---|---|
RGB | 172 | 238 | 231 |
HSL | 174° | 66.00% | 80.39% |
HSB/HSV | 174° | 27.73% | 93.33% |
CMYK | 27.73% | 0.00% | 2.94% |
6.67% |
Color #ACEEE7 in popluar number systems.
HEX | AC | EE | E7 |
Decimal | 172 | 238 | 231 |
Binary | 10101100 | 11101110 | 11100111 |
Octal | 254 | 356 | 347 |
Shades of #ACEEE7
Tints of #ACEEE7
Examples of css and html codes for elements with #ACEEE7 color. Also use rgb(172,238,231) instead hex code.
.myTextColor { color: #ACEEE7; }
<p style="color:#ACEEE7">This sample text font color is #ACEEE7.</p>
This text font color is #ACEEE7.
.myBgColor { background-color: #ACEEE7; }
<div style="background-color:#ACEEE7">Inner text</div>
This div background color is #ACEEE7.
.myBorderColor { border: 1px solid #ACEEE7; }
<div style="border:3px solid #ACEEE7">Div</div>
This div border color is #ACEEE7.
.myOpacity80 { color: #ACEEE7; opacity: 0.8; }
<p style="color:#ACEEE7;opacity:0.8;">80%</p>
Text with #ACEEE7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACEEE7;}
<p style="text-shadow: 3px 3px 1px #ACEEE7">Text here.</p>
This text has shadow with #ACEEE7 color.
.textShadow {text-shadow: 3px 3px 1px #ACEEE7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACEEE7, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACEEE7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACEEE7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACEEE7, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACEEE7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACEEE7;
-webkit-box-shadow: 1px 1px 3px 2px #ACEEE7;
box-shadow: 1px 1px 3px 2px #ACEEE7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACEEE7; -webkit-box-shadow: 1px 1px 3px 2px #ACEEE7; box-shadow:1px 1px 3px 2px #ACEEE7;">
Div content here
</div>
This text has color #ACEEE7 on black background.
This text has color #ACEEE7 on white background.
This text has black color on #ACEEE7 background.
This text has white color on #ACEEE7 background.
Complementary color for #hex is #531118.