COLOR #E4F1DD

HEX: #E4F1DD
RGB: (228,241,221)

Color info

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

RGB color model

#E4F1DD color RGB value is (228,241,221).

  • red value is 228;
  • green value is 241;
  • blue value is 221.
RGB:
(228,241,221)
(89%,95%,87%)

RGB channels and saturation

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

228
241
221

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

Portions of RGB colors in percentages

R + G + B =
228 + 241 + 221 = 690 (100%)
R 228 of 690 ~ 33.04%
G 241 of 690 ~ 34.93%
B 221 of 690 ~ 32.03%

%33.04
%34.93
%32.03

CMYK color model

#E4F1DD color CMYK value is (5,0,8,5).

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%
CMYK:
(5,0,8,5)
C5M0Y8K5 
(5%,0%,8%,5%)
(0.05/0.00/0.08/0.05)	

CMYK percentages

%5.39
%0
%8.3
%5.49

Codes

Color #E4F1DD in popluar color models

E4F1DD
RGB228241221
HSL99°41.67%90.59%
HSB/HSV99°8.30%94.51%
CMYK5.39%0.00%8.30%
5.49%

Color #E4F1DD in popluar number systems.

HEXE4F1DD
Decimal228241221
Binary111001001111000111011101
Octal344361335

Shades and tints

Shades of #E4F1DD

#E4F1DD
(228,241,221)
#D0DCC9
(208,220,201)
#BCC7B5
(188,199,181)
#A8B2A1
(168,178,161)
#949D8D
(148,157,141)
#808879
(128,136,121)
#6C7365
(108,115,101)
#585E51
(88,94,81)
#44493D
(68,73,61)
#303429
(48,52,41)
#1C1F15
(28,31,21)
#000000
(0,0,0)

Tints of #E4F1DD

#E4F1DD
(228,241,221)
#E6F2E0
(230,242,224)
#E8F3E3
(232,243,227)
#EAF4E6
(234,244,230)
#ECF5E9
(236,245,233)
#EEF6EC
(238,246,236)
#F0F7EF
(240,247,239)
#F2F8F2
(242,248,242)
#F4F9F5
(244,249,245)
#F6FAF8
(246,250,248)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F1DD; }

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

This text font color is #E4F1DD.


Background Color

.myBgColor { background-color: #E4F1DD; }

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

This div background color is #E4F1DD.


Border color

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

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

This div border color is #E4F1DD.


Opacity

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

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

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

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

This text has shadow with #E4F1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F1DD on black background.


Color preview on white background

This text has color #E4F1DD on white background.



Black color preview on #E4F1DD background

This text has black color on #E4F1DD background.


White color preview on #E4F1DD background

This text has white color on #E4F1DD background.