COLOR #E1F7DA

HEX: #E1F7DA
RGB: (225,247,218)

Color info

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

RGB color model

#E1F7DA color RGB value is (225,247,218).

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

RGB channels and saturation

R 225 of 255 = 88%
G 247 of 255 = 97%
B 218 of 255 = 85%

225
247
218

R + G + B ~ 90%. #E1F7DA is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 247 + 218 = 690 (100%)
R 225 of 690 ~ 32.61%
G 247 of 690 ~ 35.8%
B 218 of 690 ~ 31.59%

%32.61
%35.8
%31.59

CMYK color model

#E1F7DA color CMYK value is (9,0,12,3).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(9,0,12,3)
C9M0Y12K3 
(9%,0%,12%,3%)
(0.09/0.00/0.12/0.03)	

CMYK percentages

%8.91
%0
%11.74
%3.14

Codes

Color #E1F7DA in popluar color models

E1F7DA
RGB225247218
HSL106°64.44%91.18%
HSB/HSV106°11.74%96.86%
CMYK8.91%0.00%11.74%
3.14%

Color #E1F7DA in popluar number systems.

HEXE1F7DA
Decimal225247218
Binary111000011111011111011010
Octal341367332

Shades and tints

Shades of #E1F7DA

#E1F7DA
(225,247,218)
#CDE1C7
(205,225,199)
#B9CBB4
(185,203,180)
#A5B5A1
(165,181,161)
#919F8E
(145,159,142)
#7D897B
(125,137,123)
#697368
(105,115,104)
#555D55
(85,93,85)
#414742
(65,71,66)
#2D312F
(45,49,47)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #E1F7DA

#E1F7DA
(225,247,218)
#E3F7DD
(227,247,221)
#E5F7E0
(229,247,224)
#E7F7E3
(231,247,227)
#E9F7E6
(233,247,230)
#EBF7E9
(235,247,233)
#EDF7EC
(237,247,236)
#EFF7EF
(239,247,239)
#F1F7F2
(241,247,242)
#F3F7F5
(243,247,245)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F7DA; }

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

This text font color is #E1F7DA.


Background Color

.myBgColor { background-color: #E1F7DA; }

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

This div background color is #E1F7DA.


Border color

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

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

This div border color is #E1F7DA.


Opacity

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

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

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

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

This text has shadow with #E1F7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F7DA on black background.


Color preview on white background

This text has color #E1F7DA on white background.



Black color preview on #E1F7DA background

This text has black color on #E1F7DA background.


White color preview on #E1F7DA background

This text has white color on #E1F7DA background.