COLOR #E4EED5

HEX: #E4EED5
RGB: (228,238,213)

Color info

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

RGB color model

#E4EED5 color RGB value is (228,238,213).

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

RGB channels and saturation

R 228 of 255 = 89%
G 238 of 255 = 93%
B 213 of 255 = 84%

228
238
213

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

Portions of RGB colors in percentages

R + G + B =
228 + 238 + 213 = 679 (100%)
R 228 of 679 ~ 33.58%
G 238 of 679 ~ 35.05%
B 213 of 679 ~ 31.37%

%33.58
%35.05
%31.37

CMYK color model

#E4EED5 color CMYK value is (4,0,11,7).

  • cyan value is 4.20%
  • magenta value is 0.00%
  • yellow value is 10.50%
  • key color value is 6.67%
CMYK:
(4,0,11,7)
C4M0Y11K7 
(4%,0%,11%,7%)
(0.04/0.00/0.11/0.07)	

CMYK percentages

%4.2
%0
%10.5
%6.67

Codes

Color #E4EED5 in popluar color models

E4EED5
RGB228238213
HSL84°42.37%88.43%
HSB/HSV84°10.50%93.33%
CMYK4.20%0.00%10.50%
6.67%

Color #E4EED5 in popluar number systems.

HEXE4EED5
Decimal228238213
Binary111001001110111011010101
Octal344356325

Shades and tints

Shades of #E4EED5

#E4EED5
(228,238,213)
#D0D9C2
(208,217,194)
#BCC4AF
(188,196,175)
#A8AF9C
(168,175,156)
#949A89
(148,154,137)
#808576
(128,133,118)
#6C7063
(108,112,99)
#585B50
(88,91,80)
#44463D
(68,70,61)
#30312A
(48,49,42)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #E4EED5

#E4EED5
(228,238,213)
#E6EFD8
(230,239,216)
#E8F0DB
(232,240,219)
#EAF1DE
(234,241,222)
#ECF2E1
(236,242,225)
#EEF3E4
(238,243,228)
#F0F4E7
(240,244,231)
#F2F5EA
(242,245,234)
#F4F6ED
(244,246,237)
#F6F7F0
(246,247,240)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EED5; }

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

This text font color is #E4EED5.


Background Color

.myBgColor { background-color: #E4EED5; }

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

This div background color is #E4EED5.


Border color

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

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

This div border color is #E4EED5.


Opacity

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

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

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

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

This text has shadow with #E4EED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EED5 on black background.


Color preview on white background

This text has color #E4EED5 on white background.



Black color preview on #E4EED5 background

This text has black color on #E4EED5 background.


White color preview on #E4EED5 background

This text has white color on #E4EED5 background.