COLOR #E4F3DC

HEX: #E4F3DC
RGB: (228,243,220)

Color info

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

RGB color model

#E4F3DC color RGB value is (228,243,220).

  • red value is 228;
  • green value is 243;
  • blue value is 220.
RGB:
(228,243,220)
(89%,95%,86%)

RGB channels and saturation

R 228 of 255 = 89%
G 243 of 255 = 95%
B 220 of 255 = 86%

228
243
220

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

Portions of RGB colors in percentages

R + G + B =
228 + 243 + 220 = 691 (100%)
R 228 of 691 ~ 33%
G 243 of 691 ~ 35.17%
B 220 of 691 ~ 31.84%

%33
%35.17
%31.84

CMYK color model

#E4F3DC color CMYK value is (6,0,9,5).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 4.71%
CMYK:
(6,0,9,5)
C6M0Y9K5 
(6%,0%,9%,5%)
(0.06/0.00/0.09/0.05)	

CMYK percentages

%6.17
%0
%9.47
%4.71

Codes

Color #E4F3DC in popluar color models

E4F3DC
RGB228243220
HSL99°48.94%90.78%
HSB/HSV99°9.47%95.29%
CMYK6.17%0.00%9.47%
4.71%

Color #E4F3DC in popluar number systems.

HEXE4F3DC
Decimal228243220
Binary111001001111001111011100
Octal344363334

Shades and tints

Shades of #E4F3DC

#E4F3DC
(228,243,220)
#D0DDC8
(208,221,200)
#BCC7B4
(188,199,180)
#A8B1A0
(168,177,160)
#949B8C
(148,155,140)
#808578
(128,133,120)
#6C6F64
(108,111,100)
#585950
(88,89,80)
#44433C
(68,67,60)
#302D28
(48,45,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #E4F3DC

#E4F3DC
(228,243,220)
#E6F4DF
(230,244,223)
#E8F5E2
(232,245,226)
#EAF6E5
(234,246,229)
#ECF7E8
(236,247,232)
#EEF8EB
(238,248,235)
#F0F9EE
(240,249,238)
#F2FAF1
(242,250,241)
#F4FBF4
(244,251,244)
#F6FCF7
(246,252,247)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F3DC color. Also use rgb(228,243,220) instead hex code.

Text Font Color

.myTextColor { color: #E4F3DC; }

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

This text font color is #E4F3DC.


Background Color

.myBgColor { background-color: #E4F3DC; }

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

This div background color is #E4F3DC.


Border color

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

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

This div border color is #E4F3DC.


Opacity

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

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

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

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

This text has shadow with #E4F3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F3DC on black background.


Color preview on white background

This text has color #E4F3DC on white background.



Black color preview on #E4F3DC background

This text has black color on #E4F3DC background.


White color preview on #E4F3DC background

This text has white color on #E4F3DC background.