HEX: #ACFDF9
RGB: (172,253,249)
#ACFDF9 contains mainly green and blue colors. Web safe color of #ACFDF9 is #99FFFF (or #9FF).
#ACFDF9 color RGB value is (172,253,249).
RGB: (172,253,249)
(67%, 99%, 98%)
R 172 of 255 = 67%
G 253 of 255 = 99%
B 249 of 255 = 98%
R + G + B ~ 88%. #ACFDF9 is light color.
R + G + B = 172 + 253 + 249 = 674 (100%)
R 172 of 674 ~ 25.52%
G 253 of 674 ~ 37.54%
B 249 of 674 ~ 36.94'%
#ACFDF9 color CMYK value is (32,0,2,1).
CMYK: (32,0,2,1) C32M0Y2K1 (32%,0%,2%,1%) (0.32/0.00/0.02/0.01)
Color #ACFDF9 in popluar color models
AC | FD | F9 | |
---|---|---|---|
RGB | 172 | 253 | 249 |
HSL | 177° | 95.29% | 83.33% |
HSB/HSV | 177° | 32.02% | 99.22% |
CMYK | 32.02% | 0.00% | 1.58% |
0.78% |
Color #ACFDF9 in popluar number systems.
HEX | AC | FD | F9 |
Decimal | 172 | 253 | 249 |
Binary | 10101100 | 11111101 | 11111001 |
Octal | 254 | 375 | 371 |
Shades of #ACFDF9
Tints of #ACFDF9
Examples of css and html codes for elements with #ACFDF9 color. Also use rgb(172,253,249) instead hex code.
.myTextColor { color: #ACFDF9; }
<p style="color:#ACFDF9">This sample text font color is #ACFDF9.</p>
This text font color is #ACFDF9.
.myBgColor { background-color: #ACFDF9; }
<div style="background-color:#ACFDF9">Inner text</div>
This div background color is #ACFDF9.
.myBorderColor { border: 1px solid #ACFDF9; }
<div style="border:3px solid #ACFDF9">Div</div>
This div border color is #ACFDF9.
.myOpacity80 { color: #ACFDF9; opacity: 0.8; }
<p style="color:#ACFDF9;opacity:0.8;">80%</p>
Text with #ACFDF9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACFDF9;}
<p style="text-shadow: 3px 3px 1px #ACFDF9">Text here.</p>
This text has shadow with #ACFDF9 color.
.textShadow {text-shadow: 3px 3px 1px #ACFDF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACFDF9, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACFDF9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACFDF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACFDF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACFDF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACFDF9;
-webkit-box-shadow: 1px 1px 3px 2px #ACFDF9;
box-shadow: 1px 1px 3px 2px #ACFDF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACFDF9; -webkit-box-shadow: 1px 1px 3px 2px #ACFDF9; box-shadow:1px 1px 3px 2px #ACFDF9;">
Div content here
</div>
This text has color #ACFDF9 on black background.
This text has color #ACFDF9 on white background.
This text has black color on #ACFDF9 background.
This text has white color on #ACFDF9 background.
Complementary color for #hex is #530206.