COLOR #E9F6D4

HEX: #E9F6D4
RGB: (233,246,212)

Color info

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

RGB color model

#E9F6D4 color RGB value is (233,246,212).

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

RGB channels and saturation

R 233 of 255 = 91%
G 246 of 255 = 96%
B 212 of 255 = 83%

233
246
212

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

Portions of RGB colors in percentages

R + G + B =
233 + 246 + 212 = 691 (100%)
R 233 of 691 ~ 33.72%
G 246 of 691 ~ 35.6%
B 212 of 691 ~ 30.68%

%33.72
%35.6
%30.68

CMYK color model

#E9F6D4 color CMYK value is (5,0,14,4).

  • cyan value is 5.28%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 3.53%
CMYK:
(5,0,14,4)
C5M0Y14K4 
(5%,0%,14%,4%)
(0.05/0.00/0.14/0.04)	

CMYK percentages

%5.28
%0
%13.82
%3.53

Codes

Color #E9F6D4 in popluar color models

E9F6D4
RGB233246212
HSL83°65.38%89.80%
HSB/HSV83°13.82%96.47%
CMYK5.28%0.00%13.82%
3.53%

Color #E9F6D4 in popluar number systems.

HEXE9F6D4
Decimal233246212
Binary111010011111011011010100
Octal351366324

Shades and tints

Shades of #E9F6D4

#E9F6D4
(233,246,212)
#D4E0C1
(212,224,193)
#BFCAAE
(191,202,174)
#AAB49B
(170,180,155)
#959E88
(149,158,136)
#808875
(128,136,117)
#6B7262
(107,114,98)
#565C4F
(86,92,79)
#41463C
(65,70,60)
#2C3029
(44,48,41)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #E9F6D4

#E9F6D4
(233,246,212)
#EBF6D7
(235,246,215)
#EDF6DA
(237,246,218)
#EFF6DD
(239,246,221)
#F1F6E0
(241,246,224)
#F3F6E3
(243,246,227)
#F5F6E6
(245,246,230)
#F7F6E9
(247,246,233)
#F9F6EC
(249,246,236)
#FBF6EF
(251,246,239)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F6D4; }

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

This text font color is #E9F6D4.


Background Color

.myBgColor { background-color: #E9F6D4; }

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

This div background color is #E9F6D4.


Border color

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

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

This div border color is #E9F6D4.


Opacity

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

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

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

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

This text has shadow with #E9F6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F6D4 on black background.


Color preview on white background

This text has color #E9F6D4 on white background.



Black color preview on #E9F6D4 background

This text has black color on #E9F6D4 background.


White color preview on #E9F6D4 background

This text has white color on #E9F6D4 background.