COLOR #E9DBD2

HEX: #E9DBD2 RGB: (233,219,210)

Color info

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

RGB color model

#E9DBD2 color RGB value is (233,219,210).

RGB: (233,219,210) (91%, 86%, 82%)

RGB channels and saturation

R 233 of 255 = 91%
G 219 of 255 = 86%
B 210 of 255 = 82%

233
219
210

R + G + B ~ 86%. #E9DBD2 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 219 + 210 = 662 (100%)
R 233 of 662 ~ 35.2%
G 219 of 662 ~ 33.08%
B 210 of 662 ~ 31.72'%

%35.2
%33.08
%31.72

CMYK color model

#E9DBD2 color CMYK value is (0,6,10,9).

  • cyan value is 0.00%
  • magenta value is 6.01%
  • yellow value is 9.87%
  • key color value is 8.63%

CMYK: (0,6,10,9)
C0M6Y10K9 (0%, 6%, 10%, 9%)
(0.00 / 0.06 / 0.10 / 0.09)

CMYK percentages

%0
%6.01
%9.87
%8.63

Codes

Color #E9DBD2 in popluar color models

E9 DB D2
RGB 233 219 210
HSL 23° 34.33% 86.86%
HSB/HSV 23° 9.87% 91.37%
CMYK 0.00% 6.01% 9.87%
8.63%

Color #E9DBD2 in popluar number systems.

HEX E9 DB D2
Decimal 233 219 210
Binary 11101001 11011011 11010010
Octal 351 333 322

Shades and tints

Shades of #E9DBD2

#E9DBD2
(233,219,210)
#D4C8BF
(212,200,191)
#BFB5AC
(191,181,172)
#AAA299
(170,162,153)
#958F86
(149,143,134)
#807C73
(128,124,115)
#6B6960
(107,105,96)
#56564D
(86,86,77)
#41433A
(65,67,58)
#2C3027
(44,48,39)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #E9DBD2

#E9DBD2
(233,219,210)
#EBDED6
(235,222,214)
#EDE1DA
(237,225,218)
#EFE4DE
(239,228,222)
#F1E7E2
(241,231,226)
#F3EAE6
(243,234,230)
#F5EDEA
(245,237,234)
#F7F0EE
(247,240,238)
#F9F3F2
(249,243,242)
#FBF6F6
(251,246,246)
#FDF9FA
(253,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DBD2; }

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

This text font color is #E9DBD2.

Background Color

.myBgColor { background-color: #E9DBD2; }

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

This div background color is #E9DBD2.

Border color

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

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

This div border color is #E9DBD2.

Opacity

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

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

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

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

This text has shadow with #E9DBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DBD2.

Preview

Color preview on black background

This text has color #E9DBD2 on black background.


Color preview on white background

This text has color #E9DBD2 on white background.


Black color preview on #E9DBD2 background

This text has black color on #E9DBD2 background.


White color preview on #E9DBD2 background

This text has white color on #E9DBD2 background.


Related colors

Complementary color

Complementary color for #hex is #16242D.


I love getcolorcode.com

Triadic colors

1 #D2E9DB and #DBD2E9 with #E9DBD2 are triadic colors.

2 #D2DBE9 and #DBE9D2 with #E9DBD2 are triadic colors.