HEX: #C4ABED
RGB: (196,171,237)
#C4ABED contains mainly red and blue colors. Web safe color of #C4ABED is #CC99FF (or #C9F).
#C4ABED color RGB value is (196,171,237).
RGB: (196,171,237)
(77%, 67%, 93%)
R 196 of 255 = 77%
G 171 of 255 = 67%
B 237 of 255 = 93%
R + G + B ~ 79%. #C4ABED is quite light color.
R + G + B = 196 + 171 + 237 = 604 (100%)
R 196 of 604 ~ 32.45%
G 171 of 604 ~ 28.31%
B 237 of 604 ~ 39.24'%
#C4ABED color CMYK value is (17,28,0,7).
CMYK: (17,28,0,7)
C17M28Y0K7 (17%, 28%, 0%, 7%)
(0.17 / 0.28 / 0.00 / 0.07)
Color #C4ABED in popluar color models
C4 | AB | ED | |
---|---|---|---|
RGB | 196 | 171 | 237 |
HSL | 263° | 64.71% | 80.00% |
HSB/HSV | 263° | 27.85% | 92.94% |
CMYK | 17.30% | 27.85% | 0.00% |
7.06% |
Color #C4ABED in popluar number systems.
HEX | C4 | AB | ED |
Decimal | 196 | 171 | 237 |
Binary | 11000100 | 10101011 | 11101101 |
Octal | 304 | 253 | 355 |
Shades of #C4ABED
Tints of #C4ABED
Examples of css and html codes for elements with #C4ABED color. Also use rgb(196,171,237) instead hex code.
.myTextColor { color: #C4ABED; }
<p style="color:#C4ABED">This sample text font color is #C4ABED.</p>
This text font color is #C4ABED.
.myBgColor { background-color: #C4ABED; }
<div style="background-color:#C4ABED">Inner text</div>
This div background color is #C4ABED.
.myBorderColor { border: 1px solid #C4ABED; }
<div style="border:3px solid #C4ABED">Div</div>
This div border color is #C4ABED.
.myOpacity80 { color: #C4ABED; opacity: 0.8; }
<p style="color:#C4ABED;opacity:0.8;">80%</p>
Text with #C4ABED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4ABED;}
<p style="text-shadow: 3px 3px 1px #C4ABED">Text here.</p>
This text has shadow with #C4ABED color.
.textShadow {text-shadow: 3px 3px 1px #C4ABED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4ABED, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4ABED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4ABED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4ABED, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4ABED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4ABED;
-webkit-box-shadow: 1px 1px 3px 2px #C4ABED;
box-shadow: 1px 1px 3px 2px #C4ABED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4ABED; -webkit-box-shadow: 1px 1px 3px 2px #C4ABED; box-shadow:1px 1px 3px 2px #C4ABED;">
Div content here
</div>
This text has color #C4ABED on black background.
This text has color #C4ABED on white background.
This text has black color on #C4ABED background.
This text has white color on #C4ABED background.
Complementary color for #hex is #3B5412.