COLOR #E9E2DD

HEX: #E9E2DD RGB: (233,226,221)

Color info

#E9E2DD contains red, green and blue colors in about the same proportion. Web safe color of #E9E2DD is #FFCCCC (or #FCC).

RGB color model

#E9E2DD color RGB value is (233,226,221).

RGB: (233,226,221) (91%, 89%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 226 of 255 = 89%
B 221 of 255 = 87%

233
226
221

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

Portions of RGB colors in percentages

R + G + B = 233 + 226 + 221 = 680 (100%)
R 233 of 680 ~ 34.26%
G 226 of 680 ~ 33.24%
B 221 of 680 ~ 32.5'%

%34.26
%33.24
%32.5

CMYK color model

#E9E2DD color CMYK value is (0,3,5,9).

  • cyan value is 0.00%
  • magenta value is 3.00%
  • yellow value is 5.15%
  • key color value is 8.63%

CMYK: (0,3,5,9)
C0M3Y5K9 (0%, 3%, 5%, 9%)
(0.00 / 0.03 / 0.05 / 0.09)

CMYK percentages

%0
%3
%5.15
%8.63

Codes

Color #E9E2DD in popluar color models

E9 E2 DD
RGB 233 226 221
HSL 25° 21.43% 89.02%
HSB/HSV 25° 5.15% 91.37%
CMYK 0.00% 3.00% 5.15%
8.63%

Color #E9E2DD in popluar number systems.

HEX E9 E2 DD
Decimal 233 226 221
Binary 11101001 11100010 11011101
Octal 351 342 335

Shades and tints

Shades of #E9E2DD

#E9E2DD
(233,226,221)
#D4CEC9
(212,206,201)
#BFBAB5
(191,186,181)
#AAA6A1
(170,166,161)
#95928D
(149,146,141)
#807E79
(128,126,121)
#6B6A65
(107,106,101)
#565651
(86,86,81)
#41423D
(65,66,61)
#2C2E29
(44,46,41)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #E9E2DD

#E9E2DD
(233,226,221)
#EBE4E0
(235,228,224)
#EDE6E3
(237,230,227)
#EFE8E6
(239,232,230)
#F1EAE9
(241,234,233)
#F3ECEC
(243,236,236)
#F5EEEF
(245,238,239)
#F7F0F2
(247,240,242)
#F9F2F5
(249,242,245)
#FBF4F8
(251,244,248)
#FDF6FB
(253,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E2DD; }

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

This text font color is #E9E2DD.

Background Color

.myBgColor { background-color: #E9E2DD; }

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

This div background color is #E9E2DD.

Border color

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

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

This div border color is #E9E2DD.

Opacity

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

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

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

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

This text has shadow with #E9E2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E2DD.

Preview

Color preview on black background

This text has color #E9E2DD on black background.


Color preview on white background

This text has color #E9E2DD on white background.


Black color preview on #E9E2DD background

This text has black color on #E9E2DD background.


White color preview on #E9E2DD background

This text has white color on #E9E2DD background.


Related colors

Complementary color

Complementary color for #hex is #161D22.


I love getcolorcode.com

Triadic colors

1 #DDE9E2 and #E2DDE9 with #E9E2DD are triadic colors.

2 #DDE2E9 and #E2E9DD with #E9E2DD are triadic colors.