HEX: #EDE3CE
RGB: (237,227,206)
#EDE3CE contains red, green and blue colors in about the same proportion. Web safe color of #EDE3CE is #FFCCCC (or #FCC).
#EDE3CE color RGB value is (237,227,206).
RGB: (237,227,206)
(93%, 89%, 81%)
R 237 of 255 = 93%
G 227 of 255 = 89%
B 206 of 255 = 81%
R + G + B ~ 88%. #EDE3CE is light color.
R + G + B = 237 + 227 + 206 = 670 (100%)
R 237 of 670 ~ 35.37%
G 227 of 670 ~ 33.88%
B 206 of 670 ~ 30.75'%
#EDE3CE color CMYK value is (0,4,13,7).
CMYK: (0,4,13,7)
C0M4Y13K7 (0%, 4%, 13%, 7%)
(0.00 / 0.04 / 0.13 / 0.07)
Color #EDE3CE in popluar color models
ED | E3 | CE | |
---|---|---|---|
RGB | 237 | 227 | 206 |
HSL | 41° | 46.27% | 86.86% |
HSB/HSV | 41° | 13.08% | 92.94% |
CMYK | 0.00% | 4.22% | 13.08% |
7.06% |
Color #EDE3CE in popluar number systems.
HEX | ED | E3 | CE |
Decimal | 237 | 227 | 206 |
Binary | 11101101 | 11100011 | 11001110 |
Octal | 355 | 343 | 316 |
Shades of #EDE3CE
Tints of #EDE3CE
Examples of css and html codes for elements with #EDE3CE color. Also use rgb(237,227,206) instead hex code.
.myTextColor { color: #EDE3CE; }
<p style="color:#EDE3CE">This sample text font color is #EDE3CE.</p>
This text font color is #EDE3CE.
.myBgColor { background-color: #EDE3CE; }
<div style="background-color:#EDE3CE">Inner text</div>
This div background color is #EDE3CE.
.myBorderColor { border: 1px solid #EDE3CE; }
<div style="border:3px solid #EDE3CE">Div</div>
This div border color is #EDE3CE.
.myOpacity80 { color: #EDE3CE; opacity: 0.8; }
<p style="color:#EDE3CE;opacity:0.8;">80%</p>
Text with #EDE3CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE3CE;}
<p style="text-shadow: 3px 3px 1px #EDE3CE">Text here.</p>
This text has shadow with #EDE3CE color.
.textShadow {text-shadow: 3px 3px 1px #EDE3CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE3CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDE3CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE3CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE3CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE3CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE3CE;
-webkit-box-shadow: 1px 1px 3px 2px #EDE3CE;
box-shadow: 1px 1px 3px 2px #EDE3CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE3CE; -webkit-box-shadow: 1px 1px 3px 2px #EDE3CE; box-shadow:1px 1px 3px 2px #EDE3CE;">
Div content here
</div>
This text has color #EDE3CE on black background.
This text has color #EDE3CE on white background.
This text has black color on #EDE3CE background.
This text has white color on #EDE3CE background.
Complementary color for #hex is #121C31.