COLOR #E1F9D7

HEX: #E1F9D7
RGB: (225,249,215)

Color info

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

RGB color model

#E1F9D7 color RGB value is (225,249,215).

  • red value is 225;
  • green value is 249;
  • blue value is 215.
RGB:
(225,249,215)
(88%,98%,84%)

RGB channels and saturation

R 225 of 255 = 88%
G 249 of 255 = 98%
B 215 of 255 = 84%

225
249
215

R + G + B ~ 90%. #E1F9D7 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 249 + 215 = 689 (100%)
R 225 of 689 ~ 32.66%
G 249 of 689 ~ 36.14%
B 215 of 689 ~ 31.2%

%32.66
%36.14
%31.2

CMYK color model

#E1F9D7 color CMYK value is (10,0,14,2).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 13.65%
  • key color value is 2.35%
CMYK:
(10,0,14,2)
C10M0Y14K2 
(10%,0%,14%,2%)
(0.10/0.00/0.14/0.02)	

CMYK percentages

%9.64
%0
%13.65
%2.35

Codes

Color #E1F9D7 in popluar color models

E1F9D7
RGB225249215
HSL102°73.91%90.98%
HSB/HSV102°13.65%97.65%
CMYK9.64%0.00%13.65%
2.35%

Color #E1F9D7 in popluar number systems.

HEXE1F9D7
Decimal225249215
Binary111000011111100111010111
Octal341371327

Shades and tints

Shades of #E1F9D7

#E1F9D7
(225,249,215)
#CDE3C4
(205,227,196)
#B9CDB1
(185,205,177)
#A5B79E
(165,183,158)
#91A18B
(145,161,139)
#7D8B78
(125,139,120)
#697565
(105,117,101)
#555F52
(85,95,82)
#41493F
(65,73,63)
#2D332C
(45,51,44)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #E1F9D7

#E1F9D7
(225,249,215)
#E3F9DA
(227,249,218)
#E5F9DD
(229,249,221)
#E7F9E0
(231,249,224)
#E9F9E3
(233,249,227)
#EBF9E6
(235,249,230)
#EDF9E9
(237,249,233)
#EFF9EC
(239,249,236)
#F1F9EF
(241,249,239)
#F3F9F2
(243,249,242)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F9D7 color. Also use rgb(225,249,215) instead hex code.

Text Font Color

.myTextColor { color: #E1F9D7; }

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

This text font color is #E1F9D7.


Background Color

.myBgColor { background-color: #E1F9D7; }

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

This div background color is #E1F9D7.


Border color

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

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

This div border color is #E1F9D7.


Opacity

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

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

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

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

This text has shadow with #E1F9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F9D7 on black background.


Color preview on white background

This text has color #E1F9D7 on white background.



Black color preview on #E1F9D7 background

This text has black color on #E1F9D7 background.


White color preview on #E1F9D7 background

This text has white color on #E1F9D7 background.