COLOR #E1F1CD

HEX: #E1F1CD
RGB: (225,241,205)

Color info

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

RGB color model

#E1F1CD color RGB value is (225,241,205).

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

RGB channels and saturation

R 225 of 255 = 88%
G 241 of 255 = 95%
B 205 of 255 = 80%

225
241
205

R + G + B ~ 88%. #E1F1CD is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 241 + 205 = 671 (100%)
R 225 of 671 ~ 33.53%
G 241 of 671 ~ 35.92%
B 205 of 671 ~ 30.55%

%33.53
%35.92
%30.55

CMYK color model

#E1F1CD color CMYK value is (7,0,15,5).

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 5.49%
CMYK:
(7,0,15,5)
C7M0Y15K5 
(7%,0%,15%,5%)
(0.07/0.00/0.15/0.05)	

CMYK percentages

%6.64
%0
%14.94
%5.49

Codes

Color #E1F1CD in popluar color models

E1F1CD
RGB225241205
HSL87°56.25%87.45%
HSB/HSV87°14.94%94.51%
CMYK6.64%0.00%14.94%
5.49%

Color #E1F1CD in popluar number systems.

HEXE1F1CD
Decimal225241205
Binary111000011111000111001101
Octal341361315

Shades and tints

Shades of #E1F1CD

#E1F1CD
(225,241,205)
#CDDCBB
(205,220,187)
#B9C7A9
(185,199,169)
#A5B297
(165,178,151)
#919D85
(145,157,133)
#7D8873
(125,136,115)
#697361
(105,115,97)
#555E4F
(85,94,79)
#41493D
(65,73,61)
#2D342B
(45,52,43)
#191F19
(25,31,25)
#000000
(0,0,0)

Tints of #E1F1CD

#E1F1CD
(225,241,205)
#E3F2D1
(227,242,209)
#E5F3D5
(229,243,213)
#E7F4D9
(231,244,217)
#E9F5DD
(233,245,221)
#EBF6E1
(235,246,225)
#EDF7E5
(237,247,229)
#EFF8E9
(239,248,233)
#F1F9ED
(241,249,237)
#F3FAF1
(243,250,241)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F1CD; }

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

This text font color is #E1F1CD.


Background Color

.myBgColor { background-color: #E1F1CD; }

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

This div background color is #E1F1CD.


Border color

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

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

This div border color is #E1F1CD.


Opacity

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

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

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

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

This text has shadow with #E1F1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F1CD on black background.


Color preview on white background

This text has color #E1F1CD on white background.



Black color preview on #E1F1CD background

This text has black color on #E1F1CD background.


White color preview on #E1F1CD background

This text has white color on #E1F1CD background.