COLOR #E9DBC0

HEX: #E9DBC0 RGB: (233,219,192)

Color info

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

RGB color model

#E9DBC0 color RGB value is (233,219,192).

RGB: (233,219,192) (91%, 86%, 75%)

RGB channels and saturation

R 233 of 255 = 91%
G 219 of 255 = 86%
B 192 of 255 = 75%

233
219
192

R + G + B ~ 84%. #E9DBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 219 + 192 = 644 (100%)
R 233 of 644 ~ 36.18%
G 219 of 644 ~ 34.01%
B 192 of 644 ~ 29.81'%

%36.18
%34.01
%29.81

CMYK color model

#E9DBC0 color CMYK value is (0,6,18,9).

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

CMYK: (0,6,18,9)
C0M6Y18K9 (0%, 6%, 18%, 9%)
(0.00 / 0.06 / 0.18 / 0.09)

CMYK percentages

%0
%6.01
%17.6
%8.63

Codes

Color #E9DBC0 in popluar color models

E9 DB C0
RGB 233 219 192
HSL 40° 48.24% 83.33%
HSB/HSV 40° 17.60% 91.37%
CMYK 0.00% 6.01% 17.60%
8.63%

Color #E9DBC0 in popluar number systems.

HEX E9 DB C0
Decimal 233 219 192
Binary 11101001 11011011 11000000
Octal 351 333 300

Shades and tints

Shades of #E9DBC0

#E9DBC0
(233,219,192)
#D4C8AF
(212,200,175)
#BFB59E
(191,181,158)
#AAA28D
(170,162,141)
#958F7C
(149,143,124)
#807C6B
(128,124,107)
#6B695A
(107,105,90)
#565649
(86,86,73)
#414338
(65,67,56)
#2C3027
(44,48,39)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #E9DBC0

#E9DBC0
(233,219,192)
#EBDEC5
(235,222,197)
#EDE1CA
(237,225,202)
#EFE4CF
(239,228,207)
#F1E7D4
(241,231,212)
#F3EAD9
(243,234,217)
#F5EDDE
(245,237,222)
#F7F0E3
(247,240,227)
#F9F3E8
(249,243,232)
#FBF6ED
(251,246,237)
#FDF9F2
(253,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DBC0; }

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

This text font color is #E9DBC0.

Background Color

.myBgColor { background-color: #E9DBC0; }

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

This div background color is #E9DBC0.

Border color

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

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

This div border color is #E9DBC0.

Opacity

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

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

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

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

This text has shadow with #E9DBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DBC0.

Preview

Color preview on black background

This text has color #E9DBC0 on black background.


Color preview on white background

This text has color #E9DBC0 on white background.


Black color preview on #E9DBC0 background

This text has black color on #E9DBC0 background.


White color preview on #E9DBC0 background

This text has white color on #E9DBC0 background.


Related colors

Complementary color

Complementary color for #hex is #16243F.


I love getcolorcode.com

Triadic colors

1 #C0E9DB and #DBC0E9 with #E9DBC0 are triadic colors.

2 #C0DBE9 and #DBE9C0 with #E9DBC0 are triadic colors.