HEX: #D5E893
RGB: (213,232,147)
#D5E893 contains mainly red and green colors. Web safe color of #D5E893 is #CCFF99 (or #CF9).
#D5E893 color RGB value is (213,232,147).
RGB: (213,232,147)
(84%, 91%, 58%)
R 213 of 255 = 84%
G 232 of 255 = 91%
B 147 of 255 = 58%
R + G + B ~ 78%. #D5E893 is quite light color.
R + G + B = 213 + 232 + 147 = 592 (100%)
R 213 of 592 ~ 35.98%
G 232 of 592 ~ 39.19%
B 147 of 592 ~ 24.83'%
#D5E893 color CMYK value is (8,0,37,9).
CMYK: (8,0,37,9)
C8M0Y37K9 (8%, 0%, 37%, 9%)
(0.08 / 0.00 / 0.37 / 0.09)
Color #D5E893 in popluar color models
D5 | E8 | 93 | |
---|---|---|---|
RGB | 213 | 232 | 147 |
HSL | 73° | 64.89% | 74.31% |
HSB/HSV | 73° | 36.64% | 90.98% |
CMYK | 8.19% | 0.00% | 36.64% |
9.02% |
Color #D5E893 in popluar number systems.
HEX | D5 | E8 | 93 |
Decimal | 213 | 232 | 147 |
Binary | 11010101 | 11101000 | 10010011 |
Octal | 325 | 350 | 223 |
Shades of #D5E893
Tints of #D5E893
Examples of css and html codes for elements with #D5E893 color. Also use rgb(213,232,147) instead hex code.
.myTextColor { color: #D5E893; }
<p style="color:#D5E893">This sample text font color is #D5E893.</p>
This text font color is #D5E893.
.myBgColor { background-color: #D5E893; }
<div style="background-color:#D5E893">Inner text</div>
This div background color is #D5E893.
.myBorderColor { border: 1px solid #D5E893; }
<div style="border:3px solid #D5E893">Div</div>
This div border color is #D5E893.
.myOpacity80 { color: #D5E893; opacity: 0.8; }
<p style="color:#D5E893;opacity:0.8;">80%</p>
Text with #D5E893 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5E893;}
<p style="text-shadow: 3px 3px 1px #D5E893">Text here.</p>
This text has shadow with #D5E893 color.
.textShadow {text-shadow: 3px 3px 1px #D5E893', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5E893, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5E893 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5E893, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5E893, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5E893 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5E893;
-webkit-box-shadow: 1px 1px 3px 2px #D5E893;
box-shadow: 1px 1px 3px 2px #D5E893;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5E893; -webkit-box-shadow: 1px 1px 3px 2px #D5E893; box-shadow:1px 1px 3px 2px #D5E893;">
Div content here
</div>
This text has color #D5E893 on black background.
This text has color #D5E893 on white background.
This text has black color on #D5E893 background.
This text has white color on #D5E893 background.
Complementary color for #D5E893 is #2A176C.