HEX: #EDE3BF
RGB: (237,227,191)
#EDE3BF contains red, green and blue colors in about the same proportion. Web safe color of #EDE3BF is #FFCCCC (or #FCC).
#EDE3BF color RGB value is (237,227,191).
RGB: (237,227,191)
(93%, 89%, 75%)
R 237 of 255 = 93%
G 227 of 255 = 89%
B 191 of 255 = 75%
R + G + B ~ 86%. #EDE3BF is light color.
R + G + B = 237 + 227 + 191 = 655 (100%)
R 237 of 655 ~ 36.18%
G 227 of 655 ~ 34.66%
B 191 of 655 ~ 29.16'%
#EDE3BF color CMYK value is (0,4,19,7).
CMYK: (0,4,19,7)
C0M4Y19K7 (0%, 4%, 19%, 7%)
(0.00 / 0.04 / 0.19 / 0.07)
Color #EDE3BF in popluar color models
ED | E3 | BF | |
---|---|---|---|
RGB | 237 | 227 | 191 |
HSL | 47° | 56.10% | 83.92% |
HSB/HSV | 47° | 19.41% | 92.94% |
CMYK | 0.00% | 4.22% | 19.41% |
7.06% |
Color #EDE3BF in popluar number systems.
HEX | ED | E3 | BF |
Decimal | 237 | 227 | 191 |
Binary | 11101101 | 11100011 | 10111111 |
Octal | 355 | 343 | 277 |
Shades of #EDE3BF
Tints of #EDE3BF
Examples of css and html codes for elements with #EDE3BF color. Also use rgb(237,227,191) instead hex code.
.myTextColor { color: #EDE3BF; }
<p style="color:#EDE3BF">This sample text font color is #EDE3BF.</p>
This text font color is #EDE3BF.
.myBgColor { background-color: #EDE3BF; }
<div style="background-color:#EDE3BF">Inner text</div>
This div background color is #EDE3BF.
.myBorderColor { border: 1px solid #EDE3BF; }
<div style="border:3px solid #EDE3BF">Div</div>
This div border color is #EDE3BF.
.myOpacity80 { color: #EDE3BF; opacity: 0.8; }
<p style="color:#EDE3BF;opacity:0.8;">80%</p>
Text with #EDE3BF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE3BF;}
<p style="text-shadow: 3px 3px 1px #EDE3BF">Text here.</p>
This text has shadow with #EDE3BF color.
.textShadow {text-shadow: 3px 3px 1px #EDE3BF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE3BF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDE3BF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE3BF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE3BF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE3BF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE3BF;
-webkit-box-shadow: 1px 1px 3px 2px #EDE3BF;
box-shadow: 1px 1px 3px 2px #EDE3BF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE3BF; -webkit-box-shadow: 1px 1px 3px 2px #EDE3BF; box-shadow:1px 1px 3px 2px #EDE3BF;">
Div content here
</div>
This text has color #EDE3BF on black background.
This text has color #EDE3BF on white background.
This text has black color on #EDE3BF background.
This text has white color on #EDE3BF background.
Complementary color for #hex is #121C40.