HEX: #E1EDCB
RGB: (225,237,203)
#E1EDCB contains red, green and blue colors in about the same proportion. Web safe color of #E1EDCB is #CCFFCC (or #CFC).
#E1EDCB color RGB value is (225,237,203).
RGB: (225,237,203)
(88%, 93%, 80%)
R 225 of 255 = 88%
G 237 of 255 = 93%
B 203 of 255 = 80%
R + G + B ~ 87%. #E1EDCB is light color.
R + G + B = 225 + 237 + 203 = 665 (100%)
R 225 of 665 ~ 33.83%
G 237 of 665 ~ 35.64%
B 203 of 665 ~ 30.53'%
#E1EDCB color CMYK value is (5,0,14,7).
CMYK: (5,0,14,7)
C5M0Y14K7 (5%, 0%, 14%, 7%)
(0.05 / 0.00 / 0.14 / 0.07)
Color #E1EDCB in popluar color models
E1 | ED | CB | |
---|---|---|---|
RGB | 225 | 237 | 203 |
HSL | 81° | 48.57% | 86.27% |
HSB/HSV | 81° | 14.35% | 92.94% |
CMYK | 5.06% | 0.00% | 14.35% |
7.06% |
Color #E1EDCB in popluar number systems.
HEX | E1 | ED | CB |
Decimal | 225 | 237 | 203 |
Binary | 11100001 | 11101101 | 11001011 |
Octal | 341 | 355 | 313 |
Shades of #E1EDCB
Tints of #E1EDCB
Examples of css and html codes for elements with #E1EDCB color. Also use rgb(225,237,203) instead hex code.
.myTextColor { color: #E1EDCB; }
<p style="color:#E1EDCB">This sample text font color is #E1EDCB.</p>
This text font color is #E1EDCB.
.myBgColor { background-color: #E1EDCB; }
<div style="background-color:#E1EDCB">Inner text</div>
This div background color is #E1EDCB.
.myBorderColor { border: 1px solid #E1EDCB; }
<div style="border:3px solid #E1EDCB">Div</div>
This div border color is #E1EDCB.
.myOpacity80 { color: #E1EDCB; opacity: 0.8; }
<p style="color:#E1EDCB;opacity:0.8;">80%</p>
Text with #E1EDCB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1EDCB;}
<p style="text-shadow: 3px 3px 1px #E1EDCB">Text here.</p>
This text has shadow with #E1EDCB color.
.textShadow {text-shadow: 3px 3px 1px #E1EDCB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1EDCB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1EDCB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1EDCB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1EDCB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1EDCB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1EDCB;
-webkit-box-shadow: 1px 1px 3px 2px #E1EDCB;
box-shadow: 1px 1px 3px 2px #E1EDCB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1EDCB; -webkit-box-shadow: 1px 1px 3px 2px #E1EDCB; box-shadow:1px 1px 3px 2px #E1EDCB;">
Div content here
</div>
This text has color #E1EDCB on black background.
This text has color #E1EDCB on white background.
This text has black color on #E1EDCB background.
This text has white color on #E1EDCB background.
Complementary color for #hex is #1E1234.