HEX: #C3AEDB
RGB: (195,174,219)
#C3AEDB contains red, green and blue colors in about the same proportion. Web safe color of #C3AEDB is #CC99CC (or #C9C).
#C3AEDB color RGB value is (195,174,219).
RGB: (195,174,219)
(76%, 68%, 86%)
R 195 of 255 = 76%
G 174 of 255 = 68%
B 219 of 255 = 86%
R + G + B ~ 77%. #C3AEDB is quite light color.
R + G + B = 195 + 174 + 219 = 588 (100%)
R 195 of 588 ~ 33.16%
G 174 of 588 ~ 29.59%
B 219 of 588 ~ 37.24'%
#C3AEDB color CMYK value is (11,21,0,14).
CMYK: (11,21,0,14)
C11M21Y0K14 (11%, 21%, 0%, 14%)
(0.11 / 0.21 / 0.00 / 0.14)
Color #C3AEDB in popluar color models
C3 | AE | DB | |
---|---|---|---|
RGB | 195 | 174 | 219 |
HSL | 268° | 38.46% | 77.06% |
HSB/HSV | 268° | 20.55% | 85.88% |
CMYK | 10.96% | 20.55% | 0.00% |
14.12% |
Color #C3AEDB in popluar number systems.
HEX | C3 | AE | DB |
Decimal | 195 | 174 | 219 |
Binary | 11000011 | 10101110 | 11011011 |
Octal | 303 | 256 | 333 |
Shades of #C3AEDB
Tints of #C3AEDB
Examples of css and html codes for elements with #C3AEDB color. Also use rgb(195,174,219) instead hex code.
.myTextColor { color: #C3AEDB; }
<p style="color:#C3AEDB">This sample text font color is #C3AEDB.</p>
This text font color is #C3AEDB.
.myBgColor { background-color: #C3AEDB; }
<div style="background-color:#C3AEDB">Inner text</div>
This div background color is #C3AEDB.
.myBorderColor { border: 1px solid #C3AEDB; }
<div style="border:3px solid #C3AEDB">Div</div>
This div border color is #C3AEDB.
.myOpacity80 { color: #C3AEDB; opacity: 0.8; }
<p style="color:#C3AEDB;opacity:0.8;">80%</p>
Text with #C3AEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C3AEDB;}
<p style="text-shadow: 3px 3px 1px #C3AEDB">Text here.</p>
This text has shadow with #C3AEDB color.
.textShadow {text-shadow: 3px 3px 1px #C3AEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C3AEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C3AEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C3AEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C3AEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C3AEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C3AEDB;
-webkit-box-shadow: 1px 1px 3px 2px #C3AEDB;
box-shadow: 1px 1px 3px 2px #C3AEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C3AEDB; -webkit-box-shadow: 1px 1px 3px 2px #C3AEDB; box-shadow:1px 1px 3px 2px #C3AEDB;">
Div content here
</div>
This text has color #C3AEDB on black background.
This text has color #C3AEDB on white background.
This text has black color on #C3AEDB background.
This text has white color on #C3AEDB background.
Complementary color for #hex is #3C5124.