HEX: #E9CEFB
RGB: (233,206,251)
#E9CEFB contains red, green and blue colors in about the same proportion. Web safe color of #E9CEFB is #FFCCFF (or #FCF).
#E9CEFB color RGB value is (233,206,251).
RGB: (233,206,251)
(91%, 81%, 98%)
R 233 of 255 = 91%
G 206 of 255 = 81%
B 251 of 255 = 98%
R + G + B ~ 90%. #E9CEFB is light color.
R + G + B = 233 + 206 + 251 = 690 (100%)
R 233 of 690 ~ 33.77%
G 206 of 690 ~ 29.86%
B 251 of 690 ~ 36.38'%
#E9CEFB color CMYK value is (7,18,0,2).
CMYK: (7,18,0,2)
C7M18Y0K2 (7%, 18%, 0%, 2%)
(0.07 / 0.18 / 0.00 / 0.02)
Color #E9CEFB in popluar color models
E9 | CE | FB | |
---|---|---|---|
RGB | 233 | 206 | 251 |
HSL | 276° | 84.91% | 89.61% |
HSB/HSV | 276° | 17.93% | 98.43% |
CMYK | 7.17% | 17.93% | 0.00% |
1.57% |
Color #E9CEFB in popluar number systems.
HEX | E9 | CE | FB |
Decimal | 233 | 206 | 251 |
Binary | 11101001 | 11001110 | 11111011 |
Octal | 351 | 316 | 373 |
Shades of #E9CEFB
Tints of #E9CEFB
Examples of css and html codes for elements with #E9CEFB color. Also use rgb(233,206,251) instead hex code.
.myTextColor { color: #E9CEFB; }
<p style="color:#E9CEFB">This sample text font color is #E9CEFB.</p>
This text font color is #E9CEFB.
.myBgColor { background-color: #E9CEFB; }
<div style="background-color:#E9CEFB">Inner text</div>
This div background color is #E9CEFB.
.myBorderColor { border: 1px solid #E9CEFB; }
<div style="border:3px solid #E9CEFB">Div</div>
This div border color is #E9CEFB.
.myOpacity80 { color: #E9CEFB; opacity: 0.8; }
<p style="color:#E9CEFB;opacity:0.8;">80%</p>
Text with #E9CEFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9CEFB;}
<p style="text-shadow: 3px 3px 1px #E9CEFB">Text here.</p>
This text has shadow with #E9CEFB color.
.textShadow {text-shadow: 3px 3px 1px #E9CEFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9CEFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9CEFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9CEFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9CEFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9CEFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9CEFB;
-webkit-box-shadow: 1px 1px 3px 2px #E9CEFB;
box-shadow: 1px 1px 3px 2px #E9CEFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9CEFB; -webkit-box-shadow: 1px 1px 3px 2px #E9CEFB; box-shadow:1px 1px 3px 2px #E9CEFB;">
Div content here
</div>
This text has color #E9CEFB on black background.
This text has color #E9CEFB on white background.
This text has black color on #E9CEFB background.
This text has white color on #E9CEFB background.
Complementary color for #hex is #163104.