HEX: #EBE4DB
RGB: (235,228,219)
#EBE4DB contains red, green and blue colors in about the same proportion. Web safe color of #EBE4DB is #FFCCCC (or #FCC).
#EBE4DB color RGB value is (235,228,219).
RGB: (235,228,219)
(92%, 89%, 86%)
R 235 of 255 = 92%
G 228 of 255 = 89%
B 219 of 255 = 86%
R + G + B ~ 89%. #EBE4DB is light color.
R + G + B = 235 + 228 + 219 = 682 (100%)
R 235 of 682 ~ 34.46%
G 228 of 682 ~ 33.43%
B 219 of 682 ~ 32.11'%
#EBE4DB color CMYK value is (0,3,7,8).
CMYK: (0,3,7,8)
C0M3Y7K8 (0%, 3%, 7%, 8%)
(0.00 / 0.03 / 0.07 / 0.08)
Color #EBE4DB in popluar color models
EB | E4 | DB | |
---|---|---|---|
RGB | 235 | 228 | 219 |
HSL | 34° | 28.57% | 89.02% |
HSB/HSV | 34° | 6.81% | 92.16% |
CMYK | 0.00% | 2.98% | 6.81% |
7.84% |
Color #EBE4DB in popluar number systems.
HEX | EB | E4 | DB |
Decimal | 235 | 228 | 219 |
Binary | 11101011 | 11100100 | 11011011 |
Octal | 353 | 344 | 333 |
Shades of #EBE4DB
Tints of #EBE4DB
Examples of css and html codes for elements with #EBE4DB color. Also use rgb(235,228,219) instead hex code.
.myTextColor { color: #EBE4DB; }
<p style="color:#EBE4DB">This sample text font color is #EBE4DB.</p>
This text font color is #EBE4DB.
.myBgColor { background-color: #EBE4DB; }
<div style="background-color:#EBE4DB">Inner text</div>
This div background color is #EBE4DB.
.myBorderColor { border: 1px solid #EBE4DB; }
<div style="border:3px solid #EBE4DB">Div</div>
This div border color is #EBE4DB.
.myOpacity80 { color: #EBE4DB; opacity: 0.8; }
<p style="color:#EBE4DB;opacity:0.8;">80%</p>
Text with #EBE4DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBE4DB;}
<p style="text-shadow: 3px 3px 1px #EBE4DB">Text here.</p>
This text has shadow with #EBE4DB color.
.textShadow {text-shadow: 3px 3px 1px #EBE4DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBE4DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBE4DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBE4DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBE4DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBE4DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBE4DB;
-webkit-box-shadow: 1px 1px 3px 2px #EBE4DB;
box-shadow: 1px 1px 3px 2px #EBE4DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBE4DB; -webkit-box-shadow: 1px 1px 3px 2px #EBE4DB; box-shadow:1px 1px 3px 2px #EBE4DB;">
Div content here
</div>
This text has color #EBE4DB on black background.
This text has color #EBE4DB on white background.
This text has black color on #EBE4DB background.
This text has white color on #EBE4DB background.
Complementary color for #hex is #141B24.