COLOR #E9DCBF

HEX: #E9DCBF
RGB: (233,220,191)

Color info

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

RGB color model

#E9DCBF color RGB value is (233,220,191).

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

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 191 of 255 = 75%

233
220
191

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

Portions of RGB colors in percentages

R + G + B =
233 + 220 + 191 = 644 (100%)
R 233 of 644 ~ 36.18%
G 220 of 644 ~ 34.16%
B 191 of 644 ~ 29.66%

%36.18
%34.16
%29.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 18.03%
  • 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
%5.58
%18.03
%8.63

Codes

Color #E9DCBF in popluar color models

E9DCBF
RGB233220191
HSL41°48.84%83.14%
HSB/HSV41°18.03%91.37%
CMYK0.00%5.58%18.03%
8.63%

Color #E9DCBF in popluar number systems.

HEXE9DCBF
Decimal233220191
Binary111010011101110010111111
Octal351334277

Shades and tints

Shades of #E9DCBF

#E9DCBF
(233,220,191)
#D4C8AE
(212,200,174)
#BFB49D
(191,180,157)
#AAA08C
(170,160,140)
#958C7B
(149,140,123)
#80786A
(128,120,106)
#6B6459
(107,100,89)
#565048
(86,80,72)
#413C37
(65,60,55)
#2C2826
(44,40,38)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #E9DCBF

#E9DCBF
(233,220,191)
#EBDFC4
(235,223,196)
#EDE2C9
(237,226,201)
#EFE5CE
(239,229,206)
#F1E8D3
(241,232,211)
#F3EBD8
(243,235,216)
#F5EEDD
(245,238,221)
#F7F1E2
(247,241,226)
#F9F4E7
(249,244,231)
#FBF7EC
(251,247,236)
#FDFAF1
(253,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DCBF; }

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

This text font color is #E9DCBF.


Background Color

.myBgColor { background-color: #E9DCBF; }

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

This div background color is #E9DCBF.


Border color

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

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

This div border color is #E9DCBF.


Opacity

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

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

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

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

This text has shadow with #E9DCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DCBF on black background.


Color preview on white background

This text has color #E9DCBF on white background.



Black color preview on #E9DCBF background

This text has black color on #E9DCBF background.


White color preview on #E9DCBF background

This text has white color on #E9DCBF background.