COLOR #E4EFD4

HEX: #E4EFD4
RGB: (228,239,212)

Color info

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

RGB color model

#E4EFD4 color RGB value is (228,239,212).

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

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 212 of 255 = 83%

228
239
212

R + G + B ~ 89%. #E4EFD4 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 212 = 679 (100%)
R 228 of 679 ~ 33.58%
G 239 of 679 ~ 35.2%
B 212 of 679 ~ 31.22%

%33.58
%35.2
%31.22

CMYK color model

#E4EFD4 color CMYK value is (5,0,11,6).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(5,0,11,6)
C5M0Y11K6 
(5%,0%,11%,6%)
(0.05/0.00/0.11/0.06)	

CMYK percentages

%4.6
%0
%11.3
%6.27

Codes

Color #E4EFD4 in popluar color models

E4EFD4
RGB228239212
HSL84°45.76%88.43%
HSB/HSV84°11.30%93.73%
CMYK4.60%0.00%11.30%
6.27%

Color #E4EFD4 in popluar number systems.

HEXE4EFD4
Decimal228239212
Binary111001001110111111010100
Octal344357324

Shades and tints

Shades of #E4EFD4

#E4EFD4
(228,239,212)
#D0DAC1
(208,218,193)
#BCC5AE
(188,197,174)
#A8B09B
(168,176,155)
#949B88
(148,155,136)
#808675
(128,134,117)
#6C7162
(108,113,98)
#585C4F
(88,92,79)
#44473C
(68,71,60)
#303229
(48,50,41)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #E4EFD4

#E4EFD4
(228,239,212)
#E6F0D7
(230,240,215)
#E8F1DA
(232,241,218)
#EAF2DD
(234,242,221)
#ECF3E0
(236,243,224)
#EEF4E3
(238,244,227)
#F0F5E6
(240,245,230)
#F2F6E9
(242,246,233)
#F4F7EC
(244,247,236)
#F6F8EF
(246,248,239)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFD4; }

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

This text font color is #E4EFD4.


Background Color

.myBgColor { background-color: #E4EFD4; }

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

This div background color is #E4EFD4.


Border color

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

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

This div border color is #E4EFD4.


Opacity

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

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

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

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

This text has shadow with #E4EFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EFD4 on black background.


Color preview on white background

This text has color #E4EFD4 on white background.



Black color preview on #E4EFD4 background

This text has black color on #E4EFD4 background.


White color preview on #E4EFD4 background

This text has white color on #E4EFD4 background.