HEX: #D5EADB
RGB: (213,234,219)
#D5EADB contains red, green and blue colors in about the same proportion. Web safe color of #D5EADB is #CCFFCC (or #CFC).
#D5EADB color RGB value is (213,234,219).
RGB: (213,234,219)
(84%, 92%, 86%)
R 213 of 255 = 84%
G 234 of 255 = 92%
B 219 of 255 = 86%
R + G + B ~ 87%. #D5EADB is light color.
R + G + B = 213 + 234 + 219 = 666 (100%)
R 213 of 666 ~ 31.98%
G 234 of 666 ~ 35.14%
B 219 of 666 ~ 32.88'%
#D5EADB color CMYK value is (9,0,6,8).
CMYK: (9,0,6,8)
C9M0Y6K8 (9%, 0%, 6%, 8%)
(0.09 / 0.00 / 0.06 / 0.08)
Color #D5EADB in popluar color models
D5 | EA | DB | |
---|---|---|---|
RGB | 213 | 234 | 219 |
HSL | 137° | 33.33% | 87.65% |
HSB/HSV | 137° | 8.97% | 91.76% |
CMYK | 8.97% | 0.00% | 6.41% |
8.24% |
Color #D5EADB in popluar number systems.
HEX | D5 | EA | DB |
Decimal | 213 | 234 | 219 |
Binary | 11010101 | 11101010 | 11011011 |
Octal | 325 | 352 | 333 |
Shades of #D5EADB
Tints of #D5EADB
Examples of css and html codes for elements with #D5EADB color. Also use rgb(213,234,219) instead hex code.
.myTextColor { color: #D5EADB; }
<p style="color:#D5EADB">This sample text font color is #D5EADB.</p>
This text font color is #D5EADB.
.myBgColor { background-color: #D5EADB; }
<div style="background-color:#D5EADB">Inner text</div>
This div background color is #D5EADB.
.myBorderColor { border: 1px solid #D5EADB; }
<div style="border:3px solid #D5EADB">Div</div>
This div border color is #D5EADB.
.myOpacity80 { color: #D5EADB; opacity: 0.8; }
<p style="color:#D5EADB;opacity:0.8;">80%</p>
Text with #D5EADB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5EADB;}
<p style="text-shadow: 3px 3px 1px #D5EADB">Text here.</p>
This text has shadow with #D5EADB color.
.textShadow {text-shadow: 3px 3px 1px #D5EADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5EADB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5EADB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5EADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5EADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5EADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5EADB;
-webkit-box-shadow: 1px 1px 3px 2px #D5EADB;
box-shadow: 1px 1px 3px 2px #D5EADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5EADB; -webkit-box-shadow: 1px 1px 3px 2px #D5EADB; box-shadow:1px 1px 3px 2px #D5EADB;">
Div content here
</div>
This text has color #D5EADB on black background.
This text has color #D5EADB on white background.
This text has black color on #D5EADB background.
This text has white color on #D5EADB background.
Complementary color for #hex is #2A1524.