HEX: #D6EFDA
RGB: (214,239,218)
#D6EFDA contains red, green and blue colors in about the same proportion. Web safe color of #D6EFDA is #CCFFCC (or #CFC).
#D6EFDA color RGB value is (214,239,218).
RGB: (214,239,218)
(84%, 94%, 85%)
R 214 of 255 = 84%
G 239 of 255 = 94%
B 218 of 255 = 85%
R + G + B ~ 88%. #D6EFDA is light color.
R + G + B = 214 + 239 + 218 = 671 (100%)
R 214 of 671 ~ 31.89%
G 239 of 671 ~ 35.62%
B 218 of 671 ~ 32.49'%
#D6EFDA color CMYK value is (10,0,9,6).
CMYK: (10,0,9,6)
C10M0Y9K6 (10%, 0%, 9%, 6%)
(0.10 / 0.00 / 0.09 / 0.06)
Color #D6EFDA in popluar color models
D6 | EF | DA | |
---|---|---|---|
RGB | 214 | 239 | 218 |
HSL | 130° | 43.86% | 88.82% |
HSB/HSV | 130° | 10.46% | 93.73% |
CMYK | 10.46% | 0.00% | 8.79% |
6.27% |
Color #D6EFDA in popluar number systems.
HEX | D6 | EF | DA |
Decimal | 214 | 239 | 218 |
Binary | 11010110 | 11101111 | 11011010 |
Octal | 326 | 357 | 332 |
Shades of #D6EFDA
Tints of #D6EFDA
Examples of css and html codes for elements with #D6EFDA color. Also use rgb(214,239,218) instead hex code.
.myTextColor { color: #D6EFDA; }
<p style="color:#D6EFDA">This sample text font color is #D6EFDA.</p>
This text font color is #D6EFDA.
.myBgColor { background-color: #D6EFDA; }
<div style="background-color:#D6EFDA">Inner text</div>
This div background color is #D6EFDA.
.myBorderColor { border: 1px solid #D6EFDA; }
<div style="border:3px solid #D6EFDA">Div</div>
This div border color is #D6EFDA.
.myOpacity80 { color: #D6EFDA; opacity: 0.8; }
<p style="color:#D6EFDA;opacity:0.8;">80%</p>
Text with #D6EFDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6EFDA;}
<p style="text-shadow: 3px 3px 1px #D6EFDA">Text here.</p>
This text has shadow with #D6EFDA color.
.textShadow {text-shadow: 3px 3px 1px #D6EFDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6EFDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6EFDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6EFDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6EFDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6EFDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6EFDA;
-webkit-box-shadow: 1px 1px 3px 2px #D6EFDA;
box-shadow: 1px 1px 3px 2px #D6EFDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6EFDA; -webkit-box-shadow: 1px 1px 3px 2px #D6EFDA; box-shadow:1px 1px 3px 2px #D6EFDA;">
Div content here
</div>
This text has color #D6EFDA on black background.
This text has color #D6EFDA on white background.
This text has black color on #D6EFDA background.
This text has white color on #D6EFDA background.
Complementary color for #hex is #291025.