COLOR #E1F2D6

HEX: #E1F2D6
RGB: (225,242,214)

Color info

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

RGB color model

#E1F2D6 color RGB value is (225,242,214).

  • red value is 225;
  • green value is 242;
  • blue value is 214.
RGB:
(225,242,214)
(88%,95%,84%)

RGB channels and saturation

R 225 of 255 = 88%
G 242 of 255 = 95%
B 214 of 255 = 84%

225
242
214

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

Portions of RGB colors in percentages

R + G + B =
225 + 242 + 214 = 681 (100%)
R 225 of 681 ~ 33.04%
G 242 of 681 ~ 35.54%
B 214 of 681 ~ 31.42%

%33.04
%35.54
%31.42

CMYK color model

#E1F2D6 color CMYK value is (7,0,12,5).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 11.57%
  • key color value is 5.10%
CMYK:
(7,0,12,5)
C7M0Y12K5 
(7%,0%,12%,5%)
(0.07/0.00/0.12/0.05)	

CMYK percentages

%7.02
%0
%11.57
%5.1

Codes

Color #E1F2D6 in popluar color models

E1F2D6
RGB225242214
HSL96°51.85%89.41%
HSB/HSV96°11.57%94.90%
CMYK7.02%0.00%11.57%
5.10%

Color #E1F2D6 in popluar number systems.

HEXE1F2D6
Decimal225242214
Binary111000011111001011010110
Octal341362326

Shades and tints

Shades of #E1F2D6

#E1F2D6
(225,242,214)
#CDDCC3
(205,220,195)
#B9C6B0
(185,198,176)
#A5B09D
(165,176,157)
#919A8A
(145,154,138)
#7D8477
(125,132,119)
#696E64
(105,110,100)
#555851
(85,88,81)
#41423E
(65,66,62)
#2D2C2B
(45,44,43)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #E1F2D6

#E1F2D6
(225,242,214)
#E3F3D9
(227,243,217)
#E5F4DC
(229,244,220)
#E7F5DF
(231,245,223)
#E9F6E2
(233,246,226)
#EBF7E5
(235,247,229)
#EDF8E8
(237,248,232)
#EFF9EB
(239,249,235)
#F1FAEE
(241,250,238)
#F3FBF1
(243,251,241)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F2D6 color. Also use rgb(225,242,214) instead hex code.

Text Font Color

.myTextColor { color: #E1F2D6; }

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

This text font color is #E1F2D6.


Background Color

.myBgColor { background-color: #E1F2D6; }

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

This div background color is #E1F2D6.


Border color

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

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

This div border color is #E1F2D6.


Opacity

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

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

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

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

This text has shadow with #E1F2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F2D6 on black background.


Color preview on white background

This text has color #E1F2D6 on white background.



Black color preview on #E1F2D6 background

This text has black color on #E1F2D6 background.


White color preview on #E1F2D6 background

This text has white color on #E1F2D6 background.