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