HEX: #E5FFCE
RGB: (229,255,206)
#E5FFCE contains red, green and blue colors in about the same proportion. Web safe color of #E5FFCE is #CCFFCC (or #CFC).
#E5FFCE color RGB value is (229,255,206).
RGB: (229,255,206)
(90%, 100%, 81%)
R 229 of 255 = 90%
G 255 of 255 = 100%
B 206 of 255 = 81%
R + G + B ~ 90%. #E5FFCE is light color.
R + G + B = 229 + 255 + 206 = 690 (100%)
R 229 of 690 ~ 33.19%
G 255 of 690 ~ 36.96%
B 206 of 690 ~ 29.86'%
#E5FFCE color CMYK value is (10,0,19,0).
CMYK: (10,0,19,0) C10M0Y19K0 (10%,0%,19%,0%) (0.10/0.00/0.19/0.00)
Color #E5FFCE in popluar color models
E5 | FF | CE | |
---|---|---|---|
RGB | 229 | 255 | 206 |
HSL | 92° | 100.00% | 90.39% |
HSB/HSV | 92° | 19.22% | 100.00% |
CMYK | 10.20% | 0.00% | 19.22% |
0.00% |
Color #E5FFCE in popluar number systems.
HEX | E5 | FF | CE |
Decimal | 229 | 255 | 206 |
Binary | 11100101 | 11111111 | 11001110 |
Octal | 345 | 377 | 316 |
Shades of #E5FFCE
Tints of #E5FFCE
Examples of css and html codes for elements with #E5FFCE color. Also use rgb(229,255,206) instead hex code.
.myTextColor { color: #E5FFCE; }
<p style="color:#E5FFCE">This sample text font color is #E5FFCE.</p>
This text font color is #E5FFCE.
.myBgColor { background-color: #E5FFCE; }
<div style="background-color:#E5FFCE">Inner text</div>
This div background color is #E5FFCE.
.myBorderColor { border: 1px solid #E5FFCE; }
<div style="border:3px solid #E5FFCE">Div</div>
This div border color is #E5FFCE.
.myOpacity80 { color: #E5FFCE; opacity: 0.8; }
<p style="color:#E5FFCE;opacity:0.8;">80%</p>
Text with #E5FFCE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5FFCE;}
<p style="text-shadow: 3px 3px 1px #E5FFCE">Text here.</p>
This text has shadow with #E5FFCE color.
.textShadow {text-shadow: 3px 3px 1px #E5FFCE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5FFCE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5FFCE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5FFCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5FFCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5FFCE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5FFCE;
-webkit-box-shadow: 1px 1px 3px 2px #E5FFCE;
box-shadow: 1px 1px 3px 2px #E5FFCE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5FFCE; -webkit-box-shadow: 1px 1px 3px 2px #E5FFCE; box-shadow:1px 1px 3px 2px #E5FFCE;">
Div content here
</div>
This text has color #E5FFCE on black background.
This text has color #E5FFCE on white background.
This text has black color on #E5FFCE background.
This text has white color on #E5FFCE background.
Complementary color for #hex is #1A0031.