COLOR #E9F2D4

HEX: #E9F2D4
RGB: (233,242,212)

Color info

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

RGB color model

#E9F2D4 color RGB value is (233,242,212).

  • red value is 233;
  • green value is 242;
  • blue value is 212.
RGB:
(233,242,212)
(91%,95%,83%)

RGB channels and saturation

R 233 of 255 = 91%
G 242 of 255 = 95%
B 212 of 255 = 83%

233
242
212

R + G + B ~ 90%. #E9F2D4 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 242 + 212 = 687 (100%)
R 233 of 687 ~ 33.92%
G 242 of 687 ~ 35.23%
B 212 of 687 ~ 30.86%

%33.92
%35.23
%30.86

CMYK color model

#E9F2D4 color CMYK value is (4,0,12,5).

  • cyan value is 3.72%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 5.10%
CMYK:
(4,0,12,5)
C4M0Y12K5 
(4%,0%,12%,5%)
(0.04/0.00/0.12/0.05)	

CMYK percentages

%3.72
%0
%12.4
%5.1

Codes

Color #E9F2D4 in popluar color models

E9F2D4
RGB233242212
HSL78°53.57%89.02%
HSB/HSV78°12.40%94.90%
CMYK3.72%0.00%12.40%
5.10%

Color #E9F2D4 in popluar number systems.

HEXE9F2D4
Decimal233242212
Binary111010011111001011010100
Octal351362324

Shades and tints

Shades of #E9F2D4

#E9F2D4
(233,242,212)
#D4DCC1
(212,220,193)
#BFC6AE
(191,198,174)
#AAB09B
(170,176,155)
#959A88
(149,154,136)
#808475
(128,132,117)
#6B6E62
(107,110,98)
#56584F
(86,88,79)
#41423C
(65,66,60)
#2C2C29
(44,44,41)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #E9F2D4

#E9F2D4
(233,242,212)
#EBF3D7
(235,243,215)
#EDF4DA
(237,244,218)
#EFF5DD
(239,245,221)
#F1F6E0
(241,246,224)
#F3F7E3
(243,247,227)
#F5F8E6
(245,248,230)
#F7F9E9
(247,249,233)
#F9FAEC
(249,250,236)
#FBFBEF
(251,251,239)
#FDFCF2
(253,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9F2D4 color. Also use rgb(233,242,212) instead hex code.

Text Font Color

.myTextColor { color: #E9F2D4; }

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

This text font color is #E9F2D4.


Background Color

.myBgColor { background-color: #E9F2D4; }

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

This div background color is #E9F2D4.


Border color

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

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

This div border color is #E9F2D4.


Opacity

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

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

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

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

This text has shadow with #E9F2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F2D4 on black background.


Color preview on white background

This text has color #E9F2D4 on white background.



Black color preview on #E9F2D4 background

This text has black color on #E9F2D4 background.


White color preview on #E9F2D4 background

This text has white color on #E9F2D4 background.