HEX: #ACFDE6
RGB: (172,253,230)
#ACFDE6 contains mainly green and blue colors. Web safe color of #ACFDE6 is #99FFCC (or #9FC).
#ACFDE6 color RGB value is (172,253,230).
RGB: (172,253,230)
(67%, 99%, 90%)
R 172 of 255 = 67%
G 253 of 255 = 99%
B 230 of 255 = 90%
R + G + B ~ 85%. #ACFDE6 is quite light color.
R + G + B = 172 + 253 + 230 = 655 (100%)
R 172 of 655 ~ 26.26%
G 253 of 655 ~ 38.63%
B 230 of 655 ~ 35.11'%
#ACFDE6 color CMYK value is (32,0,9,1).
CMYK: (32,0,9,1)
C32M0Y9K1 (32%, 0%, 9%, 1%)
(0.32 / 0.00 / 0.09 / 0.01)
Color #ACFDE6 in popluar color models
AC | FD | E6 | |
---|---|---|---|
RGB | 172 | 253 | 230 |
HSL | 163° | 95.29% | 83.33% |
HSB/HSV | 163° | 32.02% | 99.22% |
CMYK | 32.02% | 0.00% | 9.09% |
0.78% |
Color #ACFDE6 in popluar number systems.
HEX | AC | FD | E6 |
Decimal | 172 | 253 | 230 |
Binary | 10101100 | 11111101 | 11100110 |
Octal | 254 | 375 | 346 |
Shades of #ACFDE6
Tints of #ACFDE6
Examples of css and html codes for elements with #ACFDE6 color. Also use rgb(172,253,230) instead hex code.
.myTextColor { color: #ACFDE6; }
<p style="color:#ACFDE6">This sample text font color is #ACFDE6.</p>
This text font color is #ACFDE6.
.myBgColor { background-color: #ACFDE6; }
<div style="background-color:#ACFDE6">Inner text</div>
This div background color is #ACFDE6.
.myBorderColor { border: 1px solid #ACFDE6; }
<div style="border:3px solid #ACFDE6">Div</div>
This div border color is #ACFDE6.
.myOpacity80 { color: #ACFDE6; opacity: 0.8; }
<p style="color:#ACFDE6;opacity:0.8;">80%</p>
Text with #ACFDE6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACFDE6;}
<p style="text-shadow: 3px 3px 1px #ACFDE6">Text here.</p>
This text has shadow with #ACFDE6 color.
.textShadow {text-shadow: 3px 3px 1px #ACFDE6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACFDE6, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACFDE6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACFDE6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACFDE6, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACFDE6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACFDE6;
-webkit-box-shadow: 1px 1px 3px 2px #ACFDE6;
box-shadow: 1px 1px 3px 2px #ACFDE6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACFDE6; -webkit-box-shadow: 1px 1px 3px 2px #ACFDE6; box-shadow:1px 1px 3px 2px #ACFDE6;">
Div content here
</div>
This text has color #ACFDE6 on black background.
This text has color #ACFDE6 on white background.
This text has black color on #ACFDE6 background.
This text has white color on #ACFDE6 background.
Complementary color for #hex is #530219.