COLOR #E9E6CD

HEX: #E9E6CD
RGB: (233,230,205)

Color info

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

RGB color model

#E9E6CD color RGB value is (233,230,205).

  • red value is 233;
  • green value is 230;
  • blue value is 205.
RGB:
(233,230,205)
(91%,90%,80%)

RGB channels and saturation

R 233 of 255 = 91%
G 230 of 255 = 90%
B 205 of 255 = 80%

233
230
205

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

Portions of RGB colors in percentages

R + G + B =
233 + 230 + 205 = 668 (100%)
R 233 of 668 ~ 34.88%
G 230 of 668 ~ 34.43%
B 205 of 668 ~ 30.69%

%34.88
%34.43
%30.69

CMYK color model

#E9E6CD color CMYK value is (0,1,12,9).

  • cyan value is 0.00%
  • magenta value is 1.29%
  • yellow value is 12.02%
  • key color value is 8.63%
CMYK:
(0,1,12,9)
C0M1Y12K9 
(0%,1%,12%,9%)
(0.00/0.01/0.12/0.09)	

CMYK percentages

%0
%1.29
%12.02
%8.63

Codes

Color #E9E6CD in popluar color models

E9E6CD
RGB233230205
HSL54°38.89%85.88%
HSB/HSV54°12.02%91.37%
CMYK0.00%1.29%12.02%
8.63%

Color #E9E6CD in popluar number systems.

HEXE9E6CD
Decimal233230205
Binary111010011110011011001101
Octal351346315

Shades and tints

Shades of #E9E6CD

#E9E6CD
(233,230,205)
#D4D2BB
(212,210,187)
#BFBEA9
(191,190,169)
#AAAA97
(170,170,151)
#959685
(149,150,133)
#808273
(128,130,115)
#6B6E61
(107,110,97)
#565A4F
(86,90,79)
#41463D
(65,70,61)
#2C322B
(44,50,43)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #E9E6CD

#E9E6CD
(233,230,205)
#EBE8D1
(235,232,209)
#EDEAD5
(237,234,213)
#EFECD9
(239,236,217)
#F1EEDD
(241,238,221)
#F3F0E1
(243,240,225)
#F5F2E5
(245,242,229)
#F7F4E9
(247,244,233)
#F9F6ED
(249,246,237)
#FBF8F1
(251,248,241)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E6CD color. Also use rgb(233,230,205) instead hex code.

Text Font Color

.myTextColor { color: #E9E6CD; }

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

This text font color is #E9E6CD.


Background Color

.myBgColor { background-color: #E9E6CD; }

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

This div background color is #E9E6CD.


Border color

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

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

This div border color is #E9E6CD.


Opacity

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

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

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

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

This text has shadow with #E9E6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E6CD on black background.


Color preview on white background

This text has color #E9E6CD on white background.



Black color preview on #E9E6CD background

This text has black color on #E9E6CD background.


White color preview on #E9E6CD background

This text has white color on #E9E6CD background.