COLOR #E1F7EC

HEX: #E1F7EC
RGB: (225,247,236)

Color info

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

RGB color model

#E1F7EC color RGB value is (225,247,236).

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

RGB channels and saturation

R 225 of 255 = 88%
G 247 of 255 = 97%
B 236 of 255 = 93%

225
247
236

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

Portions of RGB colors in percentages

R + G + B =
225 + 247 + 236 = 708 (100%)
R 225 of 708 ~ 31.78%
G 247 of 708 ~ 34.89%
B 236 of 708 ~ 33.33%

%31.78
%34.89
%33.33

CMYK color model

#E1F7EC color CMYK value is (9,0,4,3).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 4.45%
  • key color value is 3.14%
CMYK:
(9,0,4,3)
C9M0Y4K3 
(9%,0%,4%,3%)
(0.09/0.00/0.04/0.03)	

CMYK percentages

%8.91
%0
%4.45
%3.14

Codes

Color #E1F7EC in popluar color models

E1F7EC
RGB225247236
HSL150°57.89%92.55%
HSB/HSV150°8.91%96.86%
CMYK8.91%0.00%4.45%
3.14%

Color #E1F7EC in popluar number systems.

HEXE1F7EC
Decimal225247236
Binary111000011111011111101100
Octal341367354

Shades and tints

Shades of #E1F7EC

#E1F7EC
(225,247,236)
#CDE1D7
(205,225,215)
#B9CBC2
(185,203,194)
#A5B5AD
(165,181,173)
#919F98
(145,159,152)
#7D8983
(125,137,131)
#69736E
(105,115,110)
#555D59
(85,93,89)
#414744
(65,71,68)
#2D312F
(45,49,47)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #E1F7EC

#E1F7EC
(225,247,236)
#E3F7ED
(227,247,237)
#E5F7EE
(229,247,238)
#E7F7EF
(231,247,239)
#E9F7F0
(233,247,240)
#EBF7F1
(235,247,241)
#EDF7F2
(237,247,242)
#EFF7F3
(239,247,243)
#F1F7F4
(241,247,244)
#F3F7F5
(243,247,245)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F7EC; }

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

This text font color is #E1F7EC.


Background Color

.myBgColor { background-color: #E1F7EC; }

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

This div background color is #E1F7EC.


Border color

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

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

This div border color is #E1F7EC.


Opacity

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

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

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

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

This text has shadow with #E1F7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F7EC on black background.


Color preview on white background

This text has color #E1F7EC on white background.



Black color preview on #E1F7EC background

This text has black color on #E1F7EC background.


White color preview on #E1F7EC background

This text has white color on #E1F7EC background.