COLOR #E9E6C5

HEX: #E9E6C5
RGB: (233,230,197)

Color info

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

RGB color model

#E9E6C5 color RGB value is (233,230,197).

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

RGB channels and saturation

R 233 of 255 = 91%
G 230 of 255 = 90%
B 197 of 255 = 77%

233
230
197

R + G + B ~ 86%. #E9E6C5 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 230 + 197 = 660 (100%)
R 233 of 660 ~ 35.3%
G 230 of 660 ~ 34.85%
B 197 of 660 ~ 29.85%

%35.3
%34.85
%29.85

CMYK color model

#E9E6C5 color CMYK value is (0,1,15,9).

  • cyan value is 0.00%
  • magenta value is 1.29%
  • yellow value is 15.45%
  • key color value is 8.63%
CMYK:
(0,1,15,9)
C0M1Y15K9 
(0%,1%,15%,9%)
(0.00/0.01/0.15/0.09)	

CMYK percentages

%0
%1.29
%15.45
%8.63

Codes

Color #E9E6C5 in popluar color models

E9E6C5
RGB233230197
HSL55°45.00%84.31%
HSB/HSV55°15.45%91.37%
CMYK0.00%1.29%15.45%
8.63%

Color #E9E6C5 in popluar number systems.

HEXE9E6C5
Decimal233230197
Binary111010011110011011000101
Octal351346305

Shades and tints

Shades of #E9E6C5

#E9E6C5
(233,230,197)
#D4D2B4
(212,210,180)
#BFBEA3
(191,190,163)
#AAAA92
(170,170,146)
#959681
(149,150,129)
#808270
(128,130,112)
#6B6E5F
(107,110,95)
#565A4E
(86,90,78)
#41463D
(65,70,61)
#2C322C
(44,50,44)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #E9E6C5

#E9E6C5
(233,230,197)
#EBE8CA
(235,232,202)
#EDEACF
(237,234,207)
#EFECD4
(239,236,212)
#F1EED9
(241,238,217)
#F3F0DE
(243,240,222)
#F5F2E3
(245,242,227)
#F7F4E8
(247,244,232)
#F9F6ED
(249,246,237)
#FBF8F2
(251,248,242)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E6C5; }

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

This text font color is #E9E6C5.


Background Color

.myBgColor { background-color: #E9E6C5; }

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

This div background color is #E9E6C5.


Border color

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

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

This div border color is #E9E6C5.


Opacity

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

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

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

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

This text has shadow with #E9E6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E6C5 on black background.


Color preview on white background

This text has color #E9E6C5 on white background.



Black color preview on #E9E6C5 background

This text has black color on #E9E6C5 background.


White color preview on #E9E6C5 background

This text has white color on #E9E6C5 background.