COLOR #E9E5CE

HEX: #E9E5CE
RGB: (233,229,206)

Color info

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

RGB color model

#E9E5CE color RGB value is (233,229,206).

  • red value is 233;
  • green value is 229;
  • blue value is 206.
RGB:
(233,229,206)
(91%,90%,81%)

RGB channels and saturation

R 233 of 255 = 91%
G 229 of 255 = 90%
B 206 of 255 = 81%

233
229
206

R + G + B ~ 87%. #E9E5CE is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 229 + 206 = 668 (100%)
R 233 of 668 ~ 34.88%
G 229 of 668 ~ 34.28%
B 206 of 668 ~ 30.84%

%34.88
%34.28
%30.84

CMYK color model

#E9E5CE color CMYK value is (0,2,12,9).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 11.59%
  • key color value is 8.63%
CMYK:
(0,2,12,9)
C0M2Y12K9 
(0%,2%,12%,9%)
(0.00/0.02/0.12/0.09)	

CMYK percentages

%0
%1.72
%11.59
%8.63

Codes

Color #E9E5CE in popluar color models

E9E5CE
RGB233229206
HSL51°38.03%86.08%
HSB/HSV51°11.59%91.37%
CMYK0.00%1.72%11.59%
8.63%

Color #E9E5CE in popluar number systems.

HEXE9E5CE
Decimal233229206
Binary111010011110010111001110
Octal351345316

Shades and tints

Shades of #E9E5CE

#E9E5CE
(233,229,206)
#D4D1BC
(212,209,188)
#BFBDAA
(191,189,170)
#AAA998
(170,169,152)
#959586
(149,149,134)
#808174
(128,129,116)
#6B6D62
(107,109,98)
#565950
(86,89,80)
#41453E
(65,69,62)
#2C312C
(44,49,44)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #E9E5CE

#E9E5CE
(233,229,206)
#EBE7D2
(235,231,210)
#EDE9D6
(237,233,214)
#EFEBDA
(239,235,218)
#F1EDDE
(241,237,222)
#F3EFE2
(243,239,226)
#F5F1E6
(245,241,230)
#F7F3EA
(247,243,234)
#F9F5EE
(249,245,238)
#FBF7F2
(251,247,242)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E5CE color. Also use rgb(233,229,206) instead hex code.

Text Font Color

.myTextColor { color: #E9E5CE; }

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

This text font color is #E9E5CE.


Background Color

.myBgColor { background-color: #E9E5CE; }

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

This div background color is #E9E5CE.


Border color

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

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

This div border color is #E9E5CE.


Opacity

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

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

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

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

This text has shadow with #E9E5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E5CE on black background.


Color preview on white background

This text has color #E9E5CE on white background.



Black color preview on #E9E5CE background

This text has black color on #E9E5CE background.


White color preview on #E9E5CE background

This text has white color on #E9E5CE background.