COLOR #E4EFE1

HEX: #E4EFE1
RGB: (228,239,225)

Color info

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

RGB color model

#E4EFE1 color RGB value is (228,239,225).

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

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 225 of 255 = 88%

228
239
225

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

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 225 = 692 (100%)
R 228 of 692 ~ 32.95%
G 239 of 692 ~ 34.54%
B 225 of 692 ~ 32.51%

%32.95
%34.54
%32.51

CMYK color model

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

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 6.27%
CMYK:
(5,0,6,6)
C5M0Y6K6 
(5%,0%,6%,6%)
(0.05/0.00/0.06/0.06)	

CMYK percentages

%4.6
%0
%5.86
%6.27

Codes

Color #E4EFE1 in popluar color models

E4EFE1
RGB228239225
HSL107°30.43%90.98%
HSB/HSV107°5.86%93.73%
CMYK4.60%0.00%5.86%
6.27%

Color #E4EFE1 in popluar number systems.

HEXE4EFE1
Decimal228239225
Binary111001001110111111100001
Octal344357341

Shades and tints

Shades of #E4EFE1

#E4EFE1
(228,239,225)
#D0DACD
(208,218,205)
#BCC5B9
(188,197,185)
#A8B0A5
(168,176,165)
#949B91
(148,155,145)
#80867D
(128,134,125)
#6C7169
(108,113,105)
#585C55
(88,92,85)
#444741
(68,71,65)
#30322D
(48,50,45)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #E4EFE1

#E4EFE1
(228,239,225)
#E6F0E3
(230,240,227)
#E8F1E5
(232,241,229)
#EAF2E7
(234,242,231)
#ECF3E9
(236,243,233)
#EEF4EB
(238,244,235)
#F0F5ED
(240,245,237)
#F2F6EF
(242,246,239)
#F4F7F1
(244,247,241)
#F6F8F3
(246,248,243)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFE1; }

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

This text font color is #E4EFE1.


Background Color

.myBgColor { background-color: #E4EFE1; }

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

This div background color is #E4EFE1.


Border color

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

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

This div border color is #E4EFE1.


Opacity

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

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

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

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

This text has shadow with #E4EFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EFE1 on black background.


Color preview on white background

This text has color #E4EFE1 on white background.



Black color preview on #E4EFE1 background

This text has black color on #E4EFE1 background.


White color preview on #E4EFE1 background

This text has white color on #E4EFE1 background.