HEX: #E9CAED
RGB: (233,202,237)
#E9CAED contains red, green and blue colors in about the same proportion. Web safe color of #E9CAED is #FFCCFF (or #FCF).
#E9CAED color RGB value is (233,202,237).
RGB: (233,202,237)
(91%, 79%, 93%)
R 233 of 255 = 91%
G 202 of 255 = 79%
B 237 of 255 = 93%
R + G + B ~ 88%. #E9CAED is light color.
R + G + B = 233 + 202 + 237 = 672 (100%)
R 233 of 672 ~ 34.67%
G 202 of 672 ~ 30.06%
B 237 of 672 ~ 35.27'%
#E9CAED color CMYK value is (2,15,0,7).
CMYK: (2,15,0,7)
C2M15Y0K7 (2%, 15%, 0%, 7%)
(0.02 / 0.15 / 0.00 / 0.07)
Color #E9CAED in popluar color models
E9 | CA | ED | |
---|---|---|---|
RGB | 233 | 202 | 237 |
HSL | 293° | 49.30% | 86.08% |
HSB/HSV | 293° | 14.77% | 92.94% |
CMYK | 1.69% | 14.77% | 0.00% |
7.06% |
Color #E9CAED in popluar number systems.
HEX | E9 | CA | ED |
Decimal | 233 | 202 | 237 |
Binary | 11101001 | 11001010 | 11101101 |
Octal | 351 | 312 | 355 |
Shades of #E9CAED
Tints of #E9CAED
Examples of css and html codes for elements with #E9CAED color. Also use rgb(233,202,237) instead hex code.
.myTextColor { color: #E9CAED; }
<p style="color:#E9CAED">This sample text font color is #E9CAED.</p>
This text font color is #E9CAED.
.myBgColor { background-color: #E9CAED; }
<div style="background-color:#E9CAED">Inner text</div>
This div background color is #E9CAED.
.myBorderColor { border: 1px solid #E9CAED; }
<div style="border:3px solid #E9CAED">Div</div>
This div border color is #E9CAED.
.myOpacity80 { color: #E9CAED; opacity: 0.8; }
<p style="color:#E9CAED;opacity:0.8;">80%</p>
Text with #E9CAED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9CAED;}
<p style="text-shadow: 3px 3px 1px #E9CAED">Text here.</p>
This text has shadow with #E9CAED color.
.textShadow {text-shadow: 3px 3px 1px #E9CAED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9CAED, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9CAED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9CAED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9CAED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9CAED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9CAED;
-webkit-box-shadow: 1px 1px 3px 2px #E9CAED;
box-shadow: 1px 1px 3px 2px #E9CAED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9CAED; -webkit-box-shadow: 1px 1px 3px 2px #E9CAED; box-shadow:1px 1px 3px 2px #E9CAED;">
Div content here
</div>
This text has color #E9CAED on black background.
This text has color #E9CAED on white background.
This text has black color on #E9CAED background.
This text has white color on #E9CAED background.
Complementary color for #hex is #163512.