COLOR #E1F4E5

HEX: #E1F4E5
RGB: (225,244,229)

Color info

#E1F4E5 contains red, green and blue colors in about the same proportion. Web safe color of #E1F4E5 is #CCFFCC (or #CFC).

RGB color model

#E1F4E5 color RGB value is (225,244,229).

  • red value is 225;
  • green value is 244;
  • blue value is 229.
RGB: (225,244,229) (88%,96%,90%)

RGB channels and saturation

R 225 of 255 = 88%
G 244 of 255 = 96%
B 229 of 255 = 90%

225
244
229

R + G + B ~ 91%. #E1F4E5 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 244 + 229 = 698 (100%)
R 225 of 698 ~ 32.23%
G 244 of 698 ~ 34.96%
B 229 of 698 ~ 32.81%

%32.23
%34.96
%32.81

CMYK color model

#E1F4E5 color CMYK value is (8,0,6,4).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 4.31%
CMYK: (8,0,6,4) C8M0Y6K4 (8%,0%,6%,4%) (0.08/0.00/0.06/0.04)

CMYK percentages

%7.79
%0
%6.15
%4.31

Codes

Color #E1F4E5 in popluar color models

E1F4E5
RGB225244229
HSL133°46.34%91.96%
HSB/HSV133°7.79%95.69%
CMYK7.79%0.00%6.15%
4.31%

Color #E1F4E5 in popluar number systems.

HEXE1F4E5
Decimal225244229
Binary111000011111010011100101
Octal341364345

Shades and tints

Shades of #E1F4E5

#E1F4E5
(225,244,229)
#CDDED1
(205,222,209)
#B9C8BD
(185,200,189)
#A5B2A9
(165,178,169)
#919C95
(145,156,149)
#7D8681
(125,134,129)
#69706D
(105,112,109)
#555A59
(85,90,89)
#414445
(65,68,69)
#2D2E31
(45,46,49)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #E1F4E5

#E1F4E5
(225,244,229)
#E3F5E7
(227,245,231)
#E5F6E9
(229,246,233)
#E7F7EB
(231,247,235)
#E9F8ED
(233,248,237)
#EBF9EF
(235,249,239)
#EDFAF1
(237,250,241)
#EFFBF3
(239,251,243)
#F1FCF5
(241,252,245)
#F3FDF7
(243,253,247)
#F5FEF9
(245,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F4E5; }

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

This text font color is #E1F4E5.


Background Color

.myBgColor { background-color: #E1F4E5; }

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

This div background color is #E1F4E5.


Border color

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

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

This div border color is #E1F4E5.


Opacity

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

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

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

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

This text has shadow with #E1F4E5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1F4E5 on black background.


Color preview on white background

This text has color #E1F4E5 on white background.



Black color preview on #E1F4E5 background

This text has black color on #E1F4E5 background.


White color preview on #E1F4E5 background

This text has white color on #E1F4E5 background.