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