COLOR #E8FADD

HEX: #E8FADD RGB: (232,250,221)

Color info

#E8FADD contains red, green and blue colors in about the same proportion. Web safe color of #E8FADD is #FFFFCC (or #FFC).

RGB color model

#E8FADD color RGB value is (232,250,221).

RGB: (232,250,221) (91%, 98%, 87%)

RGB channels and saturation

R 232 of 255 = 91%
G 250 of 255 = 98%
B 221 of 255 = 87%

232
250
221

R + G + B ~ 92%. #E8FADD is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 250 + 221 = 703 (100%)
R 232 of 703 ~ 33%
G 250 of 703 ~ 35.56%
B 221 of 703 ~ 31.44'%

%33
%35.56
%31.44

CMYK color model

#E8FADD color CMYK value is (7,0,12,2).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 11.60%
  • key color value is 1.96%

CMYK: (7,0,12,2)
C7M0Y12K2 (7%, 0%, 12%, 2%)
(0.07 / 0.00 / 0.12 / 0.02)

CMYK percentages

%7.2
%0
%11.6
%1.96

Codes

Color #E8FADD in popluar color models

E8 FA DD
RGB 232 250 221
HSL 97° 74.36% 92.35%
HSB/HSV 97° 11.60% 98.04%
CMYK 7.20% 0.00% 11.60%
1.96%

Color #E8FADD in popluar number systems.

HEX E8 FA DD
Decimal 232 250 221
Binary 11101000 11111010 11011101
Octal 350 372 335

Shades and tints

Shades of #E8FADD

#E8FADD
(232,250,221)
#D3E4C9
(211,228,201)
#BECEB5
(190,206,181)
#A9B8A1
(169,184,161)
#94A28D
(148,162,141)
#7F8C79
(127,140,121)
#6A7665
(106,118,101)
#556051
(85,96,81)
#404A3D
(64,74,61)
#2B3429
(43,52,41)
#161E15
(22,30,21)
#000000
(0,0,0)

Tints of #E8FADD

#E8FADD
(232,250,221)
#EAFAE0
(234,250,224)
#ECFAE3
(236,250,227)
#EEFAE6
(238,250,230)
#F0FAE9
(240,250,233)
#F2FAEC
(242,250,236)
#F4FAEF
(244,250,239)
#F6FAF2
(246,250,242)
#F8FAF5
(248,250,245)
#FAFAF8
(250,250,248)
#FCFAFB
(252,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8FADD color. Also use rgb(232,250,221) instead hex code.

Text Font Color

.myTextColor { color: #E8FADD; }

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

This text font color is #E8FADD.

Background Color

.myBgColor { background-color: #E8FADD; }

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

This div background color is #E8FADD.

Border color

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

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

This div border color is #E8FADD.

Opacity

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

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

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

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

This text has shadow with #E8FADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8FADD.

Preview

Color preview on black background

This text has color #E8FADD on black background.


Color preview on white background

This text has color #E8FADD on white background.


Black color preview on #E8FADD background

This text has black color on #E8FADD background.


White color preview on #E8FADD background

This text has white color on #E8FADD background.


Related colors

Complementary color

Complementary color for #hex is #170522.


I love getcolorcode.com

Triadic colors

1 #DDE8FA and #FADDE8 with #E8FADD are triadic colors.

2 #DDFAE8 and #FAE8DD with #E8FADD are triadic colors.