COLOR #E9EFDD

HEX: #E9EFDD RGB: (233,239,221)

Color info

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

RGB color model

#E9EFDD color RGB value is (233,239,221).

RGB: (233,239,221) (91%, 94%, 87%)

RGB channels and saturation

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

233
239
221

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

Portions of RGB colors in percentages

R + G + B = 233 + 239 + 221 = 693 (100%)
R 233 of 693 ~ 33.62%
G 239 of 693 ~ 34.49%
B 221 of 693 ~ 31.89'%

%33.62
%34.49
%31.89

CMYK color model

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

  • cyan value is 2.51%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • 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
%7.53
%6.27

Codes

Color #E9EFDD in popluar color models

E9 EF DD
RGB 233 239 221
HSL 80° 36.00% 90.20%
HSB/HSV 80° 7.53% 93.73%
CMYK 2.51% 0.00% 7.53%
6.27%

Color #E9EFDD in popluar number systems.

HEX E9 EF DD
Decimal 233 239 221
Binary 11101001 11101111 11011101
Octal 351 357 335

Shades and tints

Shades of #E9EFDD

#E9EFDD
(233,239,221)
#D4DAC9
(212,218,201)
#BFC5B5
(191,197,181)
#AAB0A1
(170,176,161)
#959B8D
(149,155,141)
#808679
(128,134,121)
#6B7165
(107,113,101)
#565C51
(86,92,81)
#41473D
(65,71,61)
#2C3229
(44,50,41)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #E9EFDD

#E9EFDD
(233,239,221)
#EBF0E0
(235,240,224)
#EDF1E3
(237,241,227)
#EFF2E6
(239,242,230)
#F1F3E9
(241,243,233)
#F3F4EC
(243,244,236)
#F5F5EF
(245,245,239)
#F7F6F2
(247,246,242)
#F9F7F5
(249,247,245)
#FBF8F8
(251,248,248)
#FDF9FB
(253,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EFDD; }

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

This text font color is #E9EFDD.

Background Color

.myBgColor { background-color: #E9EFDD; }

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

This div background color is #E9EFDD.

Border color

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

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

This div border color is #E9EFDD.

Opacity

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

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

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

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

This text has shadow with #E9EFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EFDD.

Preview

Color preview on black background

This text has color #E9EFDD on black background.


Color preview on white background

This text has color #E9EFDD on white background.


Black color preview on #E9EFDD background

This text has black color on #E9EFDD background.


White color preview on #E9EFDD background

This text has white color on #E9EFDD background.


Related colors

Complementary color

Complementary color for #hex is #161022.


I love getcolorcode.com

Triadic colors

1 #DDE9EF and #EFDDE9 with #E9EFDD are triadic colors.

2 #DDEFE9 and #EFE9DD with #E9EFDD are triadic colors.