COLOR #E5FAD5

HEX: #E5FAD5 RGB: (229,250,213)

Color info

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

RGB color model

#E5FAD5 color RGB value is (229,250,213).

RGB: (229,250,213) (90%, 98%, 84%)

RGB channels and saturation

R 229 of 255 = 90%
G 250 of 255 = 98%
B 213 of 255 = 84%

229
250
213

R + G + B ~ 91%. #E5FAD5 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 250 + 213 = 692 (100%)
R 229 of 692 ~ 33.09%
G 250 of 692 ~ 36.13%
B 213 of 692 ~ 30.78'%

%33.09
%36.13
%30.78

CMYK color model

#E5FAD5 color CMYK value is (8,0,15,2).

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

CMYK: (8,0,15,2)
C8M0Y15K2 (8%, 0%, 15%, 2%)
(0.08 / 0.00 / 0.15 / 0.02)

CMYK percentages

%8.4
%0
%14.8
%1.96

Codes

Color #E5FAD5 in popluar color models

E5 FA D5
RGB 229 250 213
HSL 94° 78.72% 90.78%
HSB/HSV 94° 14.80% 98.04%
CMYK 8.40% 0.00% 14.80%
1.96%

Color #E5FAD5 in popluar number systems.

HEX E5 FA D5
Decimal 229 250 213
Binary 11100101 11111010 11010101
Octal 345 372 325

Shades and tints

Shades of #E5FAD5

#E5FAD5
(229,250,213)
#D1E4C2
(209,228,194)
#BDCEAF
(189,206,175)
#A9B89C
(169,184,156)
#95A289
(149,162,137)
#818C76
(129,140,118)
#6D7663
(109,118,99)
#596050
(89,96,80)
#454A3D
(69,74,61)
#31342A
(49,52,42)
#1D1E17
(29,30,23)
#000000
(0,0,0)

Tints of #E5FAD5

#E5FAD5
(229,250,213)
#E7FAD8
(231,250,216)
#E9FADB
(233,250,219)
#EBFADE
(235,250,222)
#EDFAE1
(237,250,225)
#EFFAE4
(239,250,228)
#F1FAE7
(241,250,231)
#F3FAEA
(243,250,234)
#F5FAED
(245,250,237)
#F7FAF0
(247,250,240)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FAD5; }

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

This text font color is #E5FAD5.

Background Color

.myBgColor { background-color: #E5FAD5; }

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

This div background color is #E5FAD5.

Border color

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

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

This div border color is #E5FAD5.

Opacity

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

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

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

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

This text has shadow with #E5FAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FAD5.

Preview

Color preview on black background

This text has color #E5FAD5 on black background.


Color preview on white background

This text has color #E5FAD5 on white background.


Black color preview on #E5FAD5 background

This text has black color on #E5FAD5 background.


White color preview on #E5FAD5 background

This text has white color on #E5FAD5 background.


Related colors

Complementary color

Complementary color for #hex is #1A052A.


I love getcolorcode.com

Triadic colors

1 #D5E5FA and #FAD5E5 with #E5FAD5 are triadic colors.

2 #D5FAE5 and #FAE5D5 with #E5FAD5 are triadic colors.