COLOR #E9CECC

HEX: #E9CECC
RGB: (233,206,204)

Color info

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

RGB color model

#E9CECC color RGB value is (233,206,204).

  • red value is 233;
  • green value is 206;
  • blue value is 204.
RGB:
(233,206,204)
(91%,81%,80%)

RGB channels and saturation

R 233 of 255 = 91%
G 206 of 255 = 81%
B 204 of 255 = 80%

233
206
204

R + G + B ~ 84%. #E9CECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 206 + 204 = 643 (100%)
R 233 of 643 ~ 36.24%
G 206 of 643 ~ 32.04%
B 204 of 643 ~ 31.73%

%36.24
%32.04
%31.73

CMYK color model

#E9CECC color CMYK value is (0,12,12,9).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 12.45%
  • key color value is 8.63%
CMYK:
(0,12,12,9)
C0M12Y12K9 
(0%,12%,12%,9%)
(0.00/0.12/0.12/0.09)	

CMYK percentages

%0
%11.59
%12.45
%8.63

Codes

Color #E9CECC in popluar color models

E9CECC
RGB233206204
HSL39.73%85.69%
HSB/HSV12.45%91.37%
CMYK0.00%11.59%12.45%
8.63%

Color #E9CECC in popluar number systems.

HEXE9CECC
Decimal233206204
Binary111010011100111011001100
Octal351316314

Shades and tints

Shades of #E9CECC

#E9CECC
(233,206,204)
#D4BCBA
(212,188,186)
#BFAAA8
(191,170,168)
#AA9896
(170,152,150)
#958684
(149,134,132)
#807472
(128,116,114)
#6B6260
(107,98,96)
#56504E
(86,80,78)
#413E3C
(65,62,60)
#2C2C2A
(44,44,42)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #E9CECC

#E9CECC
(233,206,204)
#EBD2D0
(235,210,208)
#EDD6D4
(237,214,212)
#EFDAD8
(239,218,216)
#F1DEDC
(241,222,220)
#F3E2E0
(243,226,224)
#F5E6E4
(245,230,228)
#F7EAE8
(247,234,232)
#F9EEEC
(249,238,236)
#FBF2F0
(251,242,240)
#FDF6F4
(253,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CECC color. Also use rgb(233,206,204) instead hex code.

Text Font Color

.myTextColor { color: #E9CECC; }

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

This text font color is #E9CECC.


Background Color

.myBgColor { background-color: #E9CECC; }

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

This div background color is #E9CECC.


Border color

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

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

This div border color is #E9CECC.


Opacity

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

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

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

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

This text has shadow with #E9CECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CECC on black background.


Color preview on white background

This text has color #E9CECC on white background.



Black color preview on #E9CECC background

This text has black color on #E9CECC background.


White color preview on #E9CECC background

This text has white color on #E9CECC background.