HEX: #E6CAFC
RGB: (230,202,252)
#E6CAFC contains red, green and blue colors in about the same proportion. Web safe color of #E6CAFC is #CCCCFF (or #CCF).
#E6CAFC color RGB value is (230,202,252).
RGB: (230,202,252)
(90%, 79%, 99%)
R 230 of 255 = 90%
G 202 of 255 = 79%
B 252 of 255 = 99%
R + G + B ~ 89%. #E6CAFC is light color.
R + G + B = 230 + 202 + 252 = 684 (100%)
R 230 of 684 ~ 33.63%
G 202 of 684 ~ 29.53%
B 252 of 684 ~ 36.84'%
#E6CAFC color CMYK value is (9,20,0,1).
CMYK: (9,20,0,1)
C9M20Y0K1 (9%, 20%, 0%, 1%)
(0.09 / 0.20 / 0.00 / 0.01)
Color #E6CAFC in popluar color models
E6 | CA | FC | |
---|---|---|---|
RGB | 230 | 202 | 252 |
HSL | 274° | 89.29% | 89.02% |
HSB/HSV | 274° | 19.84% | 98.82% |
CMYK | 8.73% | 19.84% | 0.00% |
1.18% |
Color #E6CAFC in popluar number systems.
HEX | E6 | CA | FC |
Decimal | 230 | 202 | 252 |
Binary | 11100110 | 11001010 | 11111100 |
Octal | 346 | 312 | 374 |
Shades of #E6CAFC
Tints of #E6CAFC
Examples of css and html codes for elements with #E6CAFC color. Also use rgb(230,202,252) instead hex code.
.myTextColor { color: #E6CAFC; }
<p style="color:#E6CAFC">This sample text font color is #E6CAFC.</p>
This text font color is #E6CAFC.
.myBgColor { background-color: #E6CAFC; }
<div style="background-color:#E6CAFC">Inner text</div>
This div background color is #E6CAFC.
.myBorderColor { border: 1px solid #E6CAFC; }
<div style="border:3px solid #E6CAFC">Div</div>
This div border color is #E6CAFC.
.myOpacity80 { color: #E6CAFC; opacity: 0.8; }
<p style="color:#E6CAFC;opacity:0.8;">80%</p>
Text with #E6CAFC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6CAFC;}
<p style="text-shadow: 3px 3px 1px #E6CAFC">Text here.</p>
This text has shadow with #E6CAFC color.
.textShadow {text-shadow: 3px 3px 1px #E6CAFC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6CAFC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6CAFC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6CAFC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6CAFC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6CAFC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6CAFC;
-webkit-box-shadow: 1px 1px 3px 2px #E6CAFC;
box-shadow: 1px 1px 3px 2px #E6CAFC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6CAFC; -webkit-box-shadow: 1px 1px 3px 2px #E6CAFC; box-shadow:1px 1px 3px 2px #E6CAFC;">
Div content here
</div>
This text has color #E6CAFC on black background.
This text has color #E6CAFC on white background.
This text has black color on #E6CAFC background.
This text has white color on #E6CAFC background.
Complementary color for #hex is #193503.