HEX: #ACC4BB
RGB: (172,196,187)
#ACC4BB contains red, green and blue colors in about the same proportion. Web safe color of #ACC4BB is #99CCCC (or #9CC).
#ACC4BB color RGB value is (172,196,187).
RGB: (172,196,187)
(67%, 77%, 73%)
R 172 of 255 = 67%
G 196 of 255 = 77%
B 187 of 255 = 73%
R + G + B ~ 72%. #ACC4BB is quite light color.
R + G + B = 172 + 196 + 187 = 555 (100%)
R 172 of 555 ~ 30.99%
G 196 of 555 ~ 35.32%
B 187 of 555 ~ 33.69'%
#ACC4BB color CMYK value is (12,0,5,23).
CMYK: (12,0,5,23) C12M0Y5K23 (12%,0%,5%,23%) (0.12/0.00/0.05/0.23)
Color #ACC4BB in popluar color models
AC | C4 | BB | |
---|---|---|---|
RGB | 172 | 196 | 187 |
HSL | 158° | 16.90% | 72.16% |
HSB/HSV | 158° | 12.24% | 76.86% |
CMYK | 12.24% | 0.00% | 4.59% |
23.14% |
Color #ACC4BB in popluar number systems.
HEX | AC | C4 | BB |
Decimal | 172 | 196 | 187 |
Binary | 10101100 | 11000100 | 10111011 |
Octal | 254 | 304 | 273 |
Shades of #ACC4BB
Tints of #ACC4BB
Examples of css and html codes for elements with #ACC4BB color. Also use rgb(172,196,187) instead hex code.
.myTextColor { color: #ACC4BB; }
<p style="color:#ACC4BB">This sample text font color is #ACC4BB.</p>
This text font color is #ACC4BB.
.myBgColor { background-color: #ACC4BB; }
<div style="background-color:#ACC4BB">Inner text</div>
This div background color is #ACC4BB.
.myBorderColor { border: 1px solid #ACC4BB; }
<div style="border:3px solid #ACC4BB">Div</div>
This div border color is #ACC4BB.
.myOpacity80 { color: #ACC4BB; opacity: 0.8; }
<p style="color:#ACC4BB;opacity:0.8;">80%</p>
Text with #ACC4BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC4BB;}
<p style="text-shadow: 3px 3px 1px #ACC4BB">Text here.</p>
This text has shadow with #ACC4BB color.
.textShadow {text-shadow: 3px 3px 1px #ACC4BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC4BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC4BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC4BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC4BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC4BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC4BB;
-webkit-box-shadow: 1px 1px 3px 2px #ACC4BB;
box-shadow: 1px 1px 3px 2px #ACC4BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC4BB; -webkit-box-shadow: 1px 1px 3px 2px #ACC4BB; box-shadow:1px 1px 3px 2px #ACC4BB;">
Div content here
</div>
This text has color #ACC4BB on black background.
This text has color #ACC4BB on white background.
This text has black color on #ACC4BB background.
This text has white color on #ACC4BB background.
Complementary color for #hex is #533B44.