COLOR #E4EFD5

HEX: #E4EFD5
RGB: (228,239,213)

Color info

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

RGB color model

#E4EFD5 color RGB value is (228,239,213).

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

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 213 of 255 = 84%

228
239
213

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

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 213 = 680 (100%)
R 228 of 680 ~ 33.53%
G 239 of 680 ~ 35.15%
B 213 of 680 ~ 31.32%

%33.53
%35.15
%31.32

CMYK color model

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

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • 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
%10.88
%6.27

Codes

Color #E4EFD5 in popluar color models

E4EFD5
RGB228239213
HSL85°44.83%88.63%
HSB/HSV85°10.88%93.73%
CMYK4.60%0.00%10.88%
6.27%

Color #E4EFD5 in popluar number systems.

HEXE4EFD5
Decimal228239213
Binary111001001110111111010101
Octal344357325

Shades and tints

Shades of #E4EFD5

#E4EFD5
(228,239,213)
#D0DAC2
(208,218,194)
#BCC5AF
(188,197,175)
#A8B09C
(168,176,156)
#949B89
(148,155,137)
#808676
(128,134,118)
#6C7163
(108,113,99)
#585C50
(88,92,80)
#44473D
(68,71,61)
#30322A
(48,50,42)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #E4EFD5

#E4EFD5
(228,239,213)
#E6F0D8
(230,240,216)
#E8F1DB
(232,241,219)
#EAF2DE
(234,242,222)
#ECF3E1
(236,243,225)
#EEF4E4
(238,244,228)
#F0F5E7
(240,245,231)
#F2F6EA
(242,246,234)
#F4F7ED
(244,247,237)
#F6F8F0
(246,248,240)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFD5; }

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

This text font color is #E4EFD5.


Background Color

.myBgColor { background-color: #E4EFD5; }

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

This div background color is #E4EFD5.


Border color

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

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

This div border color is #E4EFD5.


Opacity

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

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

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

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

This text has shadow with #E4EFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EFD5 on black background.


Color preview on white background

This text has color #E4EFD5 on white background.



Black color preview on #E4EFD5 background

This text has black color on #E4EFD5 background.


White color preview on #E4EFD5 background

This text has white color on #E4EFD5 background.