COLOR #E5F5EE

HEX: #E5F5EE
RGB: (229,245,238)

Color info

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

RGB color model

#E5F5EE color RGB value is (229,245,238).

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

RGB channels and saturation

R 229 of 255 = 90%
G 245 of 255 = 96%
B 238 of 255 = 93%

229
245
238

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

Portions of RGB colors in percentages

R + G + B =
229 + 245 + 238 = 712 (100%)
R 229 of 712 ~ 32.16%
G 245 of 712 ~ 34.41%
B 238 of 712 ~ 33.43%

%32.16
%34.41
%33.43

CMYK color model

#E5F5EE color CMYK value is (7,0,3,4).

  • cyan value is 6.53%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 3.92%
CMYK:
(7,0,3,4)
C7M0Y3K4 
(7%,0%,3%,4%)
(0.07/0.00/0.03/0.04)	

CMYK percentages

%6.53
%0
%2.86
%3.92

Codes

Color #E5F5EE in popluar color models

E5F5EE
RGB229245238
HSL154°44.44%92.94%
HSB/HSV154°6.53%96.08%
CMYK6.53%0.00%2.86%
3.92%

Color #E5F5EE in popluar number systems.

HEXE5F5EE
Decimal229245238
Binary111001011111010111101110
Octal345365356

Shades and tints

Shades of #E5F5EE

#E5F5EE
(229,245,238)
#D1DFD9
(209,223,217)
#BDC9C4
(189,201,196)
#A9B3AF
(169,179,175)
#959D9A
(149,157,154)
#818785
(129,135,133)
#6D7170
(109,113,112)
#595B5B
(89,91,91)
#454546
(69,69,70)
#312F31
(49,47,49)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #E5F5EE

#E5F5EE
(229,245,238)
#E7F5EF
(231,245,239)
#E9F5F0
(233,245,240)
#EBF5F1
(235,245,241)
#EDF5F2
(237,245,242)
#EFF5F3
(239,245,243)
#F1F5F4
(241,245,244)
#F3F5F5
(243,245,245)
#F5F5F6
(245,245,246)
#F7F5F7
(247,245,247)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F5EE; }

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

This text font color is #E5F5EE.


Background Color

.myBgColor { background-color: #E5F5EE; }

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

This div background color is #E5F5EE.


Border color

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

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

This div border color is #E5F5EE.


Opacity

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

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

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

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

This text has shadow with #E5F5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F5EE on black background.


Color preview on white background

This text has color #E5F5EE on white background.



Black color preview on #E5F5EE background

This text has black color on #E5F5EE background.


White color preview on #E5F5EE background

This text has white color on #E5F5EE background.