COLOR #E4F1DF

HEX: #E4F1DF RGB: (228,241,223)

Color info

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

RGB color model

#E4F1DF color RGB value is (228,241,223).

RGB: (228,241,223) (89%, 95%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 241 of 255 = 95%
B 223 of 255 = 87%

228
241
223

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

Portions of RGB colors in percentages

R + G + B = 228 + 241 + 223 = 692 (100%)
R 228 of 692 ~ 32.95%
G 241 of 692 ~ 34.83%
B 223 of 692 ~ 32.23'%

%32.95
%34.83
%32.23

CMYK color model

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

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

CMYK: (5,0,7,5)
C5M0Y7K5 (5%, 0%, 7%, 5%)
(0.05 / 0.00 / 0.07 / 0.05)

CMYK percentages

%5.39
%0
%7.47
%5.49

Codes

Color #E4F1DF in popluar color models

E4 F1 DF
RGB 228 241 223
HSL 103° 39.13% 90.98%
HSB/HSV 103° 7.47% 94.51%
CMYK 5.39% 0.00% 7.47%
5.49%

Color #E4F1DF in popluar number systems.

HEX E4 F1 DF
Decimal 228 241 223
Binary 11100100 11110001 11011111
Octal 344 361 337

Shades and tints

Shades of #E4F1DF

#E4F1DF
(228,241,223)
#D0DCCB
(208,220,203)
#BCC7B7
(188,199,183)
#A8B2A3
(168,178,163)
#949D8F
(148,157,143)
#80887B
(128,136,123)
#6C7367
(108,115,103)
#585E53
(88,94,83)
#44493F
(68,73,63)
#30342B
(48,52,43)
#1C1F17
(28,31,23)
#000000
(0,0,0)

Tints of #E4F1DF

#E4F1DF
(228,241,223)
#E6F2E1
(230,242,225)
#E8F3E3
(232,243,227)
#EAF4E5
(234,244,229)
#ECF5E7
(236,245,231)
#EEF6E9
(238,246,233)
#F0F7EB
(240,247,235)
#F2F8ED
(242,248,237)
#F4F9EF
(244,249,239)
#F6FAF1
(246,250,241)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F1DF; }

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

This text font color is #E4F1DF.

Background Color

.myBgColor { background-color: #E4F1DF; }

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

This div background color is #E4F1DF.

Border color

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

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

This div border color is #E4F1DF.

Opacity

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

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

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

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

This text has shadow with #E4F1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F1DF.

Preview

Color preview on black background

This text has color #E4F1DF on black background.


Color preview on white background

This text has color #E4F1DF on white background.


Black color preview on #E4F1DF background

This text has black color on #E4F1DF background.


White color preview on #E4F1DF background

This text has white color on #E4F1DF background.


Related colors

Complementary color

Complementary color for #hex is #1B0E20.


I love getcolorcode.com

Triadic colors

1 #DFE4F1 and #F1DFE4 with #E4F1DF are triadic colors.

2 #DFF1E4 and #F1E4DF with #E4F1DF are triadic colors.