COLOR #E9E6B4

HEX: #E9E6B4
RGB: (233,230,180)

Color info

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

RGB color model

#E9E6B4 color RGB value is (233,230,180).

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

RGB channels and saturation

R 233 of 255 = 91%
G 230 of 255 = 90%
B 180 of 255 = 71%

233
230
180

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

Portions of RGB colors in percentages

R + G + B =
233 + 230 + 180 = 643 (100%)
R 233 of 643 ~ 36.24%
G 230 of 643 ~ 35.77%
B 180 of 643 ~ 27.99%

%36.24
%35.77
%27.99

CMYK color model

#E9E6B4 color CMYK value is (0,1,23,9).

  • cyan value is 0.00%
  • magenta value is 1.29%
  • yellow value is 22.75%
  • key color value is 8.63%
CMYK:
(0,1,23,9)
C0M1Y23K9 
(0%,1%,23%,9%)
(0.00/0.01/0.23/0.09)	

CMYK percentages

%0
%1.29
%22.75
%8.63

Codes

Color #E9E6B4 in popluar color models

E9E6B4
RGB233230180
HSL57°54.64%80.98%
HSB/HSV57°22.75%91.37%
CMYK0.00%1.29%22.75%
8.63%

Color #E9E6B4 in popluar number systems.

HEXE9E6B4
Decimal233230180
Binary111010011110011010110100
Octal351346264

Shades and tints

Shades of #E9E6B4

#E9E6B4
(233,230,180)
#D4D2A4
(212,210,164)
#BFBE94
(191,190,148)
#AAAA84
(170,170,132)
#959674
(149,150,116)
#808264
(128,130,100)
#6B6E54
(107,110,84)
#565A44
(86,90,68)
#414634
(65,70,52)
#2C3224
(44,50,36)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #E9E6B4

#E9E6B4
(233,230,180)
#EBE8BA
(235,232,186)
#EDEAC0
(237,234,192)
#EFECC6
(239,236,198)
#F1EECC
(241,238,204)
#F3F0D2
(243,240,210)
#F5F2D8
(245,242,216)
#F7F4DE
(247,244,222)
#F9F6E4
(249,246,228)
#FBF8EA
(251,248,234)
#FDFAF0
(253,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E6B4; }

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

This text font color is #E9E6B4.


Background Color

.myBgColor { background-color: #E9E6B4; }

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

This div background color is #E9E6B4.


Border color

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

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

This div border color is #E9E6B4.


Opacity

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

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

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

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

This text has shadow with #E9E6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E6B4 on black background.


Color preview on white background

This text has color #E9E6B4 on white background.



Black color preview on #E9E6B4 background

This text has black color on #E9E6B4 background.


White color preview on #E9E6B4 background

This text has white color on #E9E6B4 background.