COLOR #E5F3ED

HEX: #E5F3ED
RGB: (229,243,237)

Color info

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

RGB color model

#E5F3ED color RGB value is (229,243,237).

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

RGB channels and saturation

R 229 of 255 = 90%
G 243 of 255 = 95%
B 237 of 255 = 93%

229
243
237

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

Portions of RGB colors in percentages

R + G + B =
229 + 243 + 237 = 709 (100%)
R 229 of 709 ~ 32.3%
G 243 of 709 ~ 34.27%
B 237 of 709 ~ 33.43%

%32.3
%34.27
%33.43

CMYK color model

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

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 4.71%
CMYK:
(6,0,2,5)
C6M0Y2K5 
(6%,0%,2%,5%)
(0.06/0.00/0.02/0.05)	

CMYK percentages

%5.76
%0
%2.47
%4.71

Codes

Color #E5F3ED in popluar color models

E5F3ED
RGB229243237
HSL154°36.84%92.55%
HSB/HSV154°5.76%95.29%
CMYK5.76%0.00%2.47%
4.71%

Color #E5F3ED in popluar number systems.

HEXE5F3ED
Decimal229243237
Binary111001011111001111101101
Octal345363355

Shades and tints

Shades of #E5F3ED

#E5F3ED
(229,243,237)
#D1DDD8
(209,221,216)
#BDC7C3
(189,199,195)
#A9B1AE
(169,177,174)
#959B99
(149,155,153)
#818584
(129,133,132)
#6D6F6F
(109,111,111)
#59595A
(89,89,90)
#454345
(69,67,69)
#312D30
(49,45,48)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #E5F3ED

#E5F3ED
(229,243,237)
#E7F4EE
(231,244,238)
#E9F5EF
(233,245,239)
#EBF6F0
(235,246,240)
#EDF7F1
(237,247,241)
#EFF8F2
(239,248,242)
#F1F9F3
(241,249,243)
#F3FAF4
(243,250,244)
#F5FBF5
(245,251,245)
#F7FCF6
(247,252,246)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F3ED color. Also use rgb(229,243,237) instead hex code.

Text Font Color

.myTextColor { color: #E5F3ED; }

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

This text font color is #E5F3ED.


Background Color

.myBgColor { background-color: #E5F3ED; }

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

This div background color is #E5F3ED.


Border color

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

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

This div border color is #E5F3ED.


Opacity

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

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

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

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

This text has shadow with #E5F3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F3ED on black background.


Color preview on white background

This text has color #E5F3ED on white background.



Black color preview on #E5F3ED background

This text has black color on #E5F3ED background.


White color preview on #E5F3ED background

This text has white color on #E5F3ED background.