HEX: #E4FACE
RGB: (228,250,206)
#E4FACE contains red, green and blue colors in about the same proportion. Web safe color of #E4FACE is #CCFFCC (or #CFC).
#E4FACE color RGB value is (228,250,206).
RGB: (228,250,206)
(89%, 98%, 81%)
R 228 of 255 = 89%
G 250 of 255 = 98%
B 206 of 255 = 81%
R + G + B ~ 89%. #E4FACE is light color.
R + G + B = 228 + 250 + 206 = 684 (100%)
R 228 of 684 ~ 33.33%
G 250 of 684 ~ 36.55%
B 206 of 684 ~ 30.12'%
#E4FACE color CMYK value is (9,0,18,2).
CMYK: (9,0,18,2)
C9M0Y18K2 (9%, 0%, 18%, 2%)
(0.09 / 0.00 / 0.18 / 0.02)
Color #E4FACE in popluar color models
E4 | FA | CE | |
---|---|---|---|
RGB | 228 | 250 | 206 |
HSL | 90° | 81.48% | 89.41% |
HSB/HSV | 90° | 17.60% | 98.04% |
CMYK | 8.80% | 0.00% | 17.60% |
1.96% |
Color #E4FACE in popluar number systems.
HEX | E4 | FA | CE |
Decimal | 228 | 250 | 206 |
Binary | 11100100 | 11111010 | 11001110 |
Octal | 344 | 372 | 316 |
Shades of #E4FACE
Tints of #E4FACE
Examples of css and html codes for elements with #E4FACE color. Also use rgb(228,250,206) instead hex code.
.myTextColor { color: #E4FACE; }
<p style="color:#E4FACE">This sample text font color is #E4FACE.</p>
This text font color is #E4FACE.
.myBgColor { background-color: #E4FACE; }
<div style="background-color:#E4FACE">Inner text</div>
This div background color is #E4FACE.
.myBorderColor { border: 1px solid #E4FACE; }
<div style="border:3px solid #E4FACE">Div</div>
This div border color is #E4FACE.
.myOpacity80 { color: #E4FACE; opacity: 0.8; }
<p style="color:#E4FACE;opacity:0.8;">80%</p>
Text with #E4FACE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4FACE;}
<p style="text-shadow: 3px 3px 1px #E4FACE">Text here.</p>
This text has shadow with #E4FACE color.
.textShadow {text-shadow: 3px 3px 1px #E4FACE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4FACE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4FACE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4FACE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4FACE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4FACE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4FACE;
-webkit-box-shadow: 1px 1px 3px 2px #E4FACE;
box-shadow: 1px 1px 3px 2px #E4FACE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4FACE; -webkit-box-shadow: 1px 1px 3px 2px #E4FACE; box-shadow:1px 1px 3px 2px #E4FACE;">
Div content here
</div>
This text has color #E4FACE on black background.
This text has color #E4FACE on white background.
This text has black color on #E4FACE background.
This text has white color on #E4FACE background.
Complementary color for #hex is #1B0531.