HEX: #ACD5BC
RGB: (172,213,188)
#ACD5BC contains red, green and blue colors in about the same proportion. Web safe color of #ACD5BC is #99CCCC (or #9CC).
#ACD5BC color RGB value is (172,213,188).
RGB: (172,213,188)
(67%, 84%, 74%)
R 172 of 255 = 67%
G 213 of 255 = 84%
B 188 of 255 = 74%
R + G + B ~ 75%. #ACD5BC is quite light color.
R + G + B = 172 + 213 + 188 = 573 (100%)
R 172 of 573 ~ 30.02%
G 213 of 573 ~ 37.17%
B 188 of 573 ~ 32.81'%
#ACD5BC color CMYK value is (19,0,12,16).
CMYK: (19,0,12,16)
C19M0Y12K16 (19%, 0%, 12%, 16%)
(0.19 / 0.00 / 0.12 / 0.16)
Color #ACD5BC in popluar color models
AC | D5 | BC | |
---|---|---|---|
RGB | 172 | 213 | 188 |
HSL | 143° | 32.80% | 75.49% |
HSB/HSV | 143° | 19.25% | 83.53% |
CMYK | 19.25% | 0.00% | 11.74% |
16.47% |
Color #ACD5BC in popluar number systems.
HEX | AC | D5 | BC |
Decimal | 172 | 213 | 188 |
Binary | 10101100 | 11010101 | 10111100 |
Octal | 254 | 325 | 274 |
Shades of #ACD5BC
Tints of #ACD5BC
Examples of css and html codes for elements with #ACD5BC color. Also use rgb(172,213,188) instead hex code.
.myTextColor { color: #ACD5BC; }
<p style="color:#ACD5BC">This sample text font color is #ACD5BC.</p>
This text font color is #ACD5BC.
.myBgColor { background-color: #ACD5BC; }
<div style="background-color:#ACD5BC">Inner text</div>
This div background color is #ACD5BC.
.myBorderColor { border: 1px solid #ACD5BC; }
<div style="border:3px solid #ACD5BC">Div</div>
This div border color is #ACD5BC.
.myOpacity80 { color: #ACD5BC; opacity: 0.8; }
<p style="color:#ACD5BC;opacity:0.8;">80%</p>
Text with #ACD5BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACD5BC;}
<p style="text-shadow: 3px 3px 1px #ACD5BC">Text here.</p>
This text has shadow with #ACD5BC color.
.textShadow {text-shadow: 3px 3px 1px #ACD5BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACD5BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACD5BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACD5BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACD5BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACD5BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACD5BC;
-webkit-box-shadow: 1px 1px 3px 2px #ACD5BC;
box-shadow: 1px 1px 3px 2px #ACD5BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACD5BC; -webkit-box-shadow: 1px 1px 3px 2px #ACD5BC; box-shadow:1px 1px 3px 2px #ACD5BC;">
Div content here
</div>
This text has color #ACD5BC on black background.
This text has color #ACD5BC on white background.
This text has black color on #ACD5BC background.
This text has white color on #ACD5BC background.
Complementary color for #hex is #532A43.