HEX: #E0F9DB
RGB: (224,249,219)
#E0F9DB contains red, green and blue colors in about the same proportion. Web safe color of #E0F9DB is #CCFFCC (or #CFC).
#E0F9DB color RGB value is (224,249,219).
RGB: (224,249,219)
(88%, 98%, 86%)
R 224 of 255 = 88%
G 249 of 255 = 98%
B 219 of 255 = 86%
R + G + B ~ 91%. #E0F9DB is light color.
R + G + B = 224 + 249 + 219 = 692 (100%)
R 224 of 692 ~ 32.37%
G 249 of 692 ~ 35.98%
B 219 of 692 ~ 31.65'%
#E0F9DB color CMYK value is (10,0,12,2).
CMYK: (10,0,12,2) C10M0Y12K2 (10%,0%,12%,2%) (0.10/0.00/0.12/0.02)
Color #E0F9DB in popluar color models
E0 | F9 | DB | |
---|---|---|---|
RGB | 224 | 249 | 219 |
HSL | 110° | 71.43% | 91.76% |
HSB/HSV | 110° | 12.05% | 97.65% |
CMYK | 10.04% | 0.00% | 12.05% |
2.35% |
Color #E0F9DB in popluar number systems.
HEX | E0 | F9 | DB |
Decimal | 224 | 249 | 219 |
Binary | 11100000 | 11111001 | 11011011 |
Octal | 340 | 371 | 333 |
Shades of #E0F9DB
Tints of #E0F9DB
Examples of css and html codes for elements with #E0F9DB color. Also use rgb(224,249,219) instead hex code.
.myTextColor { color: #E0F9DB; }
<p style="color:#E0F9DB">This sample text font color is #E0F9DB.</p>
This text font color is #E0F9DB.
.myBgColor { background-color: #E0F9DB; }
<div style="background-color:#E0F9DB">Inner text</div>
This div background color is #E0F9DB.
.myBorderColor { border: 1px solid #E0F9DB; }
<div style="border:3px solid #E0F9DB">Div</div>
This div border color is #E0F9DB.
.myOpacity80 { color: #E0F9DB; opacity: 0.8; }
<p style="color:#E0F9DB;opacity:0.8;">80%</p>
Text with #E0F9DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E0F9DB;}
<p style="text-shadow: 3px 3px 1px #E0F9DB">Text here.</p>
This text has shadow with #E0F9DB color.
.textShadow {text-shadow: 3px 3px 1px #E0F9DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E0F9DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E0F9DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0F9DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E0F9DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E0F9DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E0F9DB;
-webkit-box-shadow: 1px 1px 3px 2px #E0F9DB;
box-shadow: 1px 1px 3px 2px #E0F9DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0F9DB; -webkit-box-shadow: 1px 1px 3px 2px #E0F9DB; box-shadow:1px 1px 3px 2px #E0F9DB;">
Div content here
</div>
This text has color #E0F9DB on black background.
This text has color #E0F9DB on white background.
This text has black color on #E0F9DB background.
This text has white color on #E0F9DB background.
Complementary color for #hex is #1F0624.