COLOR #E1F4EB

HEX: #E1F4EB
RGB: (225,244,235)

Color info

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

RGB color model

#E1F4EB color RGB value is (225,244,235).

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

RGB channels and saturation

R 225 of 255 = 88%
G 244 of 255 = 96%
B 235 of 255 = 92%

225
244
235

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

Portions of RGB colors in percentages

R + G + B =
225 + 244 + 235 = 704 (100%)
R 225 of 704 ~ 31.96%
G 244 of 704 ~ 34.66%
B 235 of 704 ~ 33.38%

%31.96
%34.66
%33.38

CMYK color model

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

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 3.69%
  • key color value is 4.31%
CMYK:
(8,0,4,4)
C8M0Y4K4 
(8%,0%,4%,4%)
(0.08/0.00/0.04/0.04)	

CMYK percentages

%7.79
%0
%3.69
%4.31

Codes

Color #E1F4EB in popluar color models

E1F4EB
RGB225244235
HSL152°46.34%91.96%
HSB/HSV152°7.79%95.69%
CMYK7.79%0.00%3.69%
4.31%

Color #E1F4EB in popluar number systems.

HEXE1F4EB
Decimal225244235
Binary111000011111010011101011
Octal341364353

Shades and tints

Shades of #E1F4EB

#E1F4EB
(225,244,235)
#CDDED6
(205,222,214)
#B9C8C1
(185,200,193)
#A5B2AC
(165,178,172)
#919C97
(145,156,151)
#7D8682
(125,134,130)
#69706D
(105,112,109)
#555A58
(85,90,88)
#414443
(65,68,67)
#2D2E2E
(45,46,46)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #E1F4EB

#E1F4EB
(225,244,235)
#E3F5EC
(227,245,236)
#E5F6ED
(229,246,237)
#E7F7EE
(231,247,238)
#E9F8EF
(233,248,239)
#EBF9F0
(235,249,240)
#EDFAF1
(237,250,241)
#EFFBF2
(239,251,242)
#F1FCF3
(241,252,243)
#F3FDF4
(243,253,244)
#F5FEF5
(245,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F4EB; }

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

This text font color is #E1F4EB.


Background Color

.myBgColor { background-color: #E1F4EB; }

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

This div background color is #E1F4EB.


Border color

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

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

This div border color is #E1F4EB.


Opacity

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

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

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

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

This text has shadow with #E1F4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F4EB on black background.


Color preview on white background

This text has color #E1F4EB on white background.



Black color preview on #E1F4EB background

This text has black color on #E1F4EB background.


White color preview on #E1F4EB background

This text has white color on #E1F4EB background.