COLOR #E5F4ED

HEX: #E5F4ED RGB: (229,244,237)

Color info

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

RGB color model

#E5F4ED color RGB value is (229,244,237).

RGB: (229,244,237) (90%, 96%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 244 of 255 = 96%
B 237 of 255 = 93%

229
244
237

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

Portions of RGB colors in percentages

R + G + B = 229 + 244 + 237 = 710 (100%)
R 229 of 710 ~ 32.25%
G 244 of 710 ~ 34.37%
B 237 of 710 ~ 33.38'%

%32.25
%34.37
%33.38

CMYK color model

#E5F4ED color CMYK value is (6,0,3,4).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 4.31%

CMYK: (6,0,3,4)
C6M0Y3K4 (6%, 0%, 3%, 4%)
(0.06 / 0.00 / 0.03 / 0.04)

CMYK percentages

%6.15
%0
%2.87
%4.31

Codes

Color #E5F4ED in popluar color models

E5 F4 ED
RGB 229 244 237
HSL 152° 40.54% 92.75%
HSB/HSV 152° 6.15% 95.69%
CMYK 6.15% 0.00% 2.87%
4.31%

Color #E5F4ED in popluar number systems.

HEX E5 F4 ED
Decimal 229 244 237
Binary 11100101 11110100 11101101
Octal 345 364 355

Shades and tints

Shades of #E5F4ED

#E5F4ED
(229,244,237)
#D1DED8
(209,222,216)
#BDC8C3
(189,200,195)
#A9B2AE
(169,178,174)
#959C99
(149,156,153)
#818684
(129,134,132)
#6D706F
(109,112,111)
#595A5A
(89,90,90)
#454445
(69,68,69)
#312E30
(49,46,48)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #E5F4ED

#E5F4ED
(229,244,237)
#E7F5EE
(231,245,238)
#E9F6EF
(233,246,239)
#EBF7F0
(235,247,240)
#EDF8F1
(237,248,241)
#EFF9F2
(239,249,242)
#F1FAF3
(241,250,243)
#F3FBF4
(243,251,244)
#F5FCF5
(245,252,245)
#F7FDF6
(247,253,246)
#F9FEF7
(249,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F4ED; }

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

This text font color is #E5F4ED.

Background Color

.myBgColor { background-color: #E5F4ED; }

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

This div background color is #E5F4ED.

Border color

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

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

This div border color is #E5F4ED.

Opacity

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

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

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

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

This text has shadow with #E5F4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F4ED.

Preview

Color preview on black background

This text has color #E5F4ED on black background.


Color preview on white background

This text has color #E5F4ED on white background.


Black color preview on #E5F4ED background

This text has black color on #E5F4ED background.


White color preview on #E5F4ED background

This text has white color on #E5F4ED background.


Related colors

Complementary color

Complementary color for #hex is #1A0B12.


I love getcolorcode.com

Triadic colors

1 #EDE5F4 and #F4EDE5 with #E5F4ED are triadic colors.

2 #EDF4E5 and #F4E5ED with #E5F4ED are triadic colors.