COLOR #E1F2BE

HEX: #E1F2BE RGB: (225,242,190)

Color info

#E1F2BE contains red, green and blue colors in about the same proportion. Web safe color of #E1F2BE is #CCFFCC (or #CFC).

RGB color model

#E1F2BE color RGB value is (225,242,190).

RGB: (225,242,190) (88%, 95%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 242 of 255 = 95%
B 190 of 255 = 75%

225
242
190

R + G + B ~ 86%. #E1F2BE is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 242 + 190 = 657 (100%)
R 225 of 657 ~ 34.25%
G 242 of 657 ~ 36.83%
B 190 of 657 ~ 28.92'%

%34.25
%36.83
%28.92

CMYK color model

#E1F2BE color CMYK value is (7,0,21,5).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 21.49%
  • key color value is 5.10%

CMYK: (7,0,21,5)
C7M0Y21K5 (7%, 0%, 21%, 5%)
(0.07 / 0.00 / 0.21 / 0.05)

CMYK percentages

%7.02
%0
%21.49
%5.1

Codes

Color #E1F2BE in popluar color models

E1 F2 BE
RGB 225 242 190
HSL 80° 66.67% 84.71%
HSB/HSV 80° 21.49% 94.90%
CMYK 7.02% 0.00% 21.49%
5.10%

Color #E1F2BE in popluar number systems.

HEX E1 F2 BE
Decimal 225 242 190
Binary 11100001 11110010 10111110
Octal 341 362 276

Shades and tints

Shades of #E1F2BE

#E1F2BE
(225,242,190)
#CDDCAD
(205,220,173)
#B9C69C
(185,198,156)
#A5B08B
(165,176,139)
#919A7A
(145,154,122)
#7D8469
(125,132,105)
#696E58
(105,110,88)
#555847
(85,88,71)
#414236
(65,66,54)
#2D2C25
(45,44,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #E1F2BE

#E1F2BE
(225,242,190)
#E3F3C3
(227,243,195)
#E5F4C8
(229,244,200)
#E7F5CD
(231,245,205)
#E9F6D2
(233,246,210)
#EBF7D7
(235,247,215)
#EDF8DC
(237,248,220)
#EFF9E1
(239,249,225)
#F1FAE6
(241,250,230)
#F3FBEB
(243,251,235)
#F5FCF0
(245,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F2BE color. Also use rgb(225,242,190) instead hex code.

Text Font Color

.myTextColor { color: #E1F2BE; }

<p style="color:#E1F2BE">This sample text font color is #E1F2BE.</p>

This text font color is #E1F2BE.

Background Color

.myBgColor { background-color: #E1F2BE; }

<div style="background-color:#E1F2BE">Inner text</div>

This div background color is #E1F2BE.

Border color

.myBorderColor { border: 1px solid #E1F2BE; }

<div style="border:3px solid #E1F2BE">Div</div>

This div border color is #E1F2BE.

Opacity

.myOpacity80 { color: #E1F2BE; opacity: 0.8; }

<p style="color:#E1F2BE;opacity:0.8;">80%</p>

Text with #E1F2BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E1F2BE;}

<p style="text-shadow: 3px 3px 1px #E1F2BE">Text here.</p>

This text has shadow with #E1F2BE color.


.textShadow {text-shadow: 3px 3px 1px #E1F2BE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E1F2BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #E1F2BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1F2BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E1F2BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #E1F2BE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1F2BE;
-webkit-box-shadow: 1px 1px 3px 2px #E1F2BE;
box-shadow: 1px 1px 3px 2px #E1F2BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1F2BE; -webkit-box-shadow: 1px 1px 3px 2px #E1F2BE; box-shadow:1px 1px 3px 2px #E1F2BE;">
Div content here
</div>

This div box has shadow with color #E1F2BE.

Preview

Color preview on black background

This text has color #E1F2BE on black background.


Color preview on white background

This text has color #E1F2BE on white background.


Black color preview on #E1F2BE background

This text has black color on #E1F2BE background.


White color preview on #E1F2BE background

This text has white color on #E1F2BE background.


Related colors

Complementary color

Complementary color for #hex is #1E0D41.


I love getcolorcode.com

Triadic colors

1 #BEE1F2 and #F2BEE1 with #E1F2BE are triadic colors.

2 #BEF2E1 and #F2E1BE with #E1F2BE are triadic colors.