HEX: #E4F2BE
RGB: (228,242,190)
#E4F2BE contains red, green and blue colors in about the same proportion. Web safe color of #E4F2BE is #CCFFCC (or #CFC).
#E4F2BE color RGB value is (228,242,190).
RGB: (228,242,190)
(89%, 95%, 75%)
R 228 of 255 = 89%
G 242 of 255 = 95%
B 190 of 255 = 75%
R + G + B ~ 86%. #E4F2BE is light color.
R + G + B = 228 + 242 + 190 = 660 (100%)
R 228 of 660 ~ 34.55%
G 242 of 660 ~ 36.67%
B 190 of 660 ~ 28.79'%
#E4F2BE color CMYK value is (6,0,21,5).
CMYK: (6,0,21,5) C6M0Y21K5 (6%,0%,21%,5%) (0.06/0.00/0.21/0.05)
Color #E4F2BE in popluar color models
E4 | F2 | BE | |
---|---|---|---|
RGB | 228 | 242 | 190 |
HSL | 76° | 66.67% | 84.71% |
HSB/HSV | 76° | 21.49% | 94.90% |
CMYK | 5.79% | 0.00% | 21.49% |
5.10% |
Color #E4F2BE in popluar number systems.
HEX | E4 | F2 | BE |
Decimal | 228 | 242 | 190 |
Binary | 11100100 | 11110010 | 10111110 |
Octal | 344 | 362 | 276 |
Shades of #E4F2BE
Tints of #E4F2BE
Examples of css and html codes for elements with #E4F2BE color. Also use rgb(228,242,190) instead hex code.
.myTextColor { color: #E4F2BE; }
<p style="color:#E4F2BE">This sample text font color is #E4F2BE.</p>
This text font color is #E4F2BE.
.myBgColor { background-color: #E4F2BE; }
<div style="background-color:#E4F2BE">Inner text</div>
This div background color is #E4F2BE.
.myBorderColor { border: 1px solid #E4F2BE; }
<div style="border:3px solid #E4F2BE">Div</div>
This div border color is #E4F2BE.
.myOpacity80 { color: #E4F2BE; opacity: 0.8; }
<p style="color:#E4F2BE;opacity:0.8;">80%</p>
Text with #E4F2BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4F2BE;}
<p style="text-shadow: 3px 3px 1px #E4F2BE">Text here.</p>
This text has shadow with #E4F2BE color.
.textShadow {text-shadow: 3px 3px 1px #E4F2BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4F2BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4F2BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4F2BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4F2BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4F2BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4F2BE;
-webkit-box-shadow: 1px 1px 3px 2px #E4F2BE;
box-shadow: 1px 1px 3px 2px #E4F2BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4F2BE; -webkit-box-shadow: 1px 1px 3px 2px #E4F2BE; box-shadow:1px 1px 3px 2px #E4F2BE;">
Div content here
</div>
This text has color #E4F2BE on black background.
This text has color #E4F2BE on white background.
This text has black color on #E4F2BE background.
This text has white color on #E4F2BE background.
Complementary color for #hex is #1B0D41.