COLOR #E1FAC7

HEX: #E1FAC7
RGB: (225,250,199)

Color info

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

RGB color model

#E1FAC7 color RGB value is (225,250,199).

  • red value is 225;
  • green value is 250;
  • blue value is 199.
RGB:
(225,250,199)
(88%,98%,78%)

RGB channels and saturation

R 225 of 255 = 88%
G 250 of 255 = 98%
B 199 of 255 = 78%

225
250
199

R + G + B ~ 88%. #E1FAC7 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 250 + 199 = 674 (100%)
R 225 of 674 ~ 33.38%
G 250 of 674 ~ 37.09%
B 199 of 674 ~ 29.53%

%33.38
%37.09
%29.53

CMYK color model

#E1FAC7 color CMYK value is (10,0,20,2).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 20.40%
  • key color value is 1.96%
CMYK:
(10,0,20,2)
C10M0Y20K2 
(10%,0%,20%,2%)
(0.10/0.00/0.20/0.02)	

CMYK percentages

%10
%0
%20.4
%1.96

Codes

Color #E1FAC7 in popluar color models

E1FAC7
RGB225250199
HSL89°83.61%88.04%
HSB/HSV89°20.40%98.04%
CMYK10.00%0.00%20.40%
1.96%

Color #E1FAC7 in popluar number systems.

HEXE1FAC7
Decimal225250199
Binary111000011111101011000111
Octal341372307

Shades and tints

Shades of #E1FAC7

#E1FAC7
(225,250,199)
#CDE4B5
(205,228,181)
#B9CEA3
(185,206,163)
#A5B891
(165,184,145)
#91A27F
(145,162,127)
#7D8C6D
(125,140,109)
#69765B
(105,118,91)
#556049
(85,96,73)
#414A37
(65,74,55)
#2D3425
(45,52,37)
#191E13
(25,30,19)
#000000
(0,0,0)

Tints of #E1FAC7

#E1FAC7
(225,250,199)
#E3FACC
(227,250,204)
#E5FAD1
(229,250,209)
#E7FAD6
(231,250,214)
#E9FADB
(233,250,219)
#EBFAE0
(235,250,224)
#EDFAE5
(237,250,229)
#EFFAEA
(239,250,234)
#F1FAEF
(241,250,239)
#F3FAF4
(243,250,244)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FAC7; }

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

This text font color is #E1FAC7.


Background Color

.myBgColor { background-color: #E1FAC7; }

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

This div background color is #E1FAC7.


Border color

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

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

This div border color is #E1FAC7.


Opacity

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

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

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

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

This text has shadow with #E1FAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FAC7 on black background.


Color preview on white background

This text has color #E1FAC7 on white background.



Black color preview on #E1FAC7 background

This text has black color on #E1FAC7 background.


White color preview on #E1FAC7 background

This text has white color on #E1FAC7 background.