COLOR #E9C8BB

HEX: #E9C8BB
RGB: (233,200,187)

Color info

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

RGB color model

#E9C8BB color RGB value is (233,200,187).

  • red value is 233;
  • green value is 200;
  • blue value is 187.
RGB:
(233,200,187)
(91%,78%,73%)

RGB channels and saturation

R 233 of 255 = 91%
G 200 of 255 = 78%
B 187 of 255 = 73%

233
200
187

R + G + B ~ 81%. #E9C8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 200 + 187 = 620 (100%)
R 233 of 620 ~ 37.58%
G 200 of 620 ~ 32.26%
B 187 of 620 ~ 30.16%

%37.58
%32.26
%30.16

CMYK color model

#E9C8BB color CMYK value is (0,14,20,9).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 19.74%
  • key color value is 8.63%
CMYK:
(0,14,20,9)
C0M14Y20K9 
(0%,14%,20%,9%)
(0.00/0.14/0.20/0.09)	

CMYK percentages

%0
%14.16
%19.74
%8.63

Codes

Color #E9C8BB in popluar color models

E9C8BB
RGB233200187
HSL17°51.11%82.35%
HSB/HSV17°19.74%91.37%
CMYK0.00%14.16%19.74%
8.63%

Color #E9C8BB in popluar number systems.

HEXE9C8BB
Decimal233200187
Binary111010011100100010111011
Octal351310273

Shades and tints

Shades of #E9C8BB

#E9C8BB
(233,200,187)
#D4B6AA
(212,182,170)
#BFA499
(191,164,153)
#AA9288
(170,146,136)
#958077
(149,128,119)
#806E66
(128,110,102)
#6B5C55
(107,92,85)
#564A44
(86,74,68)
#413833
(65,56,51)
#2C2622
(44,38,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #E9C8BB

#E9C8BB
(233,200,187)
#EBCDC1
(235,205,193)
#EDD2C7
(237,210,199)
#EFD7CD
(239,215,205)
#F1DCD3
(241,220,211)
#F3E1D9
(243,225,217)
#F5E6DF
(245,230,223)
#F7EBE5
(247,235,229)
#F9F0EB
(249,240,235)
#FBF5F1
(251,245,241)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C8BB color. Also use rgb(233,200,187) instead hex code.

Text Font Color

.myTextColor { color: #E9C8BB; }

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

This text font color is #E9C8BB.


Background Color

.myBgColor { background-color: #E9C8BB; }

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

This div background color is #E9C8BB.


Border color

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

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

This div border color is #E9C8BB.


Opacity

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

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

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

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

This text has shadow with #E9C8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C8BB on black background.


Color preview on white background

This text has color #E9C8BB on white background.



Black color preview on #E9C8BB background

This text has black color on #E9C8BB background.


White color preview on #E9C8BB background

This text has white color on #E9C8BB background.