COLOR #E5F2DF

HEX: #E5F2DF
RGB: (229,242,223)

Color info

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

RGB color model

#E5F2DF color RGB value is (229,242,223).

  • red value is 229;
  • green value is 242;
  • blue value is 223.
RGB:
(229,242,223)
(90%,95%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 242 of 255 = 95%
B 223 of 255 = 87%

229
242
223

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

Portions of RGB colors in percentages

R + G + B =
229 + 242 + 223 = 694 (100%)
R 229 of 694 ~ 33%
G 242 of 694 ~ 34.87%
B 223 of 694 ~ 32.13%

%33
%34.87
%32.13

CMYK color model

#E5F2DF color CMYK value is (5,0,8,5).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 7.85%
  • key color value is 5.10%
CMYK:
(5,0,8,5)
C5M0Y8K5 
(5%,0%,8%,5%)
(0.05/0.00/0.08/0.05)	

CMYK percentages

%5.37
%0
%7.85
%5.1

Codes

Color #E5F2DF in popluar color models

E5F2DF
RGB229242223
HSL101°42.22%91.18%
HSB/HSV101°7.85%94.90%
CMYK5.37%0.00%7.85%
5.10%

Color #E5F2DF in popluar number systems.

HEXE5F2DF
Decimal229242223
Binary111001011111001011011111
Octal345362337

Shades and tints

Shades of #E5F2DF

#E5F2DF
(229,242,223)
#D1DCCB
(209,220,203)
#BDC6B7
(189,198,183)
#A9B0A3
(169,176,163)
#959A8F
(149,154,143)
#81847B
(129,132,123)
#6D6E67
(109,110,103)
#595853
(89,88,83)
#45423F
(69,66,63)
#312C2B
(49,44,43)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #E5F2DF

#E5F2DF
(229,242,223)
#E7F3E1
(231,243,225)
#E9F4E3
(233,244,227)
#EBF5E5
(235,245,229)
#EDF6E7
(237,246,231)
#EFF7E9
(239,247,233)
#F1F8EB
(241,248,235)
#F3F9ED
(243,249,237)
#F5FAEF
(245,250,239)
#F7FBF1
(247,251,241)
#F9FCF3
(249,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F2DF color. Also use rgb(229,242,223) instead hex code.

Text Font Color

.myTextColor { color: #E5F2DF; }

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

This text font color is #E5F2DF.


Background Color

.myBgColor { background-color: #E5F2DF; }

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

This div background color is #E5F2DF.


Border color

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

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

This div border color is #E5F2DF.


Opacity

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

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

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

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

This text has shadow with #E5F2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F2DF on black background.


Color preview on white background

This text has color #E5F2DF on white background.



Black color preview on #E5F2DF background

This text has black color on #E5F2DF background.


White color preview on #E5F2DF background

This text has white color on #E5F2DF background.