COLOR #E1F7E0

HEX: #E1F7E0
RGB: (225,247,224)

Color info

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

RGB color model

#E1F7E0 color RGB value is (225,247,224).

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

RGB channels and saturation

R 225 of 255 = 88%
G 247 of 255 = 97%
B 224 of 255 = 88%

225
247
224

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

Portions of RGB colors in percentages

R + G + B =
225 + 247 + 224 = 696 (100%)
R 225 of 696 ~ 32.33%
G 247 of 696 ~ 35.49%
B 224 of 696 ~ 32.18%

%32.33
%35.49
%32.18

CMYK color model

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

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 3.14%
CMYK:
(9,0,9,3)
C9M0Y9K3 
(9%,0%,9%,3%)
(0.09/0.00/0.09/0.03)	

CMYK percentages

%8.91
%0
%9.31
%3.14

Codes

Color #E1F7E0 in popluar color models

E1F7E0
RGB225247224
HSL117°58.97%92.35%
HSB/HSV117°9.31%96.86%
CMYK8.91%0.00%9.31%
3.14%

Color #E1F7E0 in popluar number systems.

HEXE1F7E0
Decimal225247224
Binary111000011111011111100000
Octal341367340

Shades and tints

Shades of #E1F7E0

#E1F7E0
(225,247,224)
#CDE1CC
(205,225,204)
#B9CBB8
(185,203,184)
#A5B5A4
(165,181,164)
#919F90
(145,159,144)
#7D897C
(125,137,124)
#697368
(105,115,104)
#555D54
(85,93,84)
#414740
(65,71,64)
#2D312C
(45,49,44)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #E1F7E0

#E1F7E0
(225,247,224)
#E3F7E2
(227,247,226)
#E5F7E4
(229,247,228)
#E7F7E6
(231,247,230)
#E9F7E8
(233,247,232)
#EBF7EA
(235,247,234)
#EDF7EC
(237,247,236)
#EFF7EE
(239,247,238)
#F1F7F0
(241,247,240)
#F3F7F2
(243,247,242)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F7E0; }

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

This text font color is #E1F7E0.


Background Color

.myBgColor { background-color: #E1F7E0; }

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

This div background color is #E1F7E0.


Border color

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

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

This div border color is #E1F7E0.


Opacity

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

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

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

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

This text has shadow with #E1F7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F7E0 on black background.


Color preview on white background

This text has color #E1F7E0 on white background.



Black color preview on #E1F7E0 background

This text has black color on #E1F7E0 background.


White color preview on #E1F7E0 background

This text has white color on #E1F7E0 background.