COLOR #E1F7DF

HEX: #E1F7DF RGB: (225,247,223)

Color info

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

RGB color model

#E1F7DF color RGB value is (225,247,223).

RGB: (225,247,223) (88%, 97%, 87%)

RGB channels and saturation

R 225 of 255 = 88%
G 247 of 255 = 97%
B 223 of 255 = 87%

225
247
223

R + G + B ~ 91%. #E1F7DF is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 247 + 223 = 695 (100%)
R 225 of 695 ~ 32.37%
G 247 of 695 ~ 35.54%
B 223 of 695 ~ 32.09'%

%32.37
%35.54
%32.09

CMYK color model

#E1F7DF color CMYK value is (9,0,10,3).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 3.14%

CMYK: (9,0,10,3)
C9M0Y10K3 (9%, 0%, 10%, 3%)
(0.09 / 0.00 / 0.10 / 0.03)

CMYK percentages

%8.91
%0
%9.72
%3.14

Codes

Color #E1F7DF in popluar color models

E1 F7 DF
RGB 225 247 223
HSL 115° 60.00% 92.16%
HSB/HSV 115° 9.72% 96.86%
CMYK 8.91% 0.00% 9.72%
3.14%

Color #E1F7DF in popluar number systems.

HEX E1 F7 DF
Decimal 225 247 223
Binary 11100001 11110111 11011111
Octal 341 367 337

Shades and tints

Shades of #E1F7DF

#E1F7DF
(225,247,223)
#CDE1CB
(205,225,203)
#B9CBB7
(185,203,183)
#A5B5A3
(165,181,163)
#919F8F
(145,159,143)
#7D897B
(125,137,123)
#697367
(105,115,103)
#555D53
(85,93,83)
#41473F
(65,71,63)
#2D312B
(45,49,43)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #E1F7DF

#E1F7DF
(225,247,223)
#E3F7E1
(227,247,225)
#E5F7E3
(229,247,227)
#E7F7E5
(231,247,229)
#E9F7E7
(233,247,231)
#EBF7E9
(235,247,233)
#EDF7EB
(237,247,235)
#EFF7ED
(239,247,237)
#F1F7EF
(241,247,239)
#F3F7F1
(243,247,241)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F7DF; }

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

This text font color is #E1F7DF.

Background Color

.myBgColor { background-color: #E1F7DF; }

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

This div background color is #E1F7DF.

Border color

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

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

This div border color is #E1F7DF.

Opacity

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

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

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

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

This text has shadow with #E1F7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F7DF.

Preview

Color preview on black background

This text has color #E1F7DF on black background.


Color preview on white background

This text has color #E1F7DF on white background.


Black color preview on #E1F7DF background

This text has black color on #E1F7DF background.


White color preview on #E1F7DF background

This text has white color on #E1F7DF background.


Related colors

Complementary color

Complementary color for #hex is #1E0820.


I love getcolorcode.com

Triadic colors

1 #DFE1F7 and #F7DFE1 with #E1F7DF are triadic colors.

2 #DFF7E1 and #F7E1DF with #E1F7DF are triadic colors.