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