COLOR #E5F0EC

HEX: #E5F0EC
RGB: (229,240,236)

Color info

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

RGB color model

#E5F0EC color RGB value is (229,240,236).

  • red value is 229;
  • green value is 240;
  • blue value is 236.
RGB:
(229,240,236)
(90%,94%,93%)

RGB channels and saturation

R 229 of 255 = 90%
G 240 of 255 = 94%
B 236 of 255 = 93%

229
240
236

R + G + B ~ 92%. #E5F0EC is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 240 + 236 = 705 (100%)
R 229 of 705 ~ 32.48%
G 240 of 705 ~ 34.04%
B 236 of 705 ~ 33.48%

%32.48
%34.04
%33.48

CMYK color model

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

  • cyan value is 4.58%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 5.88%
CMYK:
(5,0,2,6)
C5M0Y2K6 
(5%,0%,2%,6%)
(0.05/0.00/0.02/0.06)	

CMYK percentages

%4.58
%0
%1.67
%5.88

Codes

Color #E5F0EC in popluar color models

E5F0EC
RGB229240236
HSL158°26.83%91.96%
HSB/HSV158°4.58%94.12%
CMYK4.58%0.00%1.67%
5.88%

Color #E5F0EC in popluar number systems.

HEXE5F0EC
Decimal229240236
Binary111001011111000011101100
Octal345360354

Shades and tints

Shades of #E5F0EC

#E5F0EC
(229,240,236)
#D1DBD7
(209,219,215)
#BDC6C2
(189,198,194)
#A9B1AD
(169,177,173)
#959C98
(149,156,152)
#818783
(129,135,131)
#6D726E
(109,114,110)
#595D59
(89,93,89)
#454844
(69,72,68)
#31332F
(49,51,47)
#1D1E1A
(29,30,26)
#000000
(0,0,0)

Tints of #E5F0EC

#E5F0EC
(229,240,236)
#E7F1ED
(231,241,237)
#E9F2EE
(233,242,238)
#EBF3EF
(235,243,239)
#EDF4F0
(237,244,240)
#EFF5F1
(239,245,241)
#F1F6F2
(241,246,242)
#F3F7F3
(243,247,243)
#F5F8F4
(245,248,244)
#F7F9F5
(247,249,245)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F0EC color. Also use rgb(229,240,236) instead hex code.

Text Font Color

.myTextColor { color: #E5F0EC; }

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

This text font color is #E5F0EC.


Background Color

.myBgColor { background-color: #E5F0EC; }

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

This div background color is #E5F0EC.


Border color

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

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

This div border color is #E5F0EC.


Opacity

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

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

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

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

This text has shadow with #E5F0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F0EC on black background.


Color preview on white background

This text has color #E5F0EC on white background.



Black color preview on #E5F0EC background

This text has black color on #E5F0EC background.


White color preview on #E5F0EC background

This text has white color on #E5F0EC background.