COLOR #E1FAD5

HEX: #E1FAD5 RGB: (225,250,213)

Color info

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

RGB color model

#E1FAD5 color RGB value is (225,250,213).

RGB: (225,250,213) (88%, 98%, 84%)

RGB channels and saturation

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

225
250
213

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

Portions of RGB colors in percentages

R + G + B = 225 + 250 + 213 = 688 (100%)
R 225 of 688 ~ 32.7%
G 250 of 688 ~ 36.34%
B 213 of 688 ~ 30.96'%

%32.7
%36.34
%30.96

CMYK color model

#E1FAD5 color CMYK value is (10,0,15,2).

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

CMYK: (10,0,15,2)
C10M0Y15K2 (10%, 0%, 15%, 2%)
(0.10 / 0.00 / 0.15 / 0.02)

CMYK percentages

%10
%0
%14.8
%1.96

Codes

Color #E1FAD5 in popluar color models

E1 FA D5
RGB 225 250 213
HSL 101° 78.72% 90.78%
HSB/HSV 101° 14.80% 98.04%
CMYK 10.00% 0.00% 14.80%
1.96%

Color #E1FAD5 in popluar number systems.

HEX E1 FA D5
Decimal 225 250 213
Binary 11100001 11111010 11010101
Octal 341 372 325

Shades and tints

Shades of #E1FAD5

#E1FAD5
(225,250,213)
#CDE4C2
(205,228,194)
#B9CEAF
(185,206,175)
#A5B89C
(165,184,156)
#91A289
(145,162,137)
#7D8C76
(125,140,118)
#697663
(105,118,99)
#556050
(85,96,80)
#414A3D
(65,74,61)
#2D342A
(45,52,42)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #E1FAD5

#E1FAD5
(225,250,213)
#E3FAD8
(227,250,216)
#E5FADB
(229,250,219)
#E7FADE
(231,250,222)
#E9FAE1
(233,250,225)
#EBFAE4
(235,250,228)
#EDFAE7
(237,250,231)
#EFFAEA
(239,250,234)
#F1FAED
(241,250,237)
#F3FAF0
(243,250,240)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FAD5; }

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

This text font color is #E1FAD5.

Background Color

.myBgColor { background-color: #E1FAD5; }

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

This div background color is #E1FAD5.

Border color

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

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

This div border color is #E1FAD5.

Opacity

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

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

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

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

This text has shadow with #E1FAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FAD5.

Preview

Color preview on black background

This text has color #E1FAD5 on black background.


Color preview on white background

This text has color #E1FAD5 on white background.


Black color preview on #E1FAD5 background

This text has black color on #E1FAD5 background.


White color preview on #E1FAD5 background

This text has white color on #E1FAD5 background.


Related colors

Complementary color

Complementary color for #hex is #1E052A.


I love getcolorcode.com

Triadic colors

1 #D5E1FA and #FAD5E1 with #E1FAD5 are triadic colors.

2 #D5FAE1 and #FAE1D5 with #E1FAD5 are triadic colors.