COLOR #E9F1D2

HEX: #E9F1D2
RGB: (233,241,210)

Color info

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

RGB color model

#E9F1D2 color RGB value is (233,241,210).

  • red value is 233;
  • green value is 241;
  • blue value is 210.
RGB:
(233,241,210)
(91%,95%,82%)

RGB channels and saturation

R 233 of 255 = 91%
G 241 of 255 = 95%
B 210 of 255 = 82%

233
241
210

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

Portions of RGB colors in percentages

R + G + B =
233 + 241 + 210 = 684 (100%)
R 233 of 684 ~ 34.06%
G 241 of 684 ~ 35.23%
B 210 of 684 ~ 30.7%

%34.06
%35.23
%30.7

CMYK color model

#E9F1D2 color CMYK value is (3,0,13,5).

  • cyan value is 3.32%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 5.49%
CMYK:
(3,0,13,5)
C3M0Y13K5 
(3%,0%,13%,5%)
(0.03/0.00/0.13/0.05)	

CMYK percentages

%3.32
%0
%12.86
%5.49

Codes

Color #E9F1D2 in popluar color models

E9F1D2
RGB233241210
HSL75°52.54%88.43%
HSB/HSV75°12.86%94.51%
CMYK3.32%0.00%12.86%
5.49%

Color #E9F1D2 in popluar number systems.

HEXE9F1D2
Decimal233241210
Binary111010011111000111010010
Octal351361322

Shades and tints

Shades of #E9F1D2

#E9F1D2
(233,241,210)
#D4DCBF
(212,220,191)
#BFC7AC
(191,199,172)
#AAB299
(170,178,153)
#959D86
(149,157,134)
#808873
(128,136,115)
#6B7360
(107,115,96)
#565E4D
(86,94,77)
#41493A
(65,73,58)
#2C3427
(44,52,39)
#171F14
(23,31,20)
#000000
(0,0,0)

Tints of #E9F1D2

#E9F1D2
(233,241,210)
#EBF2D6
(235,242,214)
#EDF3DA
(237,243,218)
#EFF4DE
(239,244,222)
#F1F5E2
(241,245,226)
#F3F6E6
(243,246,230)
#F5F7EA
(245,247,234)
#F7F8EE
(247,248,238)
#F9F9F2
(249,249,242)
#FBFAF6
(251,250,246)
#FDFBFA
(253,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9F1D2 color. Also use rgb(233,241,210) instead hex code.

Text Font Color

.myTextColor { color: #E9F1D2; }

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

This text font color is #E9F1D2.


Background Color

.myBgColor { background-color: #E9F1D2; }

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

This div background color is #E9F1D2.


Border color

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

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

This div border color is #E9F1D2.


Opacity

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

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

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

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

This text has shadow with #E9F1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F1D2 on black background.


Color preview on white background

This text has color #E9F1D2 on white background.



Black color preview on #E9F1D2 background

This text has black color on #E9F1D2 background.


White color preview on #E9F1D2 background

This text has white color on #E9F1D2 background.