COLOR #E1F3EC

HEX: #E1F3EC
RGB: (225,243,236)

Color info

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

RGB color model

#E1F3EC color RGB value is (225,243,236).

  • red value is 225;
  • green value is 243;
  • blue value is 236.
RGB:
(225,243,236)
(88%,95%,93%)

RGB channels and saturation

R 225 of 255 = 88%
G 243 of 255 = 95%
B 236 of 255 = 93%

225
243
236

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

Portions of RGB colors in percentages

R + G + B =
225 + 243 + 236 = 704 (100%)
R 225 of 704 ~ 31.96%
G 243 of 704 ~ 34.52%
B 236 of 704 ~ 33.52%

%31.96
%34.52
%33.52

CMYK color model

#E1F3EC color CMYK value is (7,0,3,5).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 4.71%
CMYK:
(7,0,3,5)
C7M0Y3K5 
(7%,0%,3%,5%)
(0.07/0.00/0.03/0.05)	

CMYK percentages

%7.41
%0
%2.88
%4.71

Codes

Color #E1F3EC in popluar color models

E1F3EC
RGB225243236
HSL157°42.86%91.76%
HSB/HSV157°7.41%95.29%
CMYK7.41%0.00%2.88%
4.71%

Color #E1F3EC in popluar number systems.

HEXE1F3EC
Decimal225243236
Binary111000011111001111101100
Octal341363354

Shades and tints

Shades of #E1F3EC

#E1F3EC
(225,243,236)
#CDDDD7
(205,221,215)
#B9C7C2
(185,199,194)
#A5B1AD
(165,177,173)
#919B98
(145,155,152)
#7D8583
(125,133,131)
#696F6E
(105,111,110)
#555959
(85,89,89)
#414344
(65,67,68)
#2D2D2F
(45,45,47)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #E1F3EC

#E1F3EC
(225,243,236)
#E3F4ED
(227,244,237)
#E5F5EE
(229,245,238)
#E7F6EF
(231,246,239)
#E9F7F0
(233,247,240)
#EBF8F1
(235,248,241)
#EDF9F2
(237,249,242)
#EFFAF3
(239,250,243)
#F1FBF4
(241,251,244)
#F3FCF5
(243,252,245)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F3EC color. Also use rgb(225,243,236) instead hex code.

Text Font Color

.myTextColor { color: #E1F3EC; }

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

This text font color is #E1F3EC.


Background Color

.myBgColor { background-color: #E1F3EC; }

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

This div background color is #E1F3EC.


Border color

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

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

This div border color is #E1F3EC.


Opacity

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

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

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

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

This text has shadow with #E1F3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F3EC on black background.


Color preview on white background

This text has color #E1F3EC on white background.



Black color preview on #E1F3EC background

This text has black color on #E1F3EC background.


White color preview on #E1F3EC background

This text has white color on #E1F3EC background.