HEX: #C5A6BA
RGB: (197,166,186)
#C5A6BA contains red, green and blue colors in about the same proportion. Web safe color of #C5A6BA is #CC99CC (or #C9C).
#C5A6BA color RGB value is (197,166,186).
RGB: (197,166,186)
(77%, 65%, 73%)
R 197 of 255 = 77%
G 166 of 255 = 65%
B 186 of 255 = 73%
R + G + B ~ 72%. #C5A6BA is quite light color.
R + G + B = 197 + 166 + 186 = 549 (100%)
R 197 of 549 ~ 35.88%
G 166 of 549 ~ 30.24%
B 186 of 549 ~ 33.88'%
#C5A6BA color CMYK value is (0,16,6,23).
CMYK: (0,16,6,23)
C0M16Y6K23 (0%, 16%, 6%, 23%)
(0.00 / 0.16 / 0.06 / 0.23)
Color #C5A6BA in popluar color models
C5 | A6 | BA | |
---|---|---|---|
RGB | 197 | 166 | 186 |
HSL | 321° | 21.09% | 71.18% |
HSB/HSV | 321° | 15.74% | 77.25% |
CMYK | 0.00% | 15.74% | 5.58% |
22.75% |
Color #C5A6BA in popluar number systems.
HEX | C5 | A6 | BA |
Decimal | 197 | 166 | 186 |
Binary | 11000101 | 10100110 | 10111010 |
Octal | 305 | 246 | 272 |
Shades of #C5A6BA
Tints of #C5A6BA
Examples of css and html codes for elements with #C5A6BA color. Also use rgb(197,166,186) instead hex code.
.myTextColor { color: #C5A6BA; }
<p style="color:#C5A6BA">This sample text font color is #C5A6BA.</p>
This text font color is #C5A6BA.
.myBgColor { background-color: #C5A6BA; }
<div style="background-color:#C5A6BA">Inner text</div>
This div background color is #C5A6BA.
.myBorderColor { border: 1px solid #C5A6BA; }
<div style="border:3px solid #C5A6BA">Div</div>
This div border color is #C5A6BA.
.myOpacity80 { color: #C5A6BA; opacity: 0.8; }
<p style="color:#C5A6BA;opacity:0.8;">80%</p>
Text with #C5A6BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5A6BA;}
<p style="text-shadow: 3px 3px 1px #C5A6BA">Text here.</p>
This text has shadow with #C5A6BA color.
.textShadow {text-shadow: 3px 3px 1px #C5A6BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5A6BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5A6BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5A6BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5A6BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5A6BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5A6BA;
-webkit-box-shadow: 1px 1px 3px 2px #C5A6BA;
box-shadow: 1px 1px 3px 2px #C5A6BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5A6BA; -webkit-box-shadow: 1px 1px 3px 2px #C5A6BA; box-shadow:1px 1px 3px 2px #C5A6BA;">
Div content here
</div>
This text has color #C5A6BA on black background.
This text has color #C5A6BA on white background.
This text has black color on #C5A6BA background.
This text has white color on #C5A6BA background.
Complementary color for #hex is #3A5945.