HEX: #EBF5DD
RGB: (235,245,221)
#EBF5DD contains red, green and blue colors in about the same proportion. Web safe color of #EBF5DD is #FFFFCC (or #FFC).
#EBF5DD color RGB value is (235,245,221).
RGB: (235,245,221)
(92%, 96%, 87%)
R 235 of 255 = 92%
G 245 of 255 = 96%
B 221 of 255 = 87%
R + G + B ~ 92%. #EBF5DD is light color.
R + G + B = 235 + 245 + 221 = 701 (100%)
R 235 of 701 ~ 33.52%
G 245 of 701 ~ 34.95%
B 221 of 701 ~ 31.53'%
#EBF5DD color CMYK value is (4,0,10,4).
CMYK: (4,0,10,4)
C4M0Y10K4 (4%, 0%, 10%, 4%)
(0.04 / 0.00 / 0.10 / 0.04)
Color #EBF5DD in popluar color models
EB | F5 | DD | |
---|---|---|---|
RGB | 235 | 245 | 221 |
HSL | 85° | 54.55% | 91.37% |
HSB/HSV | 85° | 9.80% | 96.08% |
CMYK | 4.08% | 0.00% | 9.80% |
3.92% |
Color #EBF5DD in popluar number systems.
HEX | EB | F5 | DD |
Decimal | 235 | 245 | 221 |
Binary | 11101011 | 11110101 | 11011101 |
Octal | 353 | 365 | 335 |
Shades of #EBF5DD
Tints of #EBF5DD
Examples of css and html codes for elements with #EBF5DD color. Also use rgb(235,245,221) instead hex code.
.myTextColor { color: #EBF5DD; }
<p style="color:#EBF5DD">This sample text font color is #EBF5DD.</p>
This text font color is #EBF5DD.
.myBgColor { background-color: #EBF5DD; }
<div style="background-color:#EBF5DD">Inner text</div>
This div background color is #EBF5DD.
.myBorderColor { border: 1px solid #EBF5DD; }
<div style="border:3px solid #EBF5DD">Div</div>
This div border color is #EBF5DD.
.myOpacity80 { color: #EBF5DD; opacity: 0.8; }
<p style="color:#EBF5DD;opacity:0.8;">80%</p>
Text with #EBF5DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBF5DD;}
<p style="text-shadow: 3px 3px 1px #EBF5DD">Text here.</p>
This text has shadow with #EBF5DD color.
.textShadow {text-shadow: 3px 3px 1px #EBF5DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBF5DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBF5DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBF5DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBF5DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBF5DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBF5DD;
-webkit-box-shadow: 1px 1px 3px 2px #EBF5DD;
box-shadow: 1px 1px 3px 2px #EBF5DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBF5DD; -webkit-box-shadow: 1px 1px 3px 2px #EBF5DD; box-shadow:1px 1px 3px 2px #EBF5DD;">
Div content here
</div>
This text has color #EBF5DD on black background.
This text has color #EBF5DD on white background.
This text has black color on #EBF5DD background.
This text has white color on #EBF5DD background.
Complementary color for #hex is #140A22.