COLOR #E1FACF

HEX: #E1FACF RGB: (225,250,207)

Color info

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

RGB color model

#E1FACF color RGB value is (225,250,207).

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

RGB channels and saturation

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

225
250
207

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

Portions of RGB colors in percentages

R + G + B = 225 + 250 + 207 = 682 (100%)
R 225 of 682 ~ 32.99%
G 250 of 682 ~ 36.66%
B 207 of 682 ~ 30.35'%

%32.99
%36.66
%30.35

CMYK color model

#E1FACF color CMYK value is (10,0,17,2).

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

CMYK: (10,0,17,2)
C10M0Y17K2 (10%, 0%, 17%, 2%)
(0.10 / 0.00 / 0.17 / 0.02)

CMYK percentages

%10
%0
%17.2
%1.96

Codes

Color #E1FACF in popluar color models

E1 FA CF
RGB 225 250 207
HSL 95° 81.13% 89.61%
HSB/HSV 95° 17.20% 98.04%
CMYK 10.00% 0.00% 17.20%
1.96%

Color #E1FACF in popluar number systems.

HEX E1 FA CF
Decimal 225 250 207
Binary 11100001 11111010 11001111
Octal 341 372 317

Shades and tints

Shades of #E1FACF

#E1FACF
(225,250,207)
#CDE4BD
(205,228,189)
#B9CEAB
(185,206,171)
#A5B899
(165,184,153)
#91A287
(145,162,135)
#7D8C75
(125,140,117)
#697663
(105,118,99)
#556051
(85,96,81)
#414A3F
(65,74,63)
#2D342D
(45,52,45)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #E1FACF

#E1FACF
(225,250,207)
#E3FAD3
(227,250,211)
#E5FAD7
(229,250,215)
#E7FADB
(231,250,219)
#E9FADF
(233,250,223)
#EBFAE3
(235,250,227)
#EDFAE7
(237,250,231)
#EFFAEB
(239,250,235)
#F1FAEF
(241,250,239)
#F3FAF3
(243,250,243)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FACF; }

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

This text font color is #E1FACF.

Background Color

.myBgColor { background-color: #E1FACF; }

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

This div background color is #E1FACF.

Border color

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

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

This div border color is #E1FACF.

Opacity

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

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

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

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

This text has shadow with #E1FACF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FACF.

Preview

Color preview on black background

This text has color #E1FACF on black background.


Color preview on white background

This text has color #E1FACF on white background.


Black color preview on #E1FACF background

This text has black color on #E1FACF background.


White color preview on #E1FACF background

This text has white color on #E1FACF background.


Related colors

Complementary color

Complementary color for #hex is #1E0530.


I love getcolorcode.com

Triadic colors

1 #CFE1FA and #FACFE1 with #E1FACF are triadic colors.

2 #CFFAE1 and #FAE1CF with #E1FACF are triadic colors.