COLOR #E1F8C3

HEX: #E1F8C3
RGB: (225,248,195)

Color info

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

RGB color model

#E1F8C3 color RGB value is (225,248,195).

  • red value is 225;
  • green value is 248;
  • blue value is 195.
RGB:
(225,248,195)
(88%,97%,76%)

RGB channels and saturation

R 225 of 255 = 88%
G 248 of 255 = 97%
B 195 of 255 = 76%

225
248
195

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

Portions of RGB colors in percentages

R + G + B =
225 + 248 + 195 = 668 (100%)
R 225 of 668 ~ 33.68%
G 248 of 668 ~ 37.13%
B 195 of 668 ~ 29.19%

%33.68
%37.13
%29.19

CMYK color model

#E1F8C3 color CMYK value is (9,0,21,3).

  • cyan value is 9.27%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 2.75%
CMYK:
(9,0,21,3)
C9M0Y21K3 
(9%,0%,21%,3%)
(0.09/0.00/0.21/0.03)	

CMYK percentages

%9.27
%0
%21.37
%2.75

Codes

Color #E1F8C3 in popluar color models

E1F8C3
RGB225248195
HSL86°79.10%86.86%
HSB/HSV86°21.37%97.25%
CMYK9.27%0.00%21.37%
2.75%

Color #E1F8C3 in popluar number systems.

HEXE1F8C3
Decimal225248195
Binary111000011111100011000011
Octal341370303

Shades and tints

Shades of #E1F8C3

#E1F8C3
(225,248,195)
#CDE2B2
(205,226,178)
#B9CCA1
(185,204,161)
#A5B690
(165,182,144)
#91A07F
(145,160,127)
#7D8A6E
(125,138,110)
#69745D
(105,116,93)
#555E4C
(85,94,76)
#41483B
(65,72,59)
#2D322A
(45,50,42)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #E1F8C3

#E1F8C3
(225,248,195)
#E3F8C8
(227,248,200)
#E5F8CD
(229,248,205)
#E7F8D2
(231,248,210)
#E9F8D7
(233,248,215)
#EBF8DC
(235,248,220)
#EDF8E1
(237,248,225)
#EFF8E6
(239,248,230)
#F1F8EB
(241,248,235)
#F3F8F0
(243,248,240)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F8C3 color. Also use rgb(225,248,195) instead hex code.

Text Font Color

.myTextColor { color: #E1F8C3; }

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

This text font color is #E1F8C3.


Background Color

.myBgColor { background-color: #E1F8C3; }

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

This div background color is #E1F8C3.


Border color

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

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

This div border color is #E1F8C3.


Opacity

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

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

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

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

This text has shadow with #E1F8C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F8C3 on black background.


Color preview on white background

This text has color #E1F8C3 on white background.



Black color preview on #E1F8C3 background

This text has black color on #E1F8C3 background.


White color preview on #E1F8C3 background

This text has white color on #E1F8C3 background.