COLOR #E9DEBF

HEX: #E9DEBF
RGB: (233,222,191)

Color info

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

RGB color model

#E9DEBF color RGB value is (233,222,191).

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

RGB channels and saturation

R 233 of 255 = 91%
G 222 of 255 = 87%
B 191 of 255 = 75%

233
222
191

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

Portions of RGB colors in percentages

R + G + B =
233 + 222 + 191 = 646 (100%)
R 233 of 646 ~ 36.07%
G 222 of 646 ~ 34.37%
B 191 of 646 ~ 29.57%

%36.07
%34.37
%29.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 18.03%
  • key color value is 8.63%
CMYK:
(0,5,18,9)
C0M5Y18K9 
(0%,5%,18%,9%)
(0.00/0.05/0.18/0.09)	

CMYK percentages

%0
%4.72
%18.03
%8.63

Codes

Color #E9DEBF in popluar color models

E9DEBF
RGB233222191
HSL44°48.84%83.14%
HSB/HSV44°18.03%91.37%
CMYK0.00%4.72%18.03%
8.63%

Color #E9DEBF in popluar number systems.

HEXE9DEBF
Decimal233222191
Binary111010011101111010111111
Octal351336277

Shades and tints

Shades of #E9DEBF

#E9DEBF
(233,222,191)
#D4CAAE
(212,202,174)
#BFB69D
(191,182,157)
#AAA28C
(170,162,140)
#958E7B
(149,142,123)
#807A6A
(128,122,106)
#6B6659
(107,102,89)
#565248
(86,82,72)
#413E37
(65,62,55)
#2C2A26
(44,42,38)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #E9DEBF

#E9DEBF
(233,222,191)
#EBE1C4
(235,225,196)
#EDE4C9
(237,228,201)
#EFE7CE
(239,231,206)
#F1EAD3
(241,234,211)
#F3EDD8
(243,237,216)
#F5F0DD
(245,240,221)
#F7F3E2
(247,243,226)
#F9F6E7
(249,246,231)
#FBF9EC
(251,249,236)
#FDFCF1
(253,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DEBF; }

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

This text font color is #E9DEBF.


Background Color

.myBgColor { background-color: #E9DEBF; }

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

This div background color is #E9DEBF.


Border color

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

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

This div border color is #E9DEBF.


Opacity

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

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

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

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

This text has shadow with #E9DEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DEBF on black background.


Color preview on white background

This text has color #E9DEBF on white background.



Black color preview on #E9DEBF background

This text has black color on #E9DEBF background.


White color preview on #E9DEBF background

This text has white color on #E9DEBF background.