COLOR #E8FDD8

HEX: #E8FDD8 RGB: (232,253,216)

Color info

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

RGB color model

#E8FDD8 color RGB value is (232,253,216).

RGB: (232,253,216) (91%, 99%, 85%)

RGB channels and saturation

R 232 of 255 = 91%
G 253 of 255 = 99%
B 216 of 255 = 85%

232
253
216

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

Portions of RGB colors in percentages

R + G + B = 232 + 253 + 216 = 701 (100%)
R 232 of 701 ~ 33.1%
G 253 of 701 ~ 36.09%
B 216 of 701 ~ 30.81'%

%33.1
%36.09
%30.81

CMYK color model

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

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • 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
%14.62
%0.78

Codes

Color #E8FDD8 in popluar color models

E8 FD D8
RGB 232 253 216
HSL 94° 90.24% 91.96%
HSB/HSV 94° 14.62% 99.22%
CMYK 8.30% 0.00% 14.62%
0.78%

Color #E8FDD8 in popluar number systems.

HEX E8 FD D8
Decimal 232 253 216
Binary 11101000 11111101 11011000
Octal 350 375 330

Shades and tints

Shades of #E8FDD8

#E8FDD8
(232,253,216)
#D3E6C5
(211,230,197)
#BECFB2
(190,207,178)
#A9B89F
(169,184,159)
#94A18C
(148,161,140)
#7F8A79
(127,138,121)
#6A7366
(106,115,102)
#555C53
(85,92,83)
#404540
(64,69,64)
#2B2E2D
(43,46,45)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #E8FDD8

#E8FDD8
(232,253,216)
#EAFDDB
(234,253,219)
#ECFDDE
(236,253,222)
#EEFDE1
(238,253,225)
#F0FDE4
(240,253,228)
#F2FDE7
(242,253,231)
#F4FDEA
(244,253,234)
#F6FDED
(246,253,237)
#F8FDF0
(248,253,240)
#FAFDF3
(250,253,243)
#FCFDF6
(252,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8FDD8; }

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

This text font color is #E8FDD8.

Background Color

.myBgColor { background-color: #E8FDD8; }

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

This div background color is #E8FDD8.

Border color

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

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

This div border color is #E8FDD8.

Opacity

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

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

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

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

This text has shadow with #E8FDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8FDD8.

Preview

Color preview on black background

This text has color #E8FDD8 on black background.


Color preview on white background

This text has color #E8FDD8 on white background.


Black color preview on #E8FDD8 background

This text has black color on #E8FDD8 background.


White color preview on #E8FDD8 background

This text has white color on #E8FDD8 background.


Related colors

Complementary color

Complementary color for #hex is #170227.


I love getcolorcode.com

Triadic colors

1 #D8E8FD and #FDD8E8 with #E8FDD8 are triadic colors.

2 #D8FDE8 and #FDE8D8 with #E8FDD8 are triadic colors.