COLOR #E9C2CB

HEX: #E9C2CB
RGB: (233,194,203)

Color info

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

RGB color model

#E9C2CB color RGB value is (233,194,203).

  • red value is 233;
  • green value is 194;
  • blue value is 203.
RGB:
(233,194,203)
(91%,76%,80%)

RGB channels and saturation

R 233 of 255 = 91%
G 194 of 255 = 76%
B 203 of 255 = 80%

233
194
203

R + G + B ~ 82%. #E9C2CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 194 + 203 = 630 (100%)
R 233 of 630 ~ 36.98%
G 194 of 630 ~ 30.79%
B 203 of 630 ~ 32.22%

%36.98
%30.79
%32.22

CMYK color model

#E9C2CB color CMYK value is (0,17,13,9).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 12.88%
  • key color value is 8.63%
CMYK:
(0,17,13,9)
C0M17Y13K9 
(0%,17%,13%,9%)
(0.00/0.17/0.13/0.09)	

CMYK percentages

%0
%16.74
%12.88
%8.63

Codes

Color #E9C2CB in popluar color models

E9C2CB
RGB233194203
HSL346°46.99%83.73%
HSB/HSV346°16.74%91.37%
CMYK0.00%16.74%12.88%
8.63%

Color #E9C2CB in popluar number systems.

HEXE9C2CB
Decimal233194203
Binary111010011100001011001011
Octal351302313

Shades and tints

Shades of #E9C2CB

#E9C2CB
(233,194,203)
#D4B1B9
(212,177,185)
#BFA0A7
(191,160,167)
#AA8F95
(170,143,149)
#957E83
(149,126,131)
#806D71
(128,109,113)
#6B5C5F
(107,92,95)
#564B4D
(86,75,77)
#413A3B
(65,58,59)
#2C2929
(44,41,41)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #E9C2CB

#E9C2CB
(233,194,203)
#EBC7CF
(235,199,207)
#EDCCD3
(237,204,211)
#EFD1D7
(239,209,215)
#F1D6DB
(241,214,219)
#F3DBDF
(243,219,223)
#F5E0E3
(245,224,227)
#F7E5E7
(247,229,231)
#F9EAEB
(249,234,235)
#FBEFEF
(251,239,239)
#FDF4F3
(253,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C2CB color. Also use rgb(233,194,203) instead hex code.

Text Font Color

.myTextColor { color: #E9C2CB; }

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

This text font color is #E9C2CB.


Background Color

.myBgColor { background-color: #E9C2CB; }

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

This div background color is #E9C2CB.


Border color

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

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

This div border color is #E9C2CB.


Opacity

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

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

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

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

This text has shadow with #E9C2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C2CB on black background.


Color preview on white background

This text has color #E9C2CB on white background.



Black color preview on #E9C2CB background

This text has black color on #E9C2CB background.


White color preview on #E9C2CB background

This text has white color on #E9C2CB background.