COLOR #E5F6EE

HEX: #E5F6EE
RGB: (229,246,238)

Color info

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

RGB color model

#E5F6EE color RGB value is (229,246,238).

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

RGB channels and saturation

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

229
246
238

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

Portions of RGB colors in percentages

R + G + B =
229 + 246 + 238 = 713 (100%)
R 229 of 713 ~ 32.12%
G 246 of 713 ~ 34.5%
B 238 of 713 ~ 33.38%

%32.12
%34.5
%33.38

CMYK color model

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

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

CMYK percentages

%6.91
%0
%3.25
%3.53

Codes

Color #E5F6EE in popluar color models

E5F6EE
RGB229246238
HSL152°48.57%93.14%
HSB/HSV152°6.91%96.47%
CMYK6.91%0.00%3.25%
3.53%

Color #E5F6EE in popluar number systems.

HEXE5F6EE
Decimal229246238
Binary111001011111011011101110
Octal345366356

Shades and tints

Shades of #E5F6EE

#E5F6EE
(229,246,238)
#D1E0D9
(209,224,217)
#BDCAC4
(189,202,196)
#A9B4AF
(169,180,175)
#959E9A
(149,158,154)
#818885
(129,136,133)
#6D7270
(109,114,112)
#595C5B
(89,92,91)
#454646
(69,70,70)
#313031
(49,48,49)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #E5F6EE

#E5F6EE
(229,246,238)
#E7F6EF
(231,246,239)
#E9F6F0
(233,246,240)
#EBF6F1
(235,246,241)
#EDF6F2
(237,246,242)
#EFF6F3
(239,246,243)
#F1F6F4
(241,246,244)
#F3F6F5
(243,246,245)
#F5F6F6
(245,246,246)
#F7F6F7
(247,246,247)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F6EE; }

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

This text font color is #E5F6EE.


Background Color

.myBgColor { background-color: #E5F6EE; }

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

This div background color is #E5F6EE.


Border color

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

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

This div border color is #E5F6EE.


Opacity

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

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

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

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

This text has shadow with #E5F6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F6EE on black background.


Color preview on white background

This text has color #E5F6EE on white background.



Black color preview on #E5F6EE background

This text has black color on #E5F6EE background.


White color preview on #E5F6EE background

This text has white color on #E5F6EE background.