COLOR #E7F1DF

HEX: #E7F1DF RGB: (231,241,223)

Color info

#E7F1DF contains red, green and blue colors in about the same proportion. Web safe color of #E7F1DF is #FFFFCC (or #FFC).

RGB color model

#E7F1DF color RGB value is (231,241,223).

RGB: (231,241,223) (91%, 95%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 241 of 255 = 95%
B 223 of 255 = 87%

231
241
223

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

Portions of RGB colors in percentages

R + G + B = 231 + 241 + 223 = 695 (100%)
R 231 of 695 ~ 33.24%
G 241 of 695 ~ 34.68%
B 223 of 695 ~ 32.09'%

%33.24
%34.68
%32.09

CMYK color model

#E7F1DF color CMYK value is (4,0,7,5).

  • cyan value is 4.15%
  • magenta value is 0.00%
  • yellow value is 7.47%
  • key color value is 5.49%

CMYK: (4,0,7,5)
C4M0Y7K5 (4%, 0%, 7%, 5%)
(0.04 / 0.00 / 0.07 / 0.05)

CMYK percentages

%4.15
%0
%7.47
%5.49

Codes

Color #E7F1DF in popluar color models

E7 F1 DF
RGB 231 241 223
HSL 93° 39.13% 90.98%
HSB/HSV 93° 7.47% 94.51%
CMYK 4.15% 0.00% 7.47%
5.49%

Color #E7F1DF in popluar number systems.

HEX E7 F1 DF
Decimal 231 241 223
Binary 11100111 11110001 11011111
Octal 347 361 337

Shades and tints

Shades of #E7F1DF

#E7F1DF
(231,241,223)
#D2DCCB
(210,220,203)
#BDC7B7
(189,199,183)
#A8B2A3
(168,178,163)
#939D8F
(147,157,143)
#7E887B
(126,136,123)
#697367
(105,115,103)
#545E53
(84,94,83)
#3F493F
(63,73,63)
#2A342B
(42,52,43)
#151F17
(21,31,23)
#000000
(0,0,0)

Tints of #E7F1DF

#E7F1DF
(231,241,223)
#E9F2E1
(233,242,225)
#EBF3E3
(235,243,227)
#EDF4E5
(237,244,229)
#EFF5E7
(239,245,231)
#F1F6E9
(241,246,233)
#F3F7EB
(243,247,235)
#F5F8ED
(245,248,237)
#F7F9EF
(247,249,239)
#F9FAF1
(249,250,241)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F1DF color. Also use rgb(231,241,223) instead hex code.

Text Font Color

.myTextColor { color: #E7F1DF; }

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

This text font color is #E7F1DF.

Background Color

.myBgColor { background-color: #E7F1DF; }

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

This div background color is #E7F1DF.

Border color

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

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

This div border color is #E7F1DF.

Opacity

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

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

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

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

This text has shadow with #E7F1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F1DF.

Preview

Color preview on black background

This text has color #E7F1DF on black background.


Color preview on white background

This text has color #E7F1DF on white background.


Black color preview on #E7F1DF background

This text has black color on #E7F1DF background.


White color preview on #E7F1DF background

This text has white color on #E7F1DF background.


Related colors

Complementary color

Complementary color for #hex is #180E20.


I love getcolorcode.com

Triadic colors

1 #DFE7F1 and #F1DFE7 with #E7F1DF are triadic colors.

2 #DFF1E7 and #F1E7DF with #E7F1DF are triadic colors.