COLOR #E4EFE5

HEX: #E4EFE5
RGB: (228,239,229)

Color info

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

RGB color model

#E4EFE5 color RGB value is (228,239,229).

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

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 229 of 255 = 90%

228
239
229

R + G + B ~ 91%. #E4EFE5 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 229 = 696 (100%)
R 228 of 696 ~ 32.76%
G 239 of 696 ~ 34.34%
B 229 of 696 ~ 32.9%

%32.76
%34.34
%32.9

CMYK color model

#E4EFE5 color CMYK value is (5,0,4,6).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 4.18%
  • key color value is 6.27%
CMYK:
(5,0,4,6)
C5M0Y4K6 
(5%,0%,4%,6%)
(0.05/0.00/0.04/0.06)	

CMYK percentages

%4.6
%0
%4.18
%6.27

Codes

Color #E4EFE5 in popluar color models

E4EFE5
RGB228239229
HSL125°25.58%91.57%
HSB/HSV125°4.60%93.73%
CMYK4.60%0.00%4.18%
6.27%

Color #E4EFE5 in popluar number systems.

HEXE4EFE5
Decimal228239229
Binary111001001110111111100101
Octal344357345

Shades and tints

Shades of #E4EFE5

#E4EFE5
(228,239,229)
#D0DAD1
(208,218,209)
#BCC5BD
(188,197,189)
#A8B0A9
(168,176,169)
#949B95
(148,155,149)
#808681
(128,134,129)
#6C716D
(108,113,109)
#585C59
(88,92,89)
#444745
(68,71,69)
#303231
(48,50,49)
#1C1D1D
(28,29,29)
#000000
(0,0,0)

Tints of #E4EFE5

#E4EFE5
(228,239,229)
#E6F0E7
(230,240,231)
#E8F1E9
(232,241,233)
#EAF2EB
(234,242,235)
#ECF3ED
(236,243,237)
#EEF4EF
(238,244,239)
#F0F5F1
(240,245,241)
#F2F6F3
(242,246,243)
#F4F7F5
(244,247,245)
#F6F8F7
(246,248,247)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFE5; }

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

This text font color is #E4EFE5.


Background Color

.myBgColor { background-color: #E4EFE5; }

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

This div background color is #E4EFE5.


Border color

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

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

This div border color is #E4EFE5.


Opacity

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

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

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

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

This text has shadow with #E4EFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EFE5 on black background.


Color preview on white background

This text has color #E4EFE5 on white background.



Black color preview on #E4EFE5 background

This text has black color on #E4EFE5 background.


White color preview on #E4EFE5 background

This text has white color on #E4EFE5 background.