COLOR #E9D5BD

HEX: #E9D5BD RGB: (233,213,189)

Color info

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

RGB color model

#E9D5BD color RGB value is (233,213,189).

RGB: (233,213,189) (91%, 84%, 74%)

RGB channels and saturation

R 233 of 255 = 91%
G 213 of 255 = 84%
B 189 of 255 = 74%

233
213
189

R + G + B ~ 83%. #E9D5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 213 + 189 = 635 (100%)
R 233 of 635 ~ 36.69%
G 213 of 635 ~ 33.54%
B 189 of 635 ~ 29.76'%

%36.69
%33.54
%29.76

CMYK color model

#E9D5BD color CMYK value is (0,9,19,9).

  • cyan value is 0.00%
  • magenta value is 8.58%
  • yellow value is 18.88%
  • key color value is 8.63%

CMYK: (0,9,19,9)
C0M9Y19K9 (0%, 9%, 19%, 9%)
(0.00 / 0.09 / 0.19 / 0.09)

CMYK percentages

%0
%8.58
%18.88
%8.63

Codes

Color #E9D5BD in popluar color models

E9 D5 BD
RGB 233 213 189
HSL 33° 50.00% 82.75%
HSB/HSV 33° 18.88% 91.37%
CMYK 0.00% 8.58% 18.88%
8.63%

Color #E9D5BD in popluar number systems.

HEX E9 D5 BD
Decimal 233 213 189
Binary 11101001 11010101 10111101
Octal 351 325 275

Shades and tints

Shades of #E9D5BD

#E9D5BD
(233,213,189)
#D4C2AC
(212,194,172)
#BFAF9B
(191,175,155)
#AA9C8A
(170,156,138)
#958979
(149,137,121)
#807668
(128,118,104)
#6B6357
(107,99,87)
#565046
(86,80,70)
#413D35
(65,61,53)
#2C2A24
(44,42,36)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #E9D5BD

#E9D5BD
(233,213,189)
#EBD8C3
(235,216,195)
#EDDBC9
(237,219,201)
#EFDECF
(239,222,207)
#F1E1D5
(241,225,213)
#F3E4DB
(243,228,219)
#F5E7E1
(245,231,225)
#F7EAE7
(247,234,231)
#F9EDED
(249,237,237)
#FBF0F3
(251,240,243)
#FDF3F9
(253,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D5BD color. Also use rgb(233,213,189) instead hex code.

Text Font Color

.myTextColor { color: #E9D5BD; }

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

This text font color is #E9D5BD.

Background Color

.myBgColor { background-color: #E9D5BD; }

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

This div background color is #E9D5BD.

Border color

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

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

This div border color is #E9D5BD.

Opacity

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

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

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

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

This text has shadow with #E9D5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D5BD.

Preview

Color preview on black background

This text has color #E9D5BD on black background.


Color preview on white background

This text has color #E9D5BD on white background.


Black color preview on #E9D5BD background

This text has black color on #E9D5BD background.


White color preview on #E9D5BD background

This text has white color on #E9D5BD background.


Related colors

Complementary color

Complementary color for #hex is #162A42.


I love getcolorcode.com

Triadic colors

1 #BDE9D5 and #D5BDE9 with #E9D5BD are triadic colors.

2 #BDD5E9 and #D5E9BD with #E9D5BD are triadic colors.