HEX: #ACC6DA
RGB: (172,198,218)
#ACC6DA contains red, green and blue colors in about the same proportion. Web safe color of #ACC6DA is #99CCCC (or #9CC).
#ACC6DA color RGB value is (172,198,218).
RGB: (172,198,218)
(67%, 78%, 85%)
R 172 of 255 = 67%
G 198 of 255 = 78%
B 218 of 255 = 85%
R + G + B ~ 77%. #ACC6DA is quite light color.
R + G + B = 172 + 198 + 218 = 588 (100%)
R 172 of 588 ~ 29.25%
G 198 of 588 ~ 33.67%
B 218 of 588 ~ 37.07'%
#ACC6DA color CMYK value is (21,9,0,15).
CMYK: (21,9,0,15) C21M9Y0K15 (21%,9%,0%,15%) (0.21/0.09/0.00/0.15)
Color #ACC6DA in popluar color models
AC | C6 | DA | |
---|---|---|---|
RGB | 172 | 198 | 218 |
HSL | 206° | 38.33% | 76.47% |
HSB/HSV | 206° | 21.10% | 85.49% |
CMYK | 21.10% | 9.17% | 0.00% |
14.51% |
Color #ACC6DA in popluar number systems.
HEX | AC | C6 | DA |
Decimal | 172 | 198 | 218 |
Binary | 10101100 | 11000110 | 11011010 |
Octal | 254 | 306 | 332 |
Shades of #ACC6DA
Tints of #ACC6DA
Examples of css and html codes for elements with #ACC6DA color. Also use rgb(172,198,218) instead hex code.
.myTextColor { color: #ACC6DA; }
<p style="color:#ACC6DA">This sample text font color is #ACC6DA.</p>
This text font color is #ACC6DA.
.myBgColor { background-color: #ACC6DA; }
<div style="background-color:#ACC6DA">Inner text</div>
This div background color is #ACC6DA.
.myBorderColor { border: 1px solid #ACC6DA; }
<div style="border:3px solid #ACC6DA">Div</div>
This div border color is #ACC6DA.
.myOpacity80 { color: #ACC6DA; opacity: 0.8; }
<p style="color:#ACC6DA;opacity:0.8;">80%</p>
Text with #ACC6DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC6DA;}
<p style="text-shadow: 3px 3px 1px #ACC6DA">Text here.</p>
This text has shadow with #ACC6DA color.
.textShadow {text-shadow: 3px 3px 1px #ACC6DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC6DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC6DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC6DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC6DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC6DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC6DA;
-webkit-box-shadow: 1px 1px 3px 2px #ACC6DA;
box-shadow: 1px 1px 3px 2px #ACC6DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC6DA; -webkit-box-shadow: 1px 1px 3px 2px #ACC6DA; box-shadow:1px 1px 3px 2px #ACC6DA;">
Div content here
</div>
This text has color #ACC6DA on black background.
This text has color #ACC6DA on white background.
This text has black color on #ACC6DA background.
This text has white color on #ACC6DA background.
Complementary color for #hex is #533925.