COLOR #E0EFE1

HEX: #E0EFE1
RGB: (224,239,225)

Color info

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

RGB color model

#E0EFE1 color RGB value is (224,239,225).

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

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 225 of 255 = 88%

224
239
225

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

Portions of RGB colors in percentages

R + G + B =
224 + 239 + 225 = 688 (100%)
R 224 of 688 ~ 32.56%
G 239 of 688 ~ 34.74%
B 225 of 688 ~ 32.7%

%32.56
%34.74
%32.7

CMYK color model

#E0EFE1 color CMYK value is (6,0,6,6).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 6.27%
CMYK:
(6,0,6,6)
C6M0Y6K6 
(6%,0%,6%,6%)
(0.06/0.00/0.06/0.06)	

CMYK percentages

%6.28
%0
%5.86
%6.27

Codes

Color #E0EFE1 in popluar color models

E0EFE1
RGB224239225
HSL124°31.91%90.78%
HSB/HSV124°6.28%93.73%
CMYK6.28%0.00%5.86%
6.27%

Color #E0EFE1 in popluar number systems.

HEXE0EFE1
Decimal224239225
Binary111000001110111111100001
Octal340357341

Shades and tints

Shades of #E0EFE1

#E0EFE1
(224,239,225)
#CCDACD
(204,218,205)
#B8C5B9
(184,197,185)
#A4B0A5
(164,176,165)
#909B91
(144,155,145)
#7C867D
(124,134,125)
#687169
(104,113,105)
#545C55
(84,92,85)
#404741
(64,71,65)
#2C322D
(44,50,45)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #E0EFE1

#E0EFE1
(224,239,225)
#E2F0E3
(226,240,227)
#E4F1E5
(228,241,229)
#E6F2E7
(230,242,231)
#E8F3E9
(232,243,233)
#EAF4EB
(234,244,235)
#ECF5ED
(236,245,237)
#EEF6EF
(238,246,239)
#F0F7F1
(240,247,241)
#F2F8F3
(242,248,243)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EFE1; }

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

This text font color is #E0EFE1.


Background Color

.myBgColor { background-color: #E0EFE1; }

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

This div background color is #E0EFE1.


Border color

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

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

This div border color is #E0EFE1.


Opacity

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

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

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

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

This text has shadow with #E0EFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EFE1 on black background.


Color preview on white background

This text has color #E0EFE1 on white background.



Black color preview on #E0EFE1 background

This text has black color on #E0EFE1 background.


White color preview on #E0EFE1 background

This text has white color on #E0EFE1 background.