COLOR #E1FACE

HEX: #E1FACE RGB: (225,250,206)

Color info

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

RGB color model

#E1FACE color RGB value is (225,250,206).

RGB: (225,250,206) (88%, 98%, 81%)

RGB channels and saturation

R 225 of 255 = 88%
G 250 of 255 = 98%
B 206 of 255 = 81%

225
250
206

R + G + B ~ 89%. #E1FACE is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 250 + 206 = 681 (100%)
R 225 of 681 ~ 33.04%
G 250 of 681 ~ 36.71%
B 206 of 681 ~ 30.25'%

%33.04
%36.71
%30.25

CMYK color model

#E1FACE color CMYK value is (10,0,18,2).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 17.60%
  • key color value is 1.96%

CMYK: (10,0,18,2)
C10M0Y18K2 (10%, 0%, 18%, 2%)
(0.10 / 0.00 / 0.18 / 0.02)

CMYK percentages

%10
%0
%17.6
%1.96

Codes

Color #E1FACE in popluar color models

E1 FA CE
RGB 225 250 206
HSL 94° 81.48% 89.41%
HSB/HSV 94° 17.60% 98.04%
CMYK 10.00% 0.00% 17.60%
1.96%

Color #E1FACE in popluar number systems.

HEX E1 FA CE
Decimal 225 250 206
Binary 11100001 11111010 11001110
Octal 341 372 316

Shades and tints

Shades of #E1FACE

#E1FACE
(225,250,206)
#CDE4BC
(205,228,188)
#B9CEAA
(185,206,170)
#A5B898
(165,184,152)
#91A286
(145,162,134)
#7D8C74
(125,140,116)
#697662
(105,118,98)
#556050
(85,96,80)
#414A3E
(65,74,62)
#2D342C
(45,52,44)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #E1FACE

#E1FACE
(225,250,206)
#E3FAD2
(227,250,210)
#E5FAD6
(229,250,214)
#E7FADA
(231,250,218)
#E9FADE
(233,250,222)
#EBFAE2
(235,250,226)
#EDFAE6
(237,250,230)
#EFFAEA
(239,250,234)
#F1FAEE
(241,250,238)
#F3FAF2
(243,250,242)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FACE; }

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

This text font color is #E1FACE.

Background Color

.myBgColor { background-color: #E1FACE; }

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

This div background color is #E1FACE.

Border color

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

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

This div border color is #E1FACE.

Opacity

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

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

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

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

This text has shadow with #E1FACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FACE.

Preview

Color preview on black background

This text has color #E1FACE on black background.


Color preview on white background

This text has color #E1FACE on white background.


Black color preview on #E1FACE background

This text has black color on #E1FACE background.


White color preview on #E1FACE background

This text has white color on #E1FACE background.


Related colors

Complementary color

Complementary color for #hex is #1E0531.


I love getcolorcode.com

Triadic colors

1 #CEE1FA and #FACEE1 with #E1FACE are triadic colors.

2 #CEFAE1 and #FAE1CE with #E1FACE are triadic colors.