COLOR #E1F1C5

HEX: #E1F1C5
RGB: (225,241,197)

Color info

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

RGB color model

#E1F1C5 color RGB value is (225,241,197).

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

RGB channels and saturation

R 225 of 255 = 88%
G 241 of 255 = 95%
B 197 of 255 = 77%

225
241
197

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

Portions of RGB colors in percentages

R + G + B =
225 + 241 + 197 = 663 (100%)
R 225 of 663 ~ 33.94%
G 241 of 663 ~ 36.35%
B 197 of 663 ~ 29.71%

%33.94
%36.35
%29.71

CMYK color model

#E1F1C5 color CMYK value is (7,0,18,5).

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 5.49%
CMYK:
(7,0,18,5)
C7M0Y18K5 
(7%,0%,18%,5%)
(0.07/0.00/0.18/0.05)	

CMYK percentages

%6.64
%0
%18.26
%5.49

Codes

Color #E1F1C5 in popluar color models

E1F1C5
RGB225241197
HSL82°61.11%85.88%
HSB/HSV82°18.26%94.51%
CMYK6.64%0.00%18.26%
5.49%

Color #E1F1C5 in popluar number systems.

HEXE1F1C5
Decimal225241197
Binary111000011111000111000101
Octal341361305

Shades and tints

Shades of #E1F1C5

#E1F1C5
(225,241,197)
#CDDCB4
(205,220,180)
#B9C7A3
(185,199,163)
#A5B292
(165,178,146)
#919D81
(145,157,129)
#7D8870
(125,136,112)
#69735F
(105,115,95)
#555E4E
(85,94,78)
#41493D
(65,73,61)
#2D342C
(45,52,44)
#191F1B
(25,31,27)
#000000
(0,0,0)

Tints of #E1F1C5

#E1F1C5
(225,241,197)
#E3F2CA
(227,242,202)
#E5F3CF
(229,243,207)
#E7F4D4
(231,244,212)
#E9F5D9
(233,245,217)
#EBF6DE
(235,246,222)
#EDF7E3
(237,247,227)
#EFF8E8
(239,248,232)
#F1F9ED
(241,249,237)
#F3FAF2
(243,250,242)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F1C5 color. Also use rgb(225,241,197) instead hex code.

Text Font Color

.myTextColor { color: #E1F1C5; }

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

This text font color is #E1F1C5.


Background Color

.myBgColor { background-color: #E1F1C5; }

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

This div background color is #E1F1C5.


Border color

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

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

This div border color is #E1F1C5.


Opacity

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

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

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

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

This text has shadow with #E1F1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F1C5 on black background.


Color preview on white background

This text has color #E1F1C5 on white background.



Black color preview on #E1F1C5 background

This text has black color on #E1F1C5 background.


White color preview on #E1F1C5 background

This text has white color on #E1F1C5 background.