HEX: #D5EFBB
RGB: (213,239,187)
#D5EFBB contains red, green and blue colors in about the same proportion. Web safe color of #D5EFBB is #CCFFCC (or #CFC).
#D5EFBB color RGB value is (213,239,187).
RGB: (213,239,187)
(84%, 94%, 73%)
R 213 of 255 = 84%
G 239 of 255 = 94%
B 187 of 255 = 73%
R + G + B ~ 84%. #D5EFBB is quite light color.
R + G + B = 213 + 239 + 187 = 639 (100%)
R 213 of 639 ~ 33.33%
G 239 of 639 ~ 37.4%
B 187 of 639 ~ 29.26'%
#D5EFBB color CMYK value is (11,0,22,6).
CMYK: (11,0,22,6) C11M0Y22K6 (11%,0%,22%,6%) (0.11/0.00/0.22/0.06)
Color #D5EFBB in popluar color models
D5 | EF | BB | |
---|---|---|---|
RGB | 213 | 239 | 187 |
HSL | 90° | 61.90% | 83.53% |
HSB/HSV | 90° | 21.76% | 93.73% |
CMYK | 10.88% | 0.00% | 21.76% |
6.27% |
Color #D5EFBB in popluar number systems.
HEX | D5 | EF | BB |
Decimal | 213 | 239 | 187 |
Binary | 11010101 | 11101111 | 10111011 |
Octal | 325 | 357 | 273 |
Shades of #D5EFBB
Tints of #D5EFBB
Examples of css and html codes for elements with #D5EFBB color. Also use rgb(213,239,187) instead hex code.
.myTextColor { color: #D5EFBB; }
<p style="color:#D5EFBB">This sample text font color is #D5EFBB.</p>
This text font color is #D5EFBB.
.myBgColor { background-color: #D5EFBB; }
<div style="background-color:#D5EFBB">Inner text</div>
This div background color is #D5EFBB.
.myBorderColor { border: 1px solid #D5EFBB; }
<div style="border:3px solid #D5EFBB">Div</div>
This div border color is #D5EFBB.
.myOpacity80 { color: #D5EFBB; opacity: 0.8; }
<p style="color:#D5EFBB;opacity:0.8;">80%</p>
Text with #D5EFBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5EFBB;}
<p style="text-shadow: 3px 3px 1px #D5EFBB">Text here.</p>
This text has shadow with #D5EFBB color.
.textShadow {text-shadow: 3px 3px 1px #D5EFBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5EFBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5EFBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5EFBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5EFBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5EFBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5EFBB;
-webkit-box-shadow: 1px 1px 3px 2px #D5EFBB;
box-shadow: 1px 1px 3px 2px #D5EFBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5EFBB; -webkit-box-shadow: 1px 1px 3px 2px #D5EFBB; box-shadow:1px 1px 3px 2px #D5EFBB;">
Div content here
</div>
This text has color #D5EFBB on black background.
This text has color #D5EFBB on white background.
This text has black color on #D5EFBB background.
This text has white color on #D5EFBB background.
Complementary color for #hex is #2A1044.