COLOR #E9EFDE

HEX: #E9EFDE
RGB: (233,239,222)

Color info

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

RGB color model

#E9EFDE color RGB value is (233,239,222).

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

RGB channels and saturation

R 233 of 255 = 91%
G 239 of 255 = 94%
B 222 of 255 = 87%

233
239
222

R + G + B ~ 91%. #E9EFDE is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 239 + 222 = 694 (100%)
R 233 of 694 ~ 33.57%
G 239 of 694 ~ 34.44%
B 222 of 694 ~ 31.99%

%33.57
%34.44
%31.99

CMYK color model

#E9EFDE color CMYK value is (3,0,7,6).

  • cyan value is 2.51%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(3,0,7,6)
C3M0Y7K6 
(3%,0%,7%,6%)
(0.03/0.00/0.07/0.06)	

CMYK percentages

%2.51
%0
%7.11
%6.27

Codes

Color #E9EFDE in popluar color models

E9EFDE
RGB233239222
HSL81°34.69%90.39%
HSB/HSV81°7.11%93.73%
CMYK2.51%0.00%7.11%
6.27%

Color #E9EFDE in popluar number systems.

HEXE9EFDE
Decimal233239222
Binary111010011110111111011110
Octal351357336

Shades and tints

Shades of #E9EFDE

#E9EFDE
(233,239,222)
#D4DACA
(212,218,202)
#BFC5B6
(191,197,182)
#AAB0A2
(170,176,162)
#959B8E
(149,155,142)
#80867A
(128,134,122)
#6B7166
(107,113,102)
#565C52
(86,92,82)
#41473E
(65,71,62)
#2C322A
(44,50,42)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #E9EFDE

#E9EFDE
(233,239,222)
#EBF0E1
(235,240,225)
#EDF1E4
(237,241,228)
#EFF2E7
(239,242,231)
#F1F3EA
(241,243,234)
#F3F4ED
(243,244,237)
#F5F5F0
(245,245,240)
#F7F6F3
(247,246,243)
#F9F7F6
(249,247,246)
#FBF8F9
(251,248,249)
#FDF9FC
(253,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EFDE; }

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

This text font color is #E9EFDE.


Background Color

.myBgColor { background-color: #E9EFDE; }

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

This div background color is #E9EFDE.


Border color

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

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

This div border color is #E9EFDE.


Opacity

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

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

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

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

This text has shadow with #E9EFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EFDE on black background.


Color preview on white background

This text has color #E9EFDE on white background.



Black color preview on #E9EFDE background

This text has black color on #E9EFDE background.


White color preview on #E9EFDE background

This text has white color on #E9EFDE background.