HEX: #C9AEEC
RGB: (201,174,236)
#C9AEEC contains mainly red and blue colors. Web safe color of #C9AEEC is #CC99FF (or #C9F).
#C9AEEC color RGB value is (201,174,236).
RGB: (201,174,236)
(79%, 68%, 93%)
R 201 of 255 = 79%
G 174 of 255 = 68%
B 236 of 255 = 93%
R + G + B ~ 80%. #C9AEEC is quite light color.
R + G + B = 201 + 174 + 236 = 611 (100%)
R 201 of 611 ~ 32.9%
G 174 of 611 ~ 28.48%
B 236 of 611 ~ 38.63'%
#C9AEEC color CMYK value is (15,26,0,7).
CMYK: (15,26,0,7)
C15M26Y0K7 (15%, 26%, 0%, 7%)
(0.15 / 0.26 / 0.00 / 0.07)
Color #C9AEEC in popluar color models
C9 | AE | EC | |
---|---|---|---|
RGB | 201 | 174 | 236 |
HSL | 266° | 62.00% | 80.39% |
HSB/HSV | 266° | 26.27% | 92.55% |
CMYK | 14.83% | 26.27% | 0.00% |
7.45% |
Color #C9AEEC in popluar number systems.
HEX | C9 | AE | EC |
Decimal | 201 | 174 | 236 |
Binary | 11001001 | 10101110 | 11101100 |
Octal | 311 | 256 | 354 |
Shades of #C9AEEC
Tints of #C9AEEC
Examples of css and html codes for elements with #C9AEEC color. Also use rgb(201,174,236) instead hex code.
.myTextColor { color: #C9AEEC; }
<p style="color:#C9AEEC">This sample text font color is #C9AEEC.</p>
This text font color is #C9AEEC.
.myBgColor { background-color: #C9AEEC; }
<div style="background-color:#C9AEEC">Inner text</div>
This div background color is #C9AEEC.
.myBorderColor { border: 1px solid #C9AEEC; }
<div style="border:3px solid #C9AEEC">Div</div>
This div border color is #C9AEEC.
.myOpacity80 { color: #C9AEEC; opacity: 0.8; }
<p style="color:#C9AEEC;opacity:0.8;">80%</p>
Text with #C9AEEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9AEEC;}
<p style="text-shadow: 3px 3px 1px #C9AEEC">Text here.</p>
This text has shadow with #C9AEEC color.
.textShadow {text-shadow: 3px 3px 1px #C9AEEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9AEEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9AEEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9AEEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9AEEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9AEEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9AEEC;
-webkit-box-shadow: 1px 1px 3px 2px #C9AEEC;
box-shadow: 1px 1px 3px 2px #C9AEEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9AEEC; -webkit-box-shadow: 1px 1px 3px 2px #C9AEEC; box-shadow:1px 1px 3px 2px #C9AEEC;">
Div content here
</div>
This text has color #C9AEEC on black background.
This text has color #C9AEEC on white background.
This text has black color on #C9AEEC background.
This text has white color on #C9AEEC background.
Complementary color for #hex is #365113.