HEX: #ACCABB
RGB: (172,202,187)
#ACCABB contains red, green and blue colors in about the same proportion. Web safe color of #ACCABB is #99CCCC (or #9CC).
#ACCABB color RGB value is (172,202,187).
RGB: (172,202,187)
(67%, 79%, 73%)
R 172 of 255 = 67%
G 202 of 255 = 79%
B 187 of 255 = 73%
R + G + B ~ 73%. #ACCABB is quite light color.
R + G + B = 172 + 202 + 187 = 561 (100%)
R 172 of 561 ~ 30.66%
G 202 of 561 ~ 36.01%
B 187 of 561 ~ 33.33'%
#ACCABB color CMYK value is (15,0,7,21).
CMYK: (15,0,7,21)
C15M0Y7K21 (15%, 0%, 7%, 21%)
(0.15 / 0.00 / 0.07 / 0.21)
Color #ACCABB in popluar color models
AC | CA | BB | |
---|---|---|---|
RGB | 172 | 202 | 187 |
HSL | 150° | 22.06% | 73.33% |
HSB/HSV | 150° | 14.85% | 79.22% |
CMYK | 14.85% | 0.00% | 7.43% |
20.78% |
Color #ACCABB in popluar number systems.
HEX | AC | CA | BB |
Decimal | 172 | 202 | 187 |
Binary | 10101100 | 11001010 | 10111011 |
Octal | 254 | 312 | 273 |
Shades of #ACCABB
Tints of #ACCABB
Examples of css and html codes for elements with #ACCABB color. Also use rgb(172,202,187) instead hex code.
.myTextColor { color: #ACCABB; }
<p style="color:#ACCABB">This sample text font color is #ACCABB.</p>
This text font color is #ACCABB.
.myBgColor { background-color: #ACCABB; }
<div style="background-color:#ACCABB">Inner text</div>
This div background color is #ACCABB.
.myBorderColor { border: 1px solid #ACCABB; }
<div style="border:3px solid #ACCABB">Div</div>
This div border color is #ACCABB.
.myOpacity80 { color: #ACCABB; opacity: 0.8; }
<p style="color:#ACCABB;opacity:0.8;">80%</p>
Text with #ACCABB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACCABB;}
<p style="text-shadow: 3px 3px 1px #ACCABB">Text here.</p>
This text has shadow with #ACCABB color.
.textShadow {text-shadow: 3px 3px 1px #ACCABB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACCABB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACCABB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACCABB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACCABB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACCABB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACCABB;
-webkit-box-shadow: 1px 1px 3px 2px #ACCABB;
box-shadow: 1px 1px 3px 2px #ACCABB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACCABB; -webkit-box-shadow: 1px 1px 3px 2px #ACCABB; box-shadow:1px 1px 3px 2px #ACCABB;">
Div content here
</div>
This text has color #ACCABB on black background.
This text has color #ACCABB on white background.
This text has black color on #ACCABB background.
This text has white color on #ACCABB background.
Complementary color for #hex is #533544.