COLOR #E9D5BF

HEX: #E9D5BF
RGB: (233,213,191)

Color info

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

RGB color model

#E9D5BF color RGB value is (233,213,191).

  • red value is 233;
  • green value is 213;
  • blue value is 191.
RGB:
(233,213,191)
(91%,84%,75%)

RGB channels and saturation

R 233 of 255 = 91%
G 213 of 255 = 84%
B 191 of 255 = 75%

233
213
191

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

Portions of RGB colors in percentages

R + G + B =
233 + 213 + 191 = 637 (100%)
R 233 of 637 ~ 36.58%
G 213 of 637 ~ 33.44%
B 191 of 637 ~ 29.98%

%36.58
%33.44
%29.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.58%
  • yellow value is 18.03%
  • key color value is 8.63%
CMYK:
(0,9,18,9)
C0M9Y18K9 
(0%,9%,18%,9%)
(0.00/0.09/0.18/0.09)	

CMYK percentages

%0
%8.58
%18.03
%8.63

Codes

Color #E9D5BF in popluar color models

E9D5BF
RGB233213191
HSL31°48.84%83.14%
HSB/HSV31°18.03%91.37%
CMYK0.00%8.58%18.03%
8.63%

Color #E9D5BF in popluar number systems.

HEXE9D5BF
Decimal233213191
Binary111010011101010110111111
Octal351325277

Shades and tints

Shades of #E9D5BF

#E9D5BF
(233,213,191)
#D4C2AE
(212,194,174)
#BFAF9D
(191,175,157)
#AA9C8C
(170,156,140)
#95897B
(149,137,123)
#80766A
(128,118,106)
#6B6359
(107,99,89)
#565048
(86,80,72)
#413D37
(65,61,55)
#2C2A26
(44,42,38)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #E9D5BF

#E9D5BF
(233,213,191)
#EBD8C4
(235,216,196)
#EDDBC9
(237,219,201)
#EFDECE
(239,222,206)
#F1E1D3
(241,225,211)
#F3E4D8
(243,228,216)
#F5E7DD
(245,231,221)
#F7EAE2
(247,234,226)
#F9EDE7
(249,237,231)
#FBF0EC
(251,240,236)
#FDF3F1
(253,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D5BF; }

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

This text font color is #E9D5BF.


Background Color

.myBgColor { background-color: #E9D5BF; }

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

This div background color is #E9D5BF.


Border color

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

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

This div border color is #E9D5BF.


Opacity

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

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

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

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

This text has shadow with #E9D5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D5BF on black background.


Color preview on white background

This text has color #E9D5BF on white background.



Black color preview on #E9D5BF background

This text has black color on #E9D5BF background.


White color preview on #E9D5BF background

This text has white color on #E9D5BF background.