COLOR #E1FEFF

HEX: #E1FEFF
RGB: (225,254,255)

Color info

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

RGB color model

#E1FEFF color RGB value is (225,254,255).

  • red value is 225;
  • green value is 254;
  • blue value is 255.
RGB:
(225,254,255)
(88%,100%,100%)

RGB channels and saturation

R 225 of 255 = 88%
G 254 of 255 = 100%
B 255 of 255 = 100%

225
254
255

R + G + B ~ 96%. #E1FEFF is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 254 + 255 = 734 (100%)
R 225 of 734 ~ 30.65%
G 254 of 734 ~ 34.6%
B 255 of 734 ~ 34.74%

%30.65
%34.6
%34.74

CMYK color model

#E1FEFF color CMYK value is (12,0,0,0).

  • cyan value is 11.76%
  • magenta value is 0.39%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,0,0,0)
C12M0Y0K0 
(12%,0%,0%,0%)
(0.12/0.00/0.00/0.00)	

CMYK percentages

%11.76
%0.39
%0
%0

Codes

Color #E1FEFF in popluar color models

E1FEFF
RGB225254255
HSL182°100.00%94.12%
HSB/HSV182°11.76%100.00%
CMYK11.76%0.39%0.00%
0.00%

Color #E1FEFF in popluar number systems.

HEXE1FEFF
Decimal225254255
Binary111000011111111011111111
Octal341376377

Shades and tints

Shades of #E1FEFF

#E1FEFF
(225,254,255)
#CDE7E8
(205,231,232)
#B9D0D1
(185,208,209)
#A5B9BA
(165,185,186)
#91A2A3
(145,162,163)
#7D8B8C
(125,139,140)
#697475
(105,116,117)
#555D5E
(85,93,94)
#414647
(65,70,71)
#2D2F30
(45,47,48)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #E1FEFF

#E1FEFF
(225,254,255)
#E3FEFF
(227,254,255)
#E5FEFF
(229,254,255)
#E7FEFF
(231,254,255)
#E9FEFF
(233,254,255)
#EBFEFF
(235,254,255)
#EDFEFF
(237,254,255)
#EFFEFF
(239,254,255)
#F1FEFF
(241,254,255)
#F3FEFF
(243,254,255)
#F5FEFF
(245,254,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FEFF; }

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

This text font color is #E1FEFF.


Background Color

.myBgColor { background-color: #E1FEFF; }

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

This div background color is #E1FEFF.


Border color

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

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

This div border color is #E1FEFF.


Opacity

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

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

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

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

This text has shadow with #E1FEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FEFF on black background.


Color preview on white background

This text has color #E1FEFF on white background.



Black color preview on #E1FEFF background

This text has black color on #E1FEFF background.


White color preview on #E1FEFF background

This text has white color on #E1FEFF background.