COLOR #E1FAEF

HEX: #E1FAEF RGB: (225,250,239)

Color info

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

RGB color model

#E1FAEF color RGB value is (225,250,239).

RGB: (225,250,239) (88%, 98%, 94%)

RGB channels and saturation

R 225 of 255 = 88%
G 250 of 255 = 98%
B 239 of 255 = 94%

225
250
239

R + G + B ~ 93%. #E1FAEF is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 250 + 239 = 714 (100%)
R 225 of 714 ~ 31.51%
G 250 of 714 ~ 35.01%
B 239 of 714 ~ 33.47'%

%31.51
%35.01
%33.47

CMYK color model

#E1FAEF color CMYK value is (10,0,4,2).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 1.96%
CMYK: (10,0,4,2) C10M0Y4K2 (10%,0%,4%,2%) (0.10/0.00/0.04/0.02) 

CMYK percentages

%10
%0
%4.4
%1.96

Codes

Color #E1FAEF in popluar color models

E1 FA EF
RGB 225 250 239
HSL 154° 71.43% 93.14%
HSB/HSV 154° 10.00% 98.04%
CMYK 10.00% 0.00% 4.40%
1.96%

Color #E1FAEF in popluar number systems.

HEX E1 FA EF
Decimal 225 250 239
Binary 11100001 11111010 11101111
Octal 341 372 357

Shades and tints

Shades of #E1FAEF

#E1FAEF
(225,250,239)
#CDE4DA
(205,228,218)
#B9CEC5
(185,206,197)
#A5B8B0
(165,184,176)
#91A29B
(145,162,155)
#7D8C86
(125,140,134)
#697671
(105,118,113)
#55605C
(85,96,92)
#414A47
(65,74,71)
#2D3432
(45,52,50)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #E1FAEF

#E1FAEF
(225,250,239)
#E3FAF0
(227,250,240)
#E5FAF1
(229,250,241)
#E7FAF2
(231,250,242)
#E9FAF3
(233,250,243)
#EBFAF4
(235,250,244)
#EDFAF5
(237,250,245)
#EFFAF6
(239,250,246)
#F1FAF7
(241,250,247)
#F3FAF8
(243,250,248)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FAEF color. Also use rgb(225,250,239) instead hex code.

Text Font Color

.myTextColor { color: #E1FAEF; }

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

This text font color is #E1FAEF.

Background Color

.myBgColor { background-color: #E1FAEF; }

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

This div background color is #E1FAEF.

Border color

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

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

This div border color is #E1FAEF.

Opacity

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

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

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

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

This text has shadow with #E1FAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FAEF.

Preview

Color preview on black background

This text has color #E1FAEF on black background.


Color preview on white background

This text has color #E1FAEF on white background.


Black color preview on #E1FAEF background

This text has black color on #E1FAEF background.


White color preview on #E1FAEF background

This text has white color on #E1FAEF background.


Related colors

Complementary color

Complementary color for #hex is #1E0510.


I love getcolorcode.com

Triadic colors

1 #EFE1FA and #FAEFE1 with #E1FAEF are triadic colors.

2 #EFFAE1 and #FAE1EF with #E1FAEF are triadic colors.