COLOR #E9EFD2

HEX: #E9EFD2
RGB: (233,239,210)

Color info

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

RGB color model

#E9EFD2 color RGB value is (233,239,210).

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

RGB channels and saturation

R 233 of 255 = 91%
G 239 of 255 = 94%
B 210 of 255 = 82%

233
239
210

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

Portions of RGB colors in percentages

R + G + B =
233 + 239 + 210 = 682 (100%)
R 233 of 682 ~ 34.16%
G 239 of 682 ~ 35.04%
B 210 of 682 ~ 30.79%

%34.16
%35.04
%30.79

CMYK color model

#E9EFD2 color CMYK value is (3,0,12,6).

  • cyan value is 2.51%
  • magenta value is 0.00%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(3,0,12,6)
C3M0Y12K6 
(3%,0%,12%,6%)
(0.03/0.00/0.12/0.06)	

CMYK percentages

%2.51
%0
%12.13
%6.27

Codes

Color #E9EFD2 in popluar color models

E9EFD2
RGB233239210
HSL72°47.54%88.04%
HSB/HSV72°12.13%93.73%
CMYK2.51%0.00%12.13%
6.27%

Color #E9EFD2 in popluar number systems.

HEXE9EFD2
Decimal233239210
Binary111010011110111111010010
Octal351357322

Shades and tints

Shades of #E9EFD2

#E9EFD2
(233,239,210)
#D4DABF
(212,218,191)
#BFC5AC
(191,197,172)
#AAB099
(170,176,153)
#959B86
(149,155,134)
#808673
(128,134,115)
#6B7160
(107,113,96)
#565C4D
(86,92,77)
#41473A
(65,71,58)
#2C3227
(44,50,39)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #E9EFD2

#E9EFD2
(233,239,210)
#EBF0D6
(235,240,214)
#EDF1DA
(237,241,218)
#EFF2DE
(239,242,222)
#F1F3E2
(241,243,226)
#F3F4E6
(243,244,230)
#F5F5EA
(245,245,234)
#F7F6EE
(247,246,238)
#F9F7F2
(249,247,242)
#FBF8F6
(251,248,246)
#FDF9FA
(253,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EFD2; }

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

This text font color is #E9EFD2.


Background Color

.myBgColor { background-color: #E9EFD2; }

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

This div background color is #E9EFD2.


Border color

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

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

This div border color is #E9EFD2.


Opacity

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

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

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

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

This text has shadow with #E9EFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EFD2 on black background.


Color preview on white background

This text has color #E9EFD2 on white background.



Black color preview on #E9EFD2 background

This text has black color on #E9EFD2 background.


White color preview on #E9EFD2 background

This text has white color on #E9EFD2 background.