HEX: #EBF5DC
RGB: (235,245,220)
#EBF5DC contains red, green and blue colors in about the same proportion. Web safe color of #EBF5DC is #FFFFCC (or #FFC).
#EBF5DC color RGB value is (235,245,220).
RGB: (235,245,220)
(92%, 96%, 86%)
R 235 of 255 = 92%
G 245 of 255 = 96%
B 220 of 255 = 86%
R + G + B ~ 91%. #EBF5DC is light color.
R + G + B = 235 + 245 + 220 = 700 (100%)
R 235 of 700 ~ 33.57%
G 245 of 700 ~ 35%
B 220 of 700 ~ 31.43'%
#EBF5DC 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 #EBF5DC in popluar color models
EB | F5 | DC | |
---|---|---|---|
RGB | 235 | 245 | 220 |
HSL | 84° | 55.56% | 91.18% |
HSB/HSV | 84° | 10.20% | 96.08% |
CMYK | 4.08% | 0.00% | 10.20% |
3.92% |
Color #EBF5DC in popluar number systems.
HEX | EB | F5 | DC |
Decimal | 235 | 245 | 220 |
Binary | 11101011 | 11110101 | 11011100 |
Octal | 353 | 365 | 334 |
Shades of #EBF5DC
Tints of #EBF5DC
Examples of css and html codes for elements with #EBF5DC color. Also use rgb(235,245,220) instead hex code.
.myTextColor { color: #EBF5DC; }
<p style="color:#EBF5DC">This sample text font color is #EBF5DC.</p>
This text font color is #EBF5DC.
.myBgColor { background-color: #EBF5DC; }
<div style="background-color:#EBF5DC">Inner text</div>
This div background color is #EBF5DC.
.myBorderColor { border: 1px solid #EBF5DC; }
<div style="border:3px solid #EBF5DC">Div</div>
This div border color is #EBF5DC.
.myOpacity80 { color: #EBF5DC; opacity: 0.8; }
<p style="color:#EBF5DC;opacity:0.8;">80%</p>
Text with #EBF5DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBF5DC;}
<p style="text-shadow: 3px 3px 1px #EBF5DC">Text here.</p>
This text has shadow with #EBF5DC color.
.textShadow {text-shadow: 3px 3px 1px #EBF5DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBF5DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBF5DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBF5DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBF5DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBF5DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBF5DC;
-webkit-box-shadow: 1px 1px 3px 2px #EBF5DC;
box-shadow: 1px 1px 3px 2px #EBF5DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBF5DC; -webkit-box-shadow: 1px 1px 3px 2px #EBF5DC; box-shadow:1px 1px 3px 2px #EBF5DC;">
Div content here
</div>
This text has color #EBF5DC on black background.
This text has color #EBF5DC on white background.
This text has black color on #EBF5DC background.
This text has white color on #EBF5DC background.
Complementary color for #hex is #140A23.