COLOR #E5F2EE

HEX: #E5F2EE
RGB: (229,242,238)

Color info

#E5F2EE contains red, green and blue colors in about the same proportion. Web safe color of #E5F2EE is #CCFFFF (or #CFF).

RGB color model

#E5F2EE color RGB value is (229,242,238).

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

RGB channels and saturation

R 229 of 255 = 90%
G 242 of 255 = 95%
B 238 of 255 = 93%

229
242
238

R + G + B ~ 93%. #E5F2EE is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 242 + 238 = 709 (100%)
R 229 of 709 ~ 32.3%
G 242 of 709 ~ 34.13%
B 238 of 709 ~ 33.57%

%32.3
%34.13
%33.57

CMYK color model

#E5F2EE color CMYK value is (5,0,2,5).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK:
(5,0,2,5)
C5M0Y2K5 
(5%,0%,2%,5%)
(0.05/0.00/0.02/0.05)	

CMYK percentages

%5.37
%0
%1.65
%5.1

Codes

Color #E5F2EE in popluar color models

E5F2EE
RGB229242238
HSL162°33.33%92.35%
HSB/HSV162°5.37%94.90%
CMYK5.37%0.00%1.65%
5.10%

Color #E5F2EE in popluar number systems.

HEXE5F2EE
Decimal229242238
Binary111001011111001011101110
Octal345362356

Shades and tints

Shades of #E5F2EE

#E5F2EE
(229,242,238)
#D1DCD9
(209,220,217)
#BDC6C4
(189,198,196)
#A9B0AF
(169,176,175)
#959A9A
(149,154,154)
#818485
(129,132,133)
#6D6E70
(109,110,112)
#59585B
(89,88,91)
#454246
(69,66,70)
#312C31
(49,44,49)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #E5F2EE

#E5F2EE
(229,242,238)
#E7F3EF
(231,243,239)
#E9F4F0
(233,244,240)
#EBF5F1
(235,245,241)
#EDF6F2
(237,246,242)
#EFF7F3
(239,247,243)
#F1F8F4
(241,248,244)
#F3F9F5
(243,249,245)
#F5FAF6
(245,250,246)
#F7FBF7
(247,251,247)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F2EE; }

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

This text font color is #E5F2EE.


Background Color

.myBgColor { background-color: #E5F2EE; }

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

This div background color is #E5F2EE.


Border color

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

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

This div border color is #E5F2EE.


Opacity

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

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

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

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

This text has shadow with #E5F2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F2EE on black background.


Color preview on white background

This text has color #E5F2EE on white background.



Black color preview on #E5F2EE background

This text has black color on #E5F2EE background.


White color preview on #E5F2EE background

This text has white color on #E5F2EE background.