HEX: #EDECDB
RGB: (237,236,219)
#EDECDB contains red, green and blue colors in about the same proportion. Web safe color of #EDECDB is #FFFFCC (or #FFC).
#EDECDB color RGB value is (237,236,219).
RGB: (237,236,219)
(93%, 93%, 86%)
R 237 of 255 = 93%
G 236 of 255 = 93%
B 219 of 255 = 86%
R + G + B ~ 91%. #EDECDB is light color.
R + G + B = 237 + 236 + 219 = 692 (100%)
R 237 of 692 ~ 34.25%
G 236 of 692 ~ 34.1%
B 219 of 692 ~ 31.65'%
#EDECDB color CMYK value is (0,0,8,7).
CMYK: (0,0,8,7)
C0M0Y8K7 (0%, 0%, 8%, 7%)
(0.00 / 0.00 / 0.08 / 0.07)
Color #EDECDB in popluar color models
ED | EC | DB | |
---|---|---|---|
RGB | 237 | 236 | 219 |
HSL | 57° | 33.33% | 89.41% |
HSB/HSV | 57° | 7.59% | 92.94% |
CMYK | 0.00% | 0.42% | 7.59% |
7.06% |
Color #EDECDB in popluar number systems.
HEX | ED | EC | DB |
Decimal | 237 | 236 | 219 |
Binary | 11101101 | 11101100 | 11011011 |
Octal | 355 | 354 | 333 |
Shades of #EDECDB
Tints of #EDECDB
Examples of css and html codes for elements with #EDECDB color. Also use rgb(237,236,219) instead hex code.
.myTextColor { color: #EDECDB; }
<p style="color:#EDECDB">This sample text font color is #EDECDB.</p>
This text font color is #EDECDB.
.myBgColor { background-color: #EDECDB; }
<div style="background-color:#EDECDB">Inner text</div>
This div background color is #EDECDB.
.myBorderColor { border: 1px solid #EDECDB; }
<div style="border:3px solid #EDECDB">Div</div>
This div border color is #EDECDB.
.myOpacity80 { color: #EDECDB; opacity: 0.8; }
<p style="color:#EDECDB;opacity:0.8;">80%</p>
Text with #EDECDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDECDB;}
<p style="text-shadow: 3px 3px 1px #EDECDB">Text here.</p>
This text has shadow with #EDECDB color.
.textShadow {text-shadow: 3px 3px 1px #EDECDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDECDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDECDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDECDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDECDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDECDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDECDB;
-webkit-box-shadow: 1px 1px 3px 2px #EDECDB;
box-shadow: 1px 1px 3px 2px #EDECDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDECDB; -webkit-box-shadow: 1px 1px 3px 2px #EDECDB; box-shadow:1px 1px 3px 2px #EDECDB;">
Div content here
</div>
This text has color #EDECDB on black background.
This text has color #EDECDB on white background.
This text has black color on #EDECDB background.
This text has white color on #EDECDB background.
Complementary color for #hex is #121324.