COLOR #E8FDC3

HEX: #E8FDC3
RGB: (232,253,195)

Color info

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

RGB color model

#E8FDC3 color RGB value is (232,253,195).

  • red value is 232;
  • green value is 253;
  • blue value is 195.
RGB:
(232,253,195)
(91%,99%,76%)

RGB channels and saturation

R 232 of 255 = 91%
G 253 of 255 = 99%
B 195 of 255 = 76%

232
253
195

R + G + B ~ 89%. #E8FDC3 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 253 + 195 = 680 (100%)
R 232 of 680 ~ 34.12%
G 253 of 680 ~ 37.21%
B 195 of 680 ~ 28.68%

%34.12
%37.21
%28.68

CMYK color model

#E8FDC3 color CMYK value is (8,0,23,1).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 0.78%
CMYK:
(8,0,23,1)
C8M0Y23K1 
(8%,0%,23%,1%)
(0.08/0.00/0.23/0.01)	

CMYK percentages

%8.3
%0
%22.92
%0.78

Codes

Color #E8FDC3 in popluar color models

E8FDC3
RGB232253195
HSL82°93.55%87.84%
HSB/HSV82°22.92%99.22%
CMYK8.30%0.00%22.92%
0.78%

Color #E8FDC3 in popluar number systems.

HEXE8FDC3
Decimal232253195
Binary111010001111110111000011
Octal350375303

Shades and tints

Shades of #E8FDC3

#E8FDC3
(232,253,195)
#D3E6B2
(211,230,178)
#BECFA1
(190,207,161)
#A9B890
(169,184,144)
#94A17F
(148,161,127)
#7F8A6E
(127,138,110)
#6A735D
(106,115,93)
#555C4C
(85,92,76)
#40453B
(64,69,59)
#2B2E2A
(43,46,42)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #E8FDC3

#E8FDC3
(232,253,195)
#EAFDC8
(234,253,200)
#ECFDCD
(236,253,205)
#EEFDD2
(238,253,210)
#F0FDD7
(240,253,215)
#F2FDDC
(242,253,220)
#F4FDE1
(244,253,225)
#F6FDE6
(246,253,230)
#F8FDEB
(248,253,235)
#FAFDF0
(250,253,240)
#FCFDF5
(252,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8FDC3; }

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

This text font color is #E8FDC3.


Background Color

.myBgColor { background-color: #E8FDC3; }

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

This div background color is #E8FDC3.


Border color

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

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

This div border color is #E8FDC3.


Opacity

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

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

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

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

This text has shadow with #E8FDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8FDC3 on black background.


Color preview on white background

This text has color #E8FDC3 on white background.



Black color preview on #E8FDC3 background

This text has black color on #E8FDC3 background.


White color preview on #E8FDC3 background

This text has white color on #E8FDC3 background.