COLOR #E9EFDB

HEX: #E9EFDB
RGB: (233,239,219)

Color info

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

RGB color model

#E9EFDB color RGB value is (233,239,219).

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

RGB channels and saturation

R 233 of 255 = 91%
G 239 of 255 = 94%
B 219 of 255 = 86%

233
239
219

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

Portions of RGB colors in percentages

R + G + B =
233 + 239 + 219 = 691 (100%)
R 233 of 691 ~ 33.72%
G 239 of 691 ~ 34.59%
B 219 of 691 ~ 31.69%

%33.72
%34.59
%31.69

CMYK color model

#E9EFDB color CMYK value is (3,0,8,6).

  • cyan value is 2.51%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK:
(3,0,8,6)
C3M0Y8K6 
(3%,0%,8%,6%)
(0.03/0.00/0.08/0.06)	

CMYK percentages

%2.51
%0
%8.37
%6.27

Codes

Color #E9EFDB in popluar color models

E9EFDB
RGB233239219
HSL78°38.46%89.80%
HSB/HSV78°8.37%93.73%
CMYK2.51%0.00%8.37%
6.27%

Color #E9EFDB in popluar number systems.

HEXE9EFDB
Decimal233239219
Binary111010011110111111011011
Octal351357333

Shades and tints

Shades of #E9EFDB

#E9EFDB
(233,239,219)
#D4DAC8
(212,218,200)
#BFC5B5
(191,197,181)
#AAB0A2
(170,176,162)
#959B8F
(149,155,143)
#80867C
(128,134,124)
#6B7169
(107,113,105)
#565C56
(86,92,86)
#414743
(65,71,67)
#2C3230
(44,50,48)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #E9EFDB

#E9EFDB
(233,239,219)
#EBF0DE
(235,240,222)
#EDF1E1
(237,241,225)
#EFF2E4
(239,242,228)
#F1F3E7
(241,243,231)
#F3F4EA
(243,244,234)
#F5F5ED
(245,245,237)
#F7F6F0
(247,246,240)
#F9F7F3
(249,247,243)
#FBF8F6
(251,248,246)
#FDF9F9
(253,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EFDB; }

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

This text font color is #E9EFDB.


Background Color

.myBgColor { background-color: #E9EFDB; }

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

This div background color is #E9EFDB.


Border color

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

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

This div border color is #E9EFDB.


Opacity

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

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

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

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

This text has shadow with #E9EFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EFDB on black background.


Color preview on white background

This text has color #E9EFDB on white background.



Black color preview on #E9EFDB background

This text has black color on #E9EFDB background.


White color preview on #E9EFDB background

This text has white color on #E9EFDB background.