COLOR #E1FFF7

HEX: #E1FFF7 RGB: (225,255,247)

Color info

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

RGB color model

#E1FFF7 color RGB value is (225,255,247).

RGB: (225,255,247) (88%, 100%, 97%)

RGB channels and saturation

R 225 of 255 = 88%
G 255 of 255 = 100%
B 247 of 255 = 97%

225
255
247

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

Portions of RGB colors in percentages

R + G + B = 225 + 255 + 247 = 727 (100%)
R 225 of 727 ~ 30.95%
G 255 of 727 ~ 35.08%
B 247 of 727 ~ 33.98'%

%30.95
%35.08
%33.98

CMYK color model

#E1FFF7 color CMYK value is (12,0,3,0).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 3.14%
  • key color value is 0.00%

CMYK: (12,0,3,0)
C12M0Y3K0 (12%, 0%, 3%, 0%)
(0.12 / 0.00 / 0.03 / 0.00)

CMYK percentages

%11.76
%0
%3.14
%0

Codes

Color #E1FFF7 in popluar color models

E1 FF F7
RGB 225 255 247
HSL 164° 100.00% 94.12%
HSB/HSV 164° 11.76% 100.00%
CMYK 11.76% 0.00% 3.14%
0.00%

Color #E1FFF7 in popluar number systems.

HEX E1 FF F7
Decimal 225 255 247
Binary 11100001 11111111 11110111
Octal 341 377 367

Shades and tints

Shades of #E1FFF7

#E1FFF7
(225,255,247)
#CDE8E1
(205,232,225)
#B9D1CB
(185,209,203)
#A5BAB5
(165,186,181)
#91A39F
(145,163,159)
#7D8C89
(125,140,137)
#697573
(105,117,115)
#555E5D
(85,94,93)
#414747
(65,71,71)
#2D3031
(45,48,49)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #E1FFF7

#E1FFF7
(225,255,247)
#E3FFF7
(227,255,247)
#E5FFF7
(229,255,247)
#E7FFF7
(231,255,247)
#E9FFF7
(233,255,247)
#EBFFF7
(235,255,247)
#EDFFF7
(237,255,247)
#EFFFF7
(239,255,247)
#F1FFF7
(241,255,247)
#F3FFF7
(243,255,247)
#F5FFF7
(245,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FFF7; }

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

This text font color is #E1FFF7.

Background Color

.myBgColor { background-color: #E1FFF7; }

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

This div background color is #E1FFF7.

Border color

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

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

This div border color is #E1FFF7.

Opacity

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

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

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

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

This text has shadow with #E1FFF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FFF7.

Preview

Color preview on black background

This text has color #E1FFF7 on black background.


Color preview on white background

This text has color #E1FFF7 on white background.


Black color preview on #E1FFF7 background

This text has black color on #E1FFF7 background.


White color preview on #E1FFF7 background

This text has white color on #E1FFF7 background.


Related colors

Complementary color

Complementary color for #hex is #1E0008.


I love getcolorcode.com

Triadic colors

1 #F7E1FF and #FFF7E1 with #E1FFF7 are triadic colors.

2 #F7FFE1 and #FFE1F7 with #E1FFF7 are triadic colors.