COLOR #E1F3C4

HEX: #E1F3C4
RGB: (225,243,196)

Color info

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

RGB color model

#E1F3C4 color RGB value is (225,243,196).

  • red value is 225;
  • green value is 243;
  • blue value is 196.
RGB:
(225,243,196)
(88%,95%,77%)

RGB channels and saturation

R 225 of 255 = 88%
G 243 of 255 = 95%
B 196 of 255 = 77%

225
243
196

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

Portions of RGB colors in percentages

R + G + B =
225 + 243 + 196 = 664 (100%)
R 225 of 664 ~ 33.89%
G 243 of 664 ~ 36.6%
B 196 of 664 ~ 29.52%

%33.89
%36.6
%29.52

CMYK color model

#E1F3C4 color CMYK value is (7,0,19,5).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 4.71%
CMYK:
(7,0,19,5)
C7M0Y19K5 
(7%,0%,19%,5%)
(0.07/0.00/0.19/0.05)	

CMYK percentages

%7.41
%0
%19.34
%4.71

Codes

Color #E1F3C4 in popluar color models

E1F3C4
RGB225243196
HSL83°66.20%86.08%
HSB/HSV83°19.34%95.29%
CMYK7.41%0.00%19.34%
4.71%

Color #E1F3C4 in popluar number systems.

HEXE1F3C4
Decimal225243196
Binary111000011111001111000100
Octal341363304

Shades and tints

Shades of #E1F3C4

#E1F3C4
(225,243,196)
#CDDDB3
(205,221,179)
#B9C7A2
(185,199,162)
#A5B191
(165,177,145)
#919B80
(145,155,128)
#7D856F
(125,133,111)
#696F5E
(105,111,94)
#55594D
(85,89,77)
#41433C
(65,67,60)
#2D2D2B
(45,45,43)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #E1F3C4

#E1F3C4
(225,243,196)
#E3F4C9
(227,244,201)
#E5F5CE
(229,245,206)
#E7F6D3
(231,246,211)
#E9F7D8
(233,247,216)
#EBF8DD
(235,248,221)
#EDF9E2
(237,249,226)
#EFFAE7
(239,250,231)
#F1FBEC
(241,251,236)
#F3FCF1
(243,252,241)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F3C4 color. Also use rgb(225,243,196) instead hex code.

Text Font Color

.myTextColor { color: #E1F3C4; }

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

This text font color is #E1F3C4.


Background Color

.myBgColor { background-color: #E1F3C4; }

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

This div background color is #E1F3C4.


Border color

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

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

This div border color is #E1F3C4.


Opacity

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

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

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

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

This text has shadow with #E1F3C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F3C4 on black background.


Color preview on white background

This text has color #E1F3C4 on white background.



Black color preview on #E1F3C4 background

This text has black color on #E1F3C4 background.


White color preview on #E1F3C4 background

This text has white color on #E1F3C4 background.