COLOR #E1F7CD

HEX: #E1F7CD
RGB: (225,247,205)

Color info

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

RGB color model

#E1F7CD color RGB value is (225,247,205).

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

RGB channels and saturation

R 225 of 255 = 88%
G 247 of 255 = 97%
B 205 of 255 = 80%

225
247
205

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

Portions of RGB colors in percentages

R + G + B =
225 + 247 + 205 = 677 (100%)
R 225 of 677 ~ 33.23%
G 247 of 677 ~ 36.48%
B 205 of 677 ~ 30.28%

%33.23
%36.48
%30.28

CMYK color model

#E1F7CD color CMYK value is (9,0,17,3).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 3.14%
CMYK:
(9,0,17,3)
C9M0Y17K3 
(9%,0%,17%,3%)
(0.09/0.00/0.17/0.03)	

CMYK percentages

%8.91
%0
%17
%3.14

Codes

Color #E1F7CD in popluar color models

E1F7CD
RGB225247205
HSL91°72.41%88.63%
HSB/HSV91°17.00%96.86%
CMYK8.91%0.00%17.00%
3.14%

Color #E1F7CD in popluar number systems.

HEXE1F7CD
Decimal225247205
Binary111000011111011111001101
Octal341367315

Shades and tints

Shades of #E1F7CD

#E1F7CD
(225,247,205)
#CDE1BB
(205,225,187)
#B9CBA9
(185,203,169)
#A5B597
(165,181,151)
#919F85
(145,159,133)
#7D8973
(125,137,115)
#697361
(105,115,97)
#555D4F
(85,93,79)
#41473D
(65,71,61)
#2D312B
(45,49,43)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #E1F7CD

#E1F7CD
(225,247,205)
#E3F7D1
(227,247,209)
#E5F7D5
(229,247,213)
#E7F7D9
(231,247,217)
#E9F7DD
(233,247,221)
#EBF7E1
(235,247,225)
#EDF7E5
(237,247,229)
#EFF7E9
(239,247,233)
#F1F7ED
(241,247,237)
#F3F7F1
(243,247,241)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F7CD; }

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

This text font color is #E1F7CD.


Background Color

.myBgColor { background-color: #E1F7CD; }

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

This div background color is #E1F7CD.


Border color

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

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

This div border color is #E1F7CD.


Opacity

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

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

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

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

This text has shadow with #E1F7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F7CD on black background.


Color preview on white background

This text has color #E1F7CD on white background.



Black color preview on #E1F7CD background

This text has black color on #E1F7CD background.


White color preview on #E1F7CD background

This text has white color on #E1F7CD background.