COLOR #E9C1BA

HEX: #E9C1BA
RGB: (233,193,186)

Color info

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

RGB color model

#E9C1BA color RGB value is (233,193,186).

  • red value is 233;
  • green value is 193;
  • blue value is 186.
RGB:
(233,193,186)
(91%,76%,73%)

RGB channels and saturation

R 233 of 255 = 91%
G 193 of 255 = 76%
B 186 of 255 = 73%

233
193
186

R + G + B ~ 80%. #E9C1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 193 + 186 = 612 (100%)
R 233 of 612 ~ 38.07%
G 193 of 612 ~ 31.54%
B 186 of 612 ~ 30.39%

%38.07
%31.54
%30.39

CMYK color model

#E9C1BA color CMYK value is (0,17,20,9).

  • cyan value is 0.00%
  • magenta value is 17.17%
  • yellow value is 20.17%
  • key color value is 8.63%
CMYK:
(0,17,20,9)
C0M17Y20K9 
(0%,17%,20%,9%)
(0.00/0.17/0.20/0.09)	

CMYK percentages

%0
%17.17
%20.17
%8.63

Codes

Color #E9C1BA in popluar color models

E9C1BA
RGB233193186
HSL51.65%82.16%
HSB/HSV20.17%91.37%
CMYK0.00%17.17%20.17%
8.63%

Color #E9C1BA in popluar number systems.

HEXE9C1BA
Decimal233193186
Binary111010011100000110111010
Octal351301272

Shades and tints

Shades of #E9C1BA

#E9C1BA
(233,193,186)
#D4B0AA
(212,176,170)
#BF9F9A
(191,159,154)
#AA8E8A
(170,142,138)
#957D7A
(149,125,122)
#806C6A
(128,108,106)
#6B5B5A
(107,91,90)
#564A4A
(86,74,74)
#41393A
(65,57,58)
#2C282A
(44,40,42)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #E9C1BA

#E9C1BA
(233,193,186)
#EBC6C0
(235,198,192)
#EDCBC6
(237,203,198)
#EFD0CC
(239,208,204)
#F1D5D2
(241,213,210)
#F3DAD8
(243,218,216)
#F5DFDE
(245,223,222)
#F7E4E4
(247,228,228)
#F9E9EA
(249,233,234)
#FBEEF0
(251,238,240)
#FDF3F6
(253,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C1BA color. Also use rgb(233,193,186) instead hex code.

Text Font Color

.myTextColor { color: #E9C1BA; }

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

This text font color is #E9C1BA.


Background Color

.myBgColor { background-color: #E9C1BA; }

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

This div background color is #E9C1BA.


Border color

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

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

This div border color is #E9C1BA.


Opacity

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

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

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

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

This text has shadow with #E9C1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C1BA on black background.


Color preview on white background

This text has color #E9C1BA on white background.



Black color preview on #E9C1BA background

This text has black color on #E9C1BA background.


White color preview on #E9C1BA background

This text has white color on #E9C1BA background.