COLOR #E1FAD6

HEX: #E1FAD6
RGB: (225,250,214)

Color info

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

RGB color model

#E1FAD6 color RGB value is (225,250,214).

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

RGB channels and saturation

R 225 of 255 = 88%
G 250 of 255 = 98%
B 214 of 255 = 84%

225
250
214

R + G + B ~ 90%. #E1FAD6 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 250 + 214 = 689 (100%)
R 225 of 689 ~ 32.66%
G 250 of 689 ~ 36.28%
B 214 of 689 ~ 31.06%

%32.66
%36.28
%31.06

CMYK color model

#E1FAD6 color CMYK value is (10,0,14,2).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 14.40%
  • key color value is 1.96%
CMYK:
(10,0,14,2)
C10M0Y14K2 
(10%,0%,14%,2%)
(0.10/0.00/0.14/0.02)	

CMYK percentages

%10
%0
%14.4
%1.96

Codes

Color #E1FAD6 in popluar color models

E1FAD6
RGB225250214
HSL102°78.26%90.98%
HSB/HSV102°14.40%98.04%
CMYK10.00%0.00%14.40%
1.96%

Color #E1FAD6 in popluar number systems.

HEXE1FAD6
Decimal225250214
Binary111000011111101011010110
Octal341372326

Shades and tints

Shades of #E1FAD6

#E1FAD6
(225,250,214)
#CDE4C3
(205,228,195)
#B9CEB0
(185,206,176)
#A5B89D
(165,184,157)
#91A28A
(145,162,138)
#7D8C77
(125,140,119)
#697664
(105,118,100)
#556051
(85,96,81)
#414A3E
(65,74,62)
#2D342B
(45,52,43)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #E1FAD6

#E1FAD6
(225,250,214)
#E3FAD9
(227,250,217)
#E5FADC
(229,250,220)
#E7FADF
(231,250,223)
#E9FAE2
(233,250,226)
#EBFAE5
(235,250,229)
#EDFAE8
(237,250,232)
#EFFAEB
(239,250,235)
#F1FAEE
(241,250,238)
#F3FAF1
(243,250,241)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FAD6; }

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

This text font color is #E1FAD6.


Background Color

.myBgColor { background-color: #E1FAD6; }

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

This div background color is #E1FAD6.


Border color

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

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

This div border color is #E1FAD6.


Opacity

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

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

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

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

This text has shadow with #E1FAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FAD6 on black background.


Color preview on white background

This text has color #E1FAD6 on white background.



Black color preview on #E1FAD6 background

This text has black color on #E1FAD6 background.


White color preview on #E1FAD6 background

This text has white color on #E1FAD6 background.