HEX: #E1F3BD
RGB: (225,243,189)
#E1F3BD contains red, green and blue colors in about the same proportion. Web safe color of #E1F3BD is #CCFFCC (or #CFC).
#E1F3BD color RGB value is (225,243,189).
RGB: (225,243,189)
(88%, 95%, 74%)
R 225 of 255 = 88%
G 243 of 255 = 95%
B 189 of 255 = 74%
R + G + B ~ 86%. #E1F3BD is light color.
R + G + B = 225 + 243 + 189 = 657 (100%)
R 225 of 657 ~ 34.25%
G 243 of 657 ~ 36.99%
B 189 of 657 ~ 28.77'%
#E1F3BD color CMYK value is (7,0,22,5).
CMYK: (7,0,22,5)
C7M0Y22K5 (7%, 0%, 22%, 5%)
(0.07 / 0.00 / 0.22 / 0.05)
Color #E1F3BD in popluar color models
E1 | F3 | BD | |
---|---|---|---|
RGB | 225 | 243 | 189 |
HSL | 80° | 69.23% | 84.71% |
HSB/HSV | 80° | 22.22% | 95.29% |
CMYK | 7.41% | 0.00% | 22.22% |
4.71% |
Color #E1F3BD in popluar number systems.
HEX | E1 | F3 | BD |
Decimal | 225 | 243 | 189 |
Binary | 11100001 | 11110011 | 10111101 |
Octal | 341 | 363 | 275 |
Shades of #E1F3BD
Tints of #E1F3BD
Examples of css and html codes for elements with #E1F3BD color. Also use rgb(225,243,189) instead hex code.
.myTextColor { color: #E1F3BD; }
<p style="color:#E1F3BD">This sample text font color is #E1F3BD.</p>
This text font color is #E1F3BD.
.myBgColor { background-color: #E1F3BD; }
<div style="background-color:#E1F3BD">Inner text</div>
This div background color is #E1F3BD.
.myBorderColor { border: 1px solid #E1F3BD; }
<div style="border:3px solid #E1F3BD">Div</div>
This div border color is #E1F3BD.
.myOpacity80 { color: #E1F3BD; opacity: 0.8; }
<p style="color:#E1F3BD;opacity:0.8;">80%</p>
Text with #E1F3BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1F3BD;}
<p style="text-shadow: 3px 3px 1px #E1F3BD">Text here.</p>
This text has shadow with #E1F3BD color.
.textShadow {text-shadow: 3px 3px 1px #E1F3BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1F3BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1F3BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1F3BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1F3BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1F3BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1F3BD;
-webkit-box-shadow: 1px 1px 3px 2px #E1F3BD;
box-shadow: 1px 1px 3px 2px #E1F3BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1F3BD; -webkit-box-shadow: 1px 1px 3px 2px #E1F3BD; box-shadow:1px 1px 3px 2px #E1F3BD;">
Div content here
</div>
This text has color #E1F3BD on black background.
This text has color #E1F3BD on white background.
This text has black color on #E1F3BD background.
This text has white color on #E1F3BD background.
Complementary color for #hex is #1E0C42.