COLOR #E1FDF7

HEX: #E1FDF7
RGB: (225,253,247)

Color info

#E1FDF7 contains red, green and blue colors in about the same proportion. Web safe color of #E1FDF7 is #CCFFFF (or #CFF).

RGB color model

#E1FDF7 color RGB value is (225,253,247).

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

RGB channels and saturation

R 225 of 255 = 88%
G 253 of 255 = 99%
B 247 of 255 = 97%

225
253
247

R + G + B ~ 95%. #E1FDF7 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 253 + 247 = 725 (100%)
R 225 of 725 ~ 31.03%
G 253 of 725 ~ 34.9%
B 247 of 725 ~ 34.07%

%31.03
%34.9
%34.07

CMYK color model

#E1FDF7 color CMYK value is (11,0,2,1).

  • cyan value is 11.07%
  • magenta value is 0.00%
  • yellow value is 2.37%
  • key color value is 0.78%
CMYK:
(11,0,2,1)
C11M0Y2K1 
(11%,0%,2%,1%)
(0.11/0.00/0.02/0.01)	

CMYK percentages

%11.07
%0
%2.37
%0.78

Codes

Color #E1FDF7 in popluar color models

E1FDF7
RGB225253247
HSL167°87.50%93.73%
HSB/HSV167°11.07%99.22%
CMYK11.07%0.00%2.37%
0.78%

Color #E1FDF7 in popluar number systems.

HEXE1FDF7
Decimal225253247
Binary111000011111110111110111
Octal341375367

Shades and tints

Shades of #E1FDF7

#E1FDF7
(225,253,247)
#CDE6E1
(205,230,225)
#B9CFCB
(185,207,203)
#A5B8B5
(165,184,181)
#91A19F
(145,161,159)
#7D8A89
(125,138,137)
#697373
(105,115,115)
#555C5D
(85,92,93)
#414547
(65,69,71)
#2D2E31
(45,46,49)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #E1FDF7

#E1FDF7
(225,253,247)
#E3FDF7
(227,253,247)
#E5FDF7
(229,253,247)
#E7FDF7
(231,253,247)
#E9FDF7
(233,253,247)
#EBFDF7
(235,253,247)
#EDFDF7
(237,253,247)
#EFFDF7
(239,253,247)
#F1FDF7
(241,253,247)
#F3FDF7
(243,253,247)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FDF7; }

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

This text font color is #E1FDF7.


Background Color

.myBgColor { background-color: #E1FDF7; }

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

This div background color is #E1FDF7.


Border color

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

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

This div border color is #E1FDF7.


Opacity

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

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

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

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

This text has shadow with #E1FDF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FDF7 on black background.


Color preview on white background

This text has color #E1FDF7 on white background.



Black color preview on #E1FDF7 background

This text has black color on #E1FDF7 background.


White color preview on #E1FDF7 background

This text has white color on #E1FDF7 background.