COLOR #E9E1BF

HEX: #E9E1BF
RGB: (233,225,191)

Color info

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

RGB color model

#E9E1BF color RGB value is (233,225,191).

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

RGB channels and saturation

R 233 of 255 = 91%
G 225 of 255 = 88%
B 191 of 255 = 75%

233
225
191

R + G + B ~ 85%. #E9E1BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 225 + 191 = 649 (100%)
R 233 of 649 ~ 35.9%
G 225 of 649 ~ 34.67%
B 191 of 649 ~ 29.43%

%35.9
%34.67
%29.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 18.03%
  • key color value is 8.63%
CMYK:
(0,3,18,9)
C0M3Y18K9 
(0%,3%,18%,9%)
(0.00/0.03/0.18/0.09)	

CMYK percentages

%0
%3.43
%18.03
%8.63

Codes

Color #E9E1BF in popluar color models

E9E1BF
RGB233225191
HSL49°48.84%83.14%
HSB/HSV49°18.03%91.37%
CMYK0.00%3.43%18.03%
8.63%

Color #E9E1BF in popluar number systems.

HEXE9E1BF
Decimal233225191
Binary111010011110000110111111
Octal351341277

Shades and tints

Shades of #E9E1BF

#E9E1BF
(233,225,191)
#D4CDAE
(212,205,174)
#BFB99D
(191,185,157)
#AAA58C
(170,165,140)
#95917B
(149,145,123)
#807D6A
(128,125,106)
#6B6959
(107,105,89)
#565548
(86,85,72)
#414137
(65,65,55)
#2C2D26
(44,45,38)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #E9E1BF

#E9E1BF
(233,225,191)
#EBE3C4
(235,227,196)
#EDE5C9
(237,229,201)
#EFE7CE
(239,231,206)
#F1E9D3
(241,233,211)
#F3EBD8
(243,235,216)
#F5EDDD
(245,237,221)
#F7EFE2
(247,239,226)
#F9F1E7
(249,241,231)
#FBF3EC
(251,243,236)
#FDF5F1
(253,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E1BF; }

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

This text font color is #E9E1BF.


Background Color

.myBgColor { background-color: #E9E1BF; }

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

This div background color is #E9E1BF.


Border color

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

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

This div border color is #E9E1BF.


Opacity

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

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

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

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

This text has shadow with #E9E1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E1BF on black background.


Color preview on white background

This text has color #E9E1BF on white background.



Black color preview on #E9E1BF background

This text has black color on #E9E1BF background.


White color preview on #E9E1BF background

This text has white color on #E9E1BF background.