HEX: #E7FEDD
RGB: (231,254,221)
#E7FEDD contains red, green and blue colors in about the same proportion. Web safe color of #E7FEDD is #FFFFCC (or #FFC).
#E7FEDD color RGB value is (231,254,221).
RGB: (231,254,221)
(91%, 100%, 87%)
R 231 of 255 = 91%
G 254 of 255 = 100%
B 221 of 255 = 87%
R + G + B ~ 93%. #E7FEDD is light color.
R + G + B = 231 + 254 + 221 = 706 (100%)
R 231 of 706 ~ 32.72%
G 254 of 706 ~ 35.98%
B 221 of 706 ~ 31.3'%
#E7FEDD color CMYK value is (9,0,13,0).
CMYK: (9,0,13,0) C9M0Y13K0 (9%,0%,13%,0%) (0.09/0.00/0.13/0.00)
Color #E7FEDD in popluar color models
E7 | FE | DD | |
---|---|---|---|
RGB | 231 | 254 | 221 |
HSL | 102° | 94.29% | 93.14% |
HSB/HSV | 102° | 12.99% | 99.61% |
CMYK | 9.06% | 0.00% | 12.99% |
0.39% |
Color #E7FEDD in popluar number systems.
HEX | E7 | FE | DD |
Decimal | 231 | 254 | 221 |
Binary | 11100111 | 11111110 | 11011101 |
Octal | 347 | 376 | 335 |
Shades of #E7FEDD
Tints of #E7FEDD
Examples of css and html codes for elements with #E7FEDD color. Also use rgb(231,254,221) instead hex code.
.myTextColor { color: #E7FEDD; }
<p style="color:#E7FEDD">This sample text font color is #E7FEDD.</p>
This text font color is #E7FEDD.
.myBgColor { background-color: #E7FEDD; }
<div style="background-color:#E7FEDD">Inner text</div>
This div background color is #E7FEDD.
.myBorderColor { border: 1px solid #E7FEDD; }
<div style="border:3px solid #E7FEDD">Div</div>
This div border color is #E7FEDD.
.myOpacity80 { color: #E7FEDD; opacity: 0.8; }
<p style="color:#E7FEDD;opacity:0.8;">80%</p>
Text with #E7FEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7FEDD;}
<p style="text-shadow: 3px 3px 1px #E7FEDD">Text here.</p>
This text has shadow with #E7FEDD color.
.textShadow {text-shadow: 3px 3px 1px #E7FEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7FEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7FEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7FEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7FEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7FEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7FEDD;
-webkit-box-shadow: 1px 1px 3px 2px #E7FEDD;
box-shadow: 1px 1px 3px 2px #E7FEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7FEDD; -webkit-box-shadow: 1px 1px 3px 2px #E7FEDD; box-shadow:1px 1px 3px 2px #E7FEDD;">
Div content here
</div>
This text has color #E7FEDD on black background.
This text has color #E7FEDD on white background.
This text has black color on #E7FEDD background.
This text has white color on #E7FEDD background.
Complementary color for #hex is #180122.