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