COLOR #E1F7D3

HEX: #E1F7D3
RGB: (225,247,211)

Color info

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

RGB color model

#E1F7D3 color RGB value is (225,247,211).

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

RGB channels and saturation

R 225 of 255 = 88%
G 247 of 255 = 97%
B 211 of 255 = 83%

225
247
211

R + G + B ~ 89%. #E1F7D3 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 247 + 211 = 683 (100%)
R 225 of 683 ~ 32.94%
G 247 of 683 ~ 36.16%
B 211 of 683 ~ 30.89%

%32.94
%36.16
%30.89

CMYK color model

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

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 3.14%
CMYK:
(9,0,15,3)
C9M0Y15K3 
(9%,0%,15%,3%)
(0.09/0.00/0.15/0.03)	

CMYK percentages

%8.91
%0
%14.57
%3.14

Codes

Color #E1F7D3 in popluar color models

E1F7D3
RGB225247211
HSL97°69.23%89.80%
HSB/HSV97°14.57%96.86%
CMYK8.91%0.00%14.57%
3.14%

Color #E1F7D3 in popluar number systems.

HEXE1F7D3
Decimal225247211
Binary111000011111011111010011
Octal341367323

Shades and tints

Shades of #E1F7D3

#E1F7D3
(225,247,211)
#CDE1C0
(205,225,192)
#B9CBAD
(185,203,173)
#A5B59A
(165,181,154)
#919F87
(145,159,135)
#7D8974
(125,137,116)
#697361
(105,115,97)
#555D4E
(85,93,78)
#41473B
(65,71,59)
#2D3128
(45,49,40)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #E1F7D3

#E1F7D3
(225,247,211)
#E3F7D7
(227,247,215)
#E5F7DB
(229,247,219)
#E7F7DF
(231,247,223)
#E9F7E3
(233,247,227)
#EBF7E7
(235,247,231)
#EDF7EB
(237,247,235)
#EFF7EF
(239,247,239)
#F1F7F3
(241,247,243)
#F3F7F7
(243,247,247)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F7D3; }

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

This text font color is #E1F7D3.


Background Color

.myBgColor { background-color: #E1F7D3; }

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

This div background color is #E1F7D3.


Border color

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

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

This div border color is #E1F7D3.


Opacity

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

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

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

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

This text has shadow with #E1F7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F7D3 on black background.


Color preview on white background

This text has color #E1F7D3 on white background.



Black color preview on #E1F7D3 background

This text has black color on #E1F7D3 background.


White color preview on #E1F7D3 background

This text has white color on #E1F7D3 background.