HEX: #EDDBC1
RGB: (237,219,193)
#EDDBC1 contains red, green and blue colors in about the same proportion. Web safe color of #EDDBC1 is #FFCCCC (or #FCC).
#EDDBC1 color RGB value is (237,219,193).
RGB: (237,219,193)
(93%, 86%, 76%)
R 237 of 255 = 93%
G 219 of 255 = 86%
B 193 of 255 = 76%
R + G + B ~ 85%. #EDDBC1 is quite light color.
R + G + B = 237 + 219 + 193 = 649 (100%)
R 237 of 649 ~ 36.52%
G 219 of 649 ~ 33.74%
B 193 of 649 ~ 29.74'%
#EDDBC1 color CMYK value is (0,8,19,7).
CMYK: (0,8,19,7) C0M8Y19K7 (0%,8%,19%,7%) (0.00/0.08/0.19/0.07)
Color #EDDBC1 in popluar color models
ED | DB | C1 | |
---|---|---|---|
RGB | 237 | 219 | 193 |
HSL | 35° | 55.00% | 84.31% |
HSB/HSV | 35° | 18.57% | 92.94% |
CMYK | 0.00% | 7.59% | 18.57% |
7.06% |
Color #EDDBC1 in popluar number systems.
HEX | ED | DB | C1 |
Decimal | 237 | 219 | 193 |
Binary | 11101101 | 11011011 | 11000001 |
Octal | 355 | 333 | 301 |
Shades of #EDDBC1
Tints of #EDDBC1
Examples of css and html codes for elements with #EDDBC1 color. Also use rgb(237,219,193) instead hex code.
.myTextColor { color: #EDDBC1; }
<p style="color:#EDDBC1">This sample text font color is #EDDBC1.</p>
This text font color is #EDDBC1.
.myBgColor { background-color: #EDDBC1; }
<div style="background-color:#EDDBC1">Inner text</div>
This div background color is #EDDBC1.
.myBorderColor { border: 1px solid #EDDBC1; }
<div style="border:3px solid #EDDBC1">Div</div>
This div border color is #EDDBC1.
.myOpacity80 { color: #EDDBC1; opacity: 0.8; }
<p style="color:#EDDBC1;opacity:0.8;">80%</p>
Text with #EDDBC1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDBC1;}
<p style="text-shadow: 3px 3px 1px #EDDBC1">Text here.</p>
This text has shadow with #EDDBC1 color.
.textShadow {text-shadow: 3px 3px 1px #EDDBC1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDBC1, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDBC1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDBC1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDBC1, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDBC1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDBC1;
-webkit-box-shadow: 1px 1px 3px 2px #EDDBC1;
box-shadow: 1px 1px 3px 2px #EDDBC1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDBC1; -webkit-box-shadow: 1px 1px 3px 2px #EDDBC1; box-shadow:1px 1px 3px 2px #EDDBC1;">
Div content here
</div>
This text has color #EDDBC1 on black background.
This text has color #EDDBC1 on white background.
This text has black color on #EDDBC1 background.
This text has white color on #EDDBC1 background.
Complementary color for #hex is #12243E.