COLOR #E4EFDE

HEX: #E4EFDE
RGB: (228,239,222)

Color info

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

RGB color model

#E4EFDE color RGB value is (228,239,222).

  • red value is 228;
  • green value is 239;
  • blue value is 222.
RGB:
(228,239,222)
(89%,94%,87%)

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 222 of 255 = 87%

228
239
222

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

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 222 = 689 (100%)
R 228 of 689 ~ 33.09%
G 239 of 689 ~ 34.69%
B 222 of 689 ~ 32.22%

%33.09
%34.69
%32.22

CMYK color model

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

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(5,0,7,6)
C5M0Y7K6 
(5%,0%,7%,6%)
(0.05/0.00/0.07/0.06)	

CMYK percentages

%4.6
%0
%7.11
%6.27

Codes

Color #E4EFDE in popluar color models

E4EFDE
RGB228239222
HSL99°34.69%90.39%
HSB/HSV99°7.11%93.73%
CMYK4.60%0.00%7.11%
6.27%

Color #E4EFDE in popluar number systems.

HEXE4EFDE
Decimal228239222
Binary111001001110111111011110
Octal344357336

Shades and tints

Shades of #E4EFDE

#E4EFDE
(228,239,222)
#D0DACA
(208,218,202)
#BCC5B6
(188,197,182)
#A8B0A2
(168,176,162)
#949B8E
(148,155,142)
#80867A
(128,134,122)
#6C7166
(108,113,102)
#585C52
(88,92,82)
#44473E
(68,71,62)
#30322A
(48,50,42)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #E4EFDE

#E4EFDE
(228,239,222)
#E6F0E1
(230,240,225)
#E8F1E4
(232,241,228)
#EAF2E7
(234,242,231)
#ECF3EA
(236,243,234)
#EEF4ED
(238,244,237)
#F0F5F0
(240,245,240)
#F2F6F3
(242,246,243)
#F4F7F6
(244,247,246)
#F6F8F9
(246,248,249)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EFDE color. Also use rgb(228,239,222) instead hex code.

Text Font Color

.myTextColor { color: #E4EFDE; }

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

This text font color is #E4EFDE.


Background Color

.myBgColor { background-color: #E4EFDE; }

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

This div background color is #E4EFDE.


Border color

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

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

This div border color is #E4EFDE.


Opacity

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

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

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

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

This text has shadow with #E4EFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EFDE on black background.


Color preview on white background

This text has color #E4EFDE on white background.



Black color preview on #E4EFDE background

This text has black color on #E4EFDE background.


White color preview on #E4EFDE background

This text has white color on #E4EFDE background.