COLOR #E9C9BC

HEX: #E9C9BC RGB: (233,201,188)

Color info

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

RGB color model

#E9C9BC color RGB value is (233,201,188).

RGB: (233,201,188) (91%, 79%, 74%)

RGB channels and saturation

R 233 of 255 = 91%
G 201 of 255 = 79%
B 188 of 255 = 74%

233
201
188

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

Portions of RGB colors in percentages

R + G + B = 233 + 201 + 188 = 622 (100%)
R 233 of 622 ~ 37.46%
G 201 of 622 ~ 32.32%
B 188 of 622 ~ 30.23'%

%37.46
%32.32
%30.23

CMYK color model

#E9C9BC color CMYK value is (0,14,19,9).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 19.31%
  • key color value is 8.63%

CMYK: (0,14,19,9)
C0M14Y19K9 (0%, 14%, 19%, 9%)
(0.00 / 0.14 / 0.19 / 0.09)

CMYK percentages

%0
%13.73
%19.31
%8.63

Codes

Color #E9C9BC in popluar color models

E9 C9 BC
RGB 233 201 188
HSL 17° 50.56% 82.55%
HSB/HSV 17° 19.31% 91.37%
CMYK 0.00% 13.73% 19.31%
8.63%

Color #E9C9BC in popluar number systems.

HEX E9 C9 BC
Decimal 233 201 188
Binary 11101001 11001001 10111100
Octal 351 311 274

Shades and tints

Shades of #E9C9BC

#E9C9BC
(233,201,188)
#D4B7AB
(212,183,171)
#BFA59A
(191,165,154)
#AA9389
(170,147,137)
#958178
(149,129,120)
#806F67
(128,111,103)
#6B5D56
(107,93,86)
#564B45
(86,75,69)
#413934
(65,57,52)
#2C2723
(44,39,35)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #E9C9BC

#E9C9BC
(233,201,188)
#EBCDC2
(235,205,194)
#EDD1C8
(237,209,200)
#EFD5CE
(239,213,206)
#F1D9D4
(241,217,212)
#F3DDDA
(243,221,218)
#F5E1E0
(245,225,224)
#F7E5E6
(247,229,230)
#F9E9EC
(249,233,236)
#FBEDF2
(251,237,242)
#FDF1F8
(253,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C9BC color. Also use rgb(233,201,188) instead hex code.

Text Font Color

.myTextColor { color: #E9C9BC; }

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

This text font color is #E9C9BC.

Background Color

.myBgColor { background-color: #E9C9BC; }

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

This div background color is #E9C9BC.

Border color

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

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

This div border color is #E9C9BC.

Opacity

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

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

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

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

This text has shadow with #E9C9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C9BC.

Preview

Color preview on black background

This text has color #E9C9BC on black background.


Color preview on white background

This text has color #E9C9BC on white background.


Black color preview on #E9C9BC background

This text has black color on #E9C9BC background.


White color preview on #E9C9BC background

This text has white color on #E9C9BC background.


Related colors

Complementary color

Complementary color for #hex is #163643.


I love getcolorcode.com

Triadic colors

1 #BCE9C9 and #C9BCE9 with #E9C9BC are triadic colors.

2 #BCC9E9 and #C9E9BC with #E9C9BC are triadic colors.