COLOR #E1F4C8

HEX: #E1F4C8
RGB: (225,244,200)

Color info

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

RGB color model

#E1F4C8 color RGB value is (225,244,200).

  • red value is 225;
  • green value is 244;
  • blue value is 200.
RGB:
(225,244,200)
(88%,96%,78%)

RGB channels and saturation

R 225 of 255 = 88%
G 244 of 255 = 96%
B 200 of 255 = 78%

225
244
200

R + G + B ~ 87%. #E1F4C8 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 244 + 200 = 669 (100%)
R 225 of 669 ~ 33.63%
G 244 of 669 ~ 36.47%
B 200 of 669 ~ 29.9%

%33.63
%36.47
%29.9

CMYK color model

#E1F4C8 color CMYK value is (8,0,18,4).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 4.31%
CMYK:
(8,0,18,4)
C8M0Y18K4 
(8%,0%,18%,4%)
(0.08/0.00/0.18/0.04)	

CMYK percentages

%7.79
%0
%18.03
%4.31

Codes

Color #E1F4C8 in popluar color models

E1F4C8
RGB225244200
HSL86°66.67%87.06%
HSB/HSV86°18.03%95.69%
CMYK7.79%0.00%18.03%
4.31%

Color #E1F4C8 in popluar number systems.

HEXE1F4C8
Decimal225244200
Binary111000011111010011001000
Octal341364310

Shades and tints

Shades of #E1F4C8

#E1F4C8
(225,244,200)
#CDDEB6
(205,222,182)
#B9C8A4
(185,200,164)
#A5B292
(165,178,146)
#919C80
(145,156,128)
#7D866E
(125,134,110)
#69705C
(105,112,92)
#555A4A
(85,90,74)
#414438
(65,68,56)
#2D2E26
(45,46,38)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #E1F4C8

#E1F4C8
(225,244,200)
#E3F5CD
(227,245,205)
#E5F6D2
(229,246,210)
#E7F7D7
(231,247,215)
#E9F8DC
(233,248,220)
#EBF9E1
(235,249,225)
#EDFAE6
(237,250,230)
#EFFBEB
(239,251,235)
#F1FCF0
(241,252,240)
#F3FDF5
(243,253,245)
#F5FEFA
(245,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F4C8 color. Also use rgb(225,244,200) instead hex code.

Text Font Color

.myTextColor { color: #E1F4C8; }

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

This text font color is #E1F4C8.


Background Color

.myBgColor { background-color: #E1F4C8; }

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

This div background color is #E1F4C8.


Border color

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

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

This div border color is #E1F4C8.


Opacity

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

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

Text with #E1F4C8 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 #E1F4C8;}

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

This text has shadow with #E1F4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F4C8 on black background.


Color preview on white background

This text has color #E1F4C8 on white background.



Black color preview on #E1F4C8 background

This text has black color on #E1F4C8 background.


White color preview on #E1F4C8 background

This text has white color on #E1F4C8 background.