HEX: #C5ABDE
RGB: (197,171,222)
#C5ABDE contains red, green and blue colors in about the same proportion. Web safe color of #C5ABDE is #CC99CC (or #C9C).
#C5ABDE color RGB value is (197,171,222).
RGB: (197,171,222)
(77%, 67%, 87%)
R 197 of 255 = 77%
G 171 of 255 = 67%
B 222 of 255 = 87%
R + G + B ~ 77%. #C5ABDE is quite light color.
R + G + B = 197 + 171 + 222 = 590 (100%)
R 197 of 590 ~ 33.39%
G 171 of 590 ~ 28.98%
B 222 of 590 ~ 37.63'%
#C5ABDE color CMYK value is (11,23,0,13).
CMYK: (11,23,0,13)
C11M23Y0K13 (11%, 23%, 0%, 13%)
(0.11 / 0.23 / 0.00 / 0.13)
Color #C5ABDE in popluar color models
C5 | AB | DE | |
---|---|---|---|
RGB | 197 | 171 | 222 |
HSL | 271° | 43.59% | 77.06% |
HSB/HSV | 271° | 22.97% | 87.06% |
CMYK | 11.26% | 22.97% | 0.00% |
12.94% |
Color #C5ABDE in popluar number systems.
HEX | C5 | AB | DE |
Decimal | 197 | 171 | 222 |
Binary | 11000101 | 10101011 | 11011110 |
Octal | 305 | 253 | 336 |
Shades of #C5ABDE
Tints of #C5ABDE
Examples of css and html codes for elements with #C5ABDE color. Also use rgb(197,171,222) instead hex code.
.myTextColor { color: #C5ABDE; }
<p style="color:#C5ABDE">This sample text font color is #C5ABDE.</p>
This text font color is #C5ABDE.
.myBgColor { background-color: #C5ABDE; }
<div style="background-color:#C5ABDE">Inner text</div>
This div background color is #C5ABDE.
.myBorderColor { border: 1px solid #C5ABDE; }
<div style="border:3px solid #C5ABDE">Div</div>
This div border color is #C5ABDE.
.myOpacity80 { color: #C5ABDE; opacity: 0.8; }
<p style="color:#C5ABDE;opacity:0.8;">80%</p>
Text with #C5ABDE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5ABDE;}
<p style="text-shadow: 3px 3px 1px #C5ABDE">Text here.</p>
This text has shadow with #C5ABDE color.
.textShadow {text-shadow: 3px 3px 1px #C5ABDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5ABDE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5ABDE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5ABDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5ABDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5ABDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5ABDE;
-webkit-box-shadow: 1px 1px 3px 2px #C5ABDE;
box-shadow: 1px 1px 3px 2px #C5ABDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5ABDE; -webkit-box-shadow: 1px 1px 3px 2px #C5ABDE; box-shadow:1px 1px 3px 2px #C5ABDE;">
Div content here
</div>
This text has color #C5ABDE on black background.
This text has color #C5ABDE on white background.
This text has black color on #C5ABDE background.
This text has white color on #C5ABDE background.
Complementary color for #hex is #3A5421.