COLOR #E9D8C0

HEX: #E9D8C0 RGB: (233,216,192)

Color info

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

RGB color model

#E9D8C0 color RGB value is (233,216,192).

RGB: (233,216,192) (91%, 85%, 75%)

RGB channels and saturation

R 233 of 255 = 91%
G 216 of 255 = 85%
B 192 of 255 = 75%

233
216
192

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

Portions of RGB colors in percentages

R + G + B = 233 + 216 + 192 = 641 (100%)
R 233 of 641 ~ 36.35%
G 216 of 641 ~ 33.7%
B 192 of 641 ~ 29.95'%

%36.35
%33.7
%29.95

CMYK color model

#E9D8C0 color CMYK value is (0,7,18,9).

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

CMYK: (0,7,18,9)
C0M7Y18K9 (0%, 7%, 18%, 9%)
(0.00 / 0.07 / 0.18 / 0.09)

CMYK percentages

%0
%7.3
%17.6
%8.63

Codes

Color #E9D8C0 in popluar color models

E9 D8 C0
RGB 233 216 192
HSL 35° 48.24% 83.33%
HSB/HSV 35° 17.60% 91.37%
CMYK 0.00% 7.30% 17.60%
8.63%

Color #E9D8C0 in popluar number systems.

HEX E9 D8 C0
Decimal 233 216 192
Binary 11101001 11011000 11000000
Octal 351 330 300

Shades and tints

Shades of #E9D8C0

#E9D8C0
(233,216,192)
#D4C5AF
(212,197,175)
#BFB29E
(191,178,158)
#AA9F8D
(170,159,141)
#958C7C
(149,140,124)
#80796B
(128,121,107)
#6B665A
(107,102,90)
#565349
(86,83,73)
#414038
(65,64,56)
#2C2D27
(44,45,39)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #E9D8C0

#E9D8C0
(233,216,192)
#EBDBC5
(235,219,197)
#EDDECA
(237,222,202)
#EFE1CF
(239,225,207)
#F1E4D4
(241,228,212)
#F3E7D9
(243,231,217)
#F5EADE
(245,234,222)
#F7EDE3
(247,237,227)
#F9F0E8
(249,240,232)
#FBF3ED
(251,243,237)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D8C0; }

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

This text font color is #E9D8C0.

Background Color

.myBgColor { background-color: #E9D8C0; }

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

This div background color is #E9D8C0.

Border color

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

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

This div border color is #E9D8C0.

Opacity

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

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

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

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

This text has shadow with #E9D8C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D8C0.

Preview

Color preview on black background

This text has color #E9D8C0 on black background.


Color preview on white background

This text has color #E9D8C0 on white background.


Black color preview on #E9D8C0 background

This text has black color on #E9D8C0 background.


White color preview on #E9D8C0 background

This text has white color on #E9D8C0 background.


Related colors

Complementary color

Complementary color for #hex is #16273F.


I love getcolorcode.com

Triadic colors

1 #C0E9D8 and #D8C0E9 with #E9D8C0 are triadic colors.

2 #C0D8E9 and #D8E9C0 with #E9D8C0 are triadic colors.