COLOR #E5FAD1

HEX: #E5FAD1 RGB: (229,250,209)

Color info

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

RGB color model

#E5FAD1 color RGB value is (229,250,209).

RGB: (229,250,209) (90%, 98%, 82%)

RGB channels and saturation

R 229 of 255 = 90%
G 250 of 255 = 98%
B 209 of 255 = 82%

229
250
209

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

Portions of RGB colors in percentages

R + G + B = 229 + 250 + 209 = 688 (100%)
R 229 of 688 ~ 33.28%
G 250 of 688 ~ 36.34%
B 209 of 688 ~ 30.38'%

%33.28
%36.34
%30.38

CMYK color model

#E5FAD1 color CMYK value is (8,0,16,2).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 16.40%
  • key color value is 1.96%

CMYK: (8,0,16,2)
C8M0Y16K2 (8%, 0%, 16%, 2%)
(0.08 / 0.00 / 0.16 / 0.02)

CMYK percentages

%8.4
%0
%16.4
%1.96

Codes

Color #E5FAD1 in popluar color models

E5 FA D1
RGB 229 250 209
HSL 91° 80.39% 90.00%
HSB/HSV 91° 16.40% 98.04%
CMYK 8.40% 0.00% 16.40%
1.96%

Color #E5FAD1 in popluar number systems.

HEX E5 FA D1
Decimal 229 250 209
Binary 11100101 11111010 11010001
Octal 345 372 321

Shades and tints

Shades of #E5FAD1

#E5FAD1
(229,250,209)
#D1E4BE
(209,228,190)
#BDCEAB
(189,206,171)
#A9B898
(169,184,152)
#95A285
(149,162,133)
#818C72
(129,140,114)
#6D765F
(109,118,95)
#59604C
(89,96,76)
#454A39
(69,74,57)
#313426
(49,52,38)
#1D1E13
(29,30,19)
#000000
(0,0,0)

Tints of #E5FAD1

#E5FAD1
(229,250,209)
#E7FAD5
(231,250,213)
#E9FAD9
(233,250,217)
#EBFADD
(235,250,221)
#EDFAE1
(237,250,225)
#EFFAE5
(239,250,229)
#F1FAE9
(241,250,233)
#F3FAED
(243,250,237)
#F5FAF1
(245,250,241)
#F7FAF5
(247,250,245)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FAD1 color. Also use rgb(229,250,209) instead hex code.

Text Font Color

.myTextColor { color: #E5FAD1; }

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

This text font color is #E5FAD1.

Background Color

.myBgColor { background-color: #E5FAD1; }

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

This div background color is #E5FAD1.

Border color

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

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

This div border color is #E5FAD1.

Opacity

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

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

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

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

This text has shadow with #E5FAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FAD1.

Preview

Color preview on black background

This text has color #E5FAD1 on black background.


Color preview on white background

This text has color #E5FAD1 on white background.


Black color preview on #E5FAD1 background

This text has black color on #E5FAD1 background.


White color preview on #E5FAD1 background

This text has white color on #E5FAD1 background.


Related colors

Complementary color

Complementary color for #hex is #1A052E.


I love getcolorcode.com

Triadic colors

1 #D1E5FA and #FAD1E5 with #E5FAD1 are triadic colors.

2 #D1FAE5 and #FAE5D1 with #E5FAD1 are triadic colors.