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