COLOR #E1F2D3

HEX: #E1F2D3
RGB: (225,242,211)

Color info

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

RGB color model

#E1F2D3 color RGB value is (225,242,211).

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

RGB channels and saturation

R 225 of 255 = 88%
G 242 of 255 = 95%
B 211 of 255 = 83%

225
242
211

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

Portions of RGB colors in percentages

R + G + B =
225 + 242 + 211 = 678 (100%)
R 225 of 678 ~ 33.19%
G 242 of 678 ~ 35.69%
B 211 of 678 ~ 31.12%

%33.19
%35.69
%31.12

CMYK color model

#E1F2D3 color CMYK value is (7,0,13,5).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 12.81%
  • key color value is 5.10%
CMYK:
(7,0,13,5)
C7M0Y13K5 
(7%,0%,13%,5%)
(0.07/0.00/0.13/0.05)	

CMYK percentages

%7.02
%0
%12.81
%5.1

Codes

Color #E1F2D3 in popluar color models

E1F2D3
RGB225242211
HSL93°54.39%88.82%
HSB/HSV93°12.81%94.90%
CMYK7.02%0.00%12.81%
5.10%

Color #E1F2D3 in popluar number systems.

HEXE1F2D3
Decimal225242211
Binary111000011111001011010011
Octal341362323

Shades and tints

Shades of #E1F2D3

#E1F2D3
(225,242,211)
#CDDCC0
(205,220,192)
#B9C6AD
(185,198,173)
#A5B09A
(165,176,154)
#919A87
(145,154,135)
#7D8474
(125,132,116)
#696E61
(105,110,97)
#55584E
(85,88,78)
#41423B
(65,66,59)
#2D2C28
(45,44,40)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #E1F2D3

#E1F2D3
(225,242,211)
#E3F3D7
(227,243,215)
#E5F4DB
(229,244,219)
#E7F5DF
(231,245,223)
#E9F6E3
(233,246,227)
#EBF7E7
(235,247,231)
#EDF8EB
(237,248,235)
#EFF9EF
(239,249,239)
#F1FAF3
(241,250,243)
#F3FBF7
(243,251,247)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F2D3; }

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

This text font color is #E1F2D3.


Background Color

.myBgColor { background-color: #E1F2D3; }

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

This div background color is #E1F2D3.


Border color

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

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

This div border color is #E1F2D3.


Opacity

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

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

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

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

This text has shadow with #E1F2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F2D3 on black background.


Color preview on white background

This text has color #E1F2D3 on white background.



Black color preview on #E1F2D3 background

This text has black color on #E1F2D3 background.


White color preview on #E1F2D3 background

This text has white color on #E1F2D3 background.