COLOR #E5FADC

HEX: #E5FADC
RGB: (229,250,220)

Color info

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

RGB color model

#E5FADC color RGB value is (229,250,220).

  • red value is 229;
  • green value is 250;
  • blue value is 220.
RGB:
(229,250,220)
(90%,98%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 250 of 255 = 98%
B 220 of 255 = 86%

229
250
220

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

Portions of RGB colors in percentages

R + G + B =
229 + 250 + 220 = 699 (100%)
R 229 of 699 ~ 32.76%
G 250 of 699 ~ 35.77%
B 220 of 699 ~ 31.47%

%32.76
%35.77
%31.47

CMYK color model

#E5FADC color CMYK value is (8,0,12,2).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 1.96%
CMYK:
(8,0,12,2)
C8M0Y12K2 
(8%,0%,12%,2%)
(0.08/0.00/0.12/0.02)	

CMYK percentages

%8.4
%0
%12
%1.96

Codes

Color #E5FADC in popluar color models

E5FADC
RGB229250220
HSL102°75.00%92.16%
HSB/HSV102°12.00%98.04%
CMYK8.40%0.00%12.00%
1.96%

Color #E5FADC in popluar number systems.

HEXE5FADC
Decimal229250220
Binary111001011111101011011100
Octal345372334

Shades and tints

Shades of #E5FADC

#E5FADC
(229,250,220)
#D1E4C8
(209,228,200)
#BDCEB4
(189,206,180)
#A9B8A0
(169,184,160)
#95A28C
(149,162,140)
#818C78
(129,140,120)
#6D7664
(109,118,100)
#596050
(89,96,80)
#454A3C
(69,74,60)
#313428
(49,52,40)
#1D1E14
(29,30,20)
#000000
(0,0,0)

Tints of #E5FADC

#E5FADC
(229,250,220)
#E7FADF
(231,250,223)
#E9FAE2
(233,250,226)
#EBFAE5
(235,250,229)
#EDFAE8
(237,250,232)
#EFFAEB
(239,250,235)
#F1FAEE
(241,250,238)
#F3FAF1
(243,250,241)
#F5FAF4
(245,250,244)
#F7FAF7
(247,250,247)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FADC; }

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

This text font color is #E5FADC.


Background Color

.myBgColor { background-color: #E5FADC; }

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

This div background color is #E5FADC.


Border color

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

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

This div border color is #E5FADC.


Opacity

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

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

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

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

This text has shadow with #E5FADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FADC on black background.


Color preview on white background

This text has color #E5FADC on white background.



Black color preview on #E5FADC background

This text has black color on #E5FADC background.


White color preview on #E5FADC background

This text has white color on #E5FADC background.