COLOR #E9FADC

HEX: #E9FADC
RGB: (233,250,220)

Color info

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

RGB color model

#E9FADC color RGB value is (233,250,220).

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

RGB channels and saturation

R 233 of 255 = 91%
G 250 of 255 = 98%
B 220 of 255 = 86%

233
250
220

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

Portions of RGB colors in percentages

R + G + B =
233 + 250 + 220 = 703 (100%)
R 233 of 703 ~ 33.14%
G 250 of 703 ~ 35.56%
B 220 of 703 ~ 31.29%

%33.14
%35.56
%31.29

CMYK color model

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

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • 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

%6.8
%0
%12
%1.96

Codes

Color #E9FADC in popluar color models

E9FADC
RGB233250220
HSL94°75.00%92.16%
HSB/HSV94°12.00%98.04%
CMYK6.80%0.00%12.00%
1.96%

Color #E9FADC in popluar number systems.

HEXE9FADC
Decimal233250220
Binary111010011111101011011100
Octal351372334

Shades and tints

Shades of #E9FADC

#E9FADC
(233,250,220)
#D4E4C8
(212,228,200)
#BFCEB4
(191,206,180)
#AAB8A0
(170,184,160)
#95A28C
(149,162,140)
#808C78
(128,140,120)
#6B7664
(107,118,100)
#566050
(86,96,80)
#414A3C
(65,74,60)
#2C3428
(44,52,40)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #E9FADC

#E9FADC
(233,250,220)
#EBFADF
(235,250,223)
#EDFAE2
(237,250,226)
#EFFAE5
(239,250,229)
#F1FAE8
(241,250,232)
#F3FAEB
(243,250,235)
#F5FAEE
(245,250,238)
#F7FAF1
(247,250,241)
#F9FAF4
(249,250,244)
#FBFAF7
(251,250,247)
#FDFAFA
(253,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FADC; }

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

This text font color is #E9FADC.


Background Color

.myBgColor { background-color: #E9FADC; }

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

This div background color is #E9FADC.


Border color

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

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

This div border color is #E9FADC.


Opacity

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

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

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

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

This text has shadow with #E9FADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FADC on black background.


Color preview on white background

This text has color #E9FADC on white background.



Black color preview on #E9FADC background

This text has black color on #E9FADC background.


White color preview on #E9FADC background

This text has white color on #E9FADC background.