COLOR #E9C4B1

HEX: #E9C4B1
RGB: (233,196,177)

Color info

#E9C4B1 contains red, green and blue colors in about the same proportion. Web safe color of #E9C4B1 is #FFCC99 (or #FC9).

RGB color model

#E9C4B1 color RGB value is (233,196,177).

  • red value is 233;
  • green value is 196;
  • blue value is 177.
RGB:
(233,196,177)
(91%,77%,69%)

RGB channels and saturation

R 233 of 255 = 91%
G 196 of 255 = 77%
B 177 of 255 = 69%

233
196
177

R + G + B ~ 79%. #E9C4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 196 + 177 = 606 (100%)
R 233 of 606 ~ 38.45%
G 196 of 606 ~ 32.34%
B 177 of 606 ~ 29.21%

%38.45
%32.34
%29.21

CMYK color model

#E9C4B1 color CMYK value is (0,16,24,9).

  • cyan value is 0.00%
  • magenta value is 15.88%
  • yellow value is 24.03%
  • key color value is 8.63%
CMYK:
(0,16,24,9)
C0M16Y24K9 
(0%,16%,24%,9%)
(0.00/0.16/0.24/0.09)	

CMYK percentages

%0
%15.88
%24.03
%8.63

Codes

Color #E9C4B1 in popluar color models

E9C4B1
RGB233196177
HSL20°56.00%80.39%
HSB/HSV20°24.03%91.37%
CMYK0.00%15.88%24.03%
8.63%

Color #E9C4B1 in popluar number systems.

HEXE9C4B1
Decimal233196177
Binary111010011100010010110001
Octal351304261

Shades and tints

Shades of #E9C4B1

#E9C4B1
(233,196,177)
#D4B3A1
(212,179,161)
#BFA291
(191,162,145)
#AA9181
(170,145,129)
#958071
(149,128,113)
#806F61
(128,111,97)
#6B5E51
(107,94,81)
#564D41
(86,77,65)
#413C31
(65,60,49)
#2C2B21
(44,43,33)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #E9C4B1

#E9C4B1
(233,196,177)
#EBC9B8
(235,201,184)
#EDCEBF
(237,206,191)
#EFD3C6
(239,211,198)
#F1D8CD
(241,216,205)
#F3DDD4
(243,221,212)
#F5E2DB
(245,226,219)
#F7E7E2
(247,231,226)
#F9ECE9
(249,236,233)
#FBF1F0
(251,241,240)
#FDF6F7
(253,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C4B1 color. Also use rgb(233,196,177) instead hex code.

Text Font Color

.myTextColor { color: #E9C4B1; }

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

This text font color is #E9C4B1.


Background Color

.myBgColor { background-color: #E9C4B1; }

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

This div background color is #E9C4B1.


Border color

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

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

This div border color is #E9C4B1.


Opacity

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

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

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

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

This text has shadow with #E9C4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C4B1 on black background.


Color preview on white background

This text has color #E9C4B1 on white background.



Black color preview on #E9C4B1 background

This text has black color on #E9C4B1 background.


White color preview on #E9C4B1 background

This text has white color on #E9C4B1 background.