COLOR #E8FDD6

HEX: #E8FDD6 RGB: (232,253,214)

Color info

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

RGB color model

#E8FDD6 color RGB value is (232,253,214).

RGB: (232,253,214) (91%, 99%, 84%)

RGB channels and saturation

R 232 of 255 = 91%
G 253 of 255 = 99%
B 214 of 255 = 84%

232
253
214

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

Portions of RGB colors in percentages

R + G + B = 232 + 253 + 214 = 699 (100%)
R 232 of 699 ~ 33.19%
G 253 of 699 ~ 36.19%
B 214 of 699 ~ 30.62'%

%33.19
%36.19
%30.62

CMYK color model

#E8FDD6 color CMYK value is (8,0,15,1).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 0.78%

CMYK: (8,0,15,1)
C8M0Y15K1 (8%, 0%, 15%, 1%)
(0.08 / 0.00 / 0.15 / 0.01)

CMYK percentages

%8.3
%0
%15.42
%0.78

Codes

Color #E8FDD6 in popluar color models

E8 FD D6
RGB 232 253 214
HSL 92° 90.70% 91.57%
HSB/HSV 92° 15.42% 99.22%
CMYK 8.30% 0.00% 15.42%
0.78%

Color #E8FDD6 in popluar number systems.

HEX E8 FD D6
Decimal 232 253 214
Binary 11101000 11111101 11010110
Octal 350 375 326

Shades and tints

Shades of #E8FDD6

#E8FDD6
(232,253,214)
#D3E6C3
(211,230,195)
#BECFB0
(190,207,176)
#A9B89D
(169,184,157)
#94A18A
(148,161,138)
#7F8A77
(127,138,119)
#6A7364
(106,115,100)
#555C51
(85,92,81)
#40453E
(64,69,62)
#2B2E2B
(43,46,43)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #E8FDD6

#E8FDD6
(232,253,214)
#EAFDD9
(234,253,217)
#ECFDDC
(236,253,220)
#EEFDDF
(238,253,223)
#F0FDE2
(240,253,226)
#F2FDE5
(242,253,229)
#F4FDE8
(244,253,232)
#F6FDEB
(246,253,235)
#F8FDEE
(248,253,238)
#FAFDF1
(250,253,241)
#FCFDF4
(252,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8FDD6 color. Also use rgb(232,253,214) instead hex code.

Text Font Color

.myTextColor { color: #E8FDD6; }

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

This text font color is #E8FDD6.

Background Color

.myBgColor { background-color: #E8FDD6; }

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

This div background color is #E8FDD6.

Border color

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

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

This div border color is #E8FDD6.

Opacity

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

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

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

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

This text has shadow with #E8FDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8FDD6.

Preview

Color preview on black background

This text has color #E8FDD6 on black background.


Color preview on white background

This text has color #E8FDD6 on white background.


Black color preview on #E8FDD6 background

This text has black color on #E8FDD6 background.


White color preview on #E8FDD6 background

This text has white color on #E8FDD6 background.


Related colors

Complementary color

Complementary color for #hex is #170229.


I love getcolorcode.com

Triadic colors

1 #D6E8FD and #FDD6E8 with #E8FDD6 are triadic colors.

2 #D6FDE8 and #FDE8D6 with #E8FDD6 are triadic colors.