HEX: #D5EFED
RGB: (213,239,237)
#D5EFED contains red, green and blue colors in about the same proportion. Web safe color of #D5EFED is #CCFFFF (or #CFF).
#D5EFED color RGB value is (213,239,237).
RGB: (213,239,237)
(84%, 94%, 93%)
R 213 of 255 = 84%
G 239 of 255 = 94%
B 237 of 255 = 93%
R + G + B ~ 90%. #D5EFED is light color.
R + G + B = 213 + 239 + 237 = 689 (100%)
R 213 of 689 ~ 30.91%
G 239 of 689 ~ 34.69%
B 237 of 689 ~ 34.4'%
#D5EFED color CMYK value is (11,0,1,6).
CMYK: (11,0,1,6) C11M0Y1K6 (11%,0%,1%,6%) (0.11/0.00/0.01/0.06)
Color #D5EFED in popluar color models
D5 | EF | ED | |
---|---|---|---|
RGB | 213 | 239 | 237 |
HSL | 175° | 44.83% | 88.63% |
HSB/HSV | 175° | 10.88% | 93.73% |
CMYK | 10.88% | 0.00% | 0.84% |
6.27% |
Color #D5EFED in popluar number systems.
HEX | D5 | EF | ED |
Decimal | 213 | 239 | 237 |
Binary | 11010101 | 11101111 | 11101101 |
Octal | 325 | 357 | 355 |
Shades of #D5EFED
Tints of #D5EFED
Examples of css and html codes for elements with #D5EFED color. Also use rgb(213,239,237) instead hex code.
.myTextColor { color: #D5EFED; }
<p style="color:#D5EFED">This sample text font color is #D5EFED.</p>
This text font color is #D5EFED.
.myBgColor { background-color: #D5EFED; }
<div style="background-color:#D5EFED">Inner text</div>
This div background color is #D5EFED.
.myBorderColor { border: 1px solid #D5EFED; }
<div style="border:3px solid #D5EFED">Div</div>
This div border color is #D5EFED.
.myOpacity80 { color: #D5EFED; opacity: 0.8; }
<p style="color:#D5EFED;opacity:0.8;">80%</p>
Text with #D5EFED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5EFED;}
<p style="text-shadow: 3px 3px 1px #D5EFED">Text here.</p>
This text has shadow with #D5EFED color.
.textShadow {text-shadow: 3px 3px 1px #D5EFED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5EFED, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5EFED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5EFED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5EFED, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5EFED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5EFED;
-webkit-box-shadow: 1px 1px 3px 2px #D5EFED;
box-shadow: 1px 1px 3px 2px #D5EFED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5EFED; -webkit-box-shadow: 1px 1px 3px 2px #D5EFED; box-shadow:1px 1px 3px 2px #D5EFED;">
Div content here
</div>
This text has color #D5EFED on black background.
This text has color #D5EFED on white background.
This text has black color on #D5EFED background.
This text has white color on #D5EFED background.
Complementary color for #hex is #2A1012.