COLOR #E9CFCC

HEX: #E9CFCC
RGB: (233,207,204)

Color info

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

RGB color model

#E9CFCC color RGB value is (233,207,204).

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

RGB channels and saturation

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

233
207
204

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

Portions of RGB colors in percentages

R + G + B =
233 + 207 + 204 = 644 (100%)
R 233 of 644 ~ 36.18%
G 207 of 644 ~ 32.14%
B 204 of 644 ~ 31.68%

%36.18
%32.14
%31.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 12.45%
  • key color value is 8.63%
CMYK:
(0,11,12,9)
C0M11Y12K9 
(0%,11%,12%,9%)
(0.00/0.11/0.12/0.09)	

CMYK percentages

%0
%11.16
%12.45
%8.63

Codes

Color #E9CFCC in popluar color models

E9CFCC
RGB233207204
HSL39.73%85.69%
HSB/HSV12.45%91.37%
CMYK0.00%11.16%12.45%
8.63%

Color #E9CFCC in popluar number systems.

HEXE9CFCC
Decimal233207204
Binary111010011100111111001100
Octal351317314

Shades and tints

Shades of #E9CFCC

#E9CFCC
(233,207,204)
#D4BDBA
(212,189,186)
#BFABA8
(191,171,168)
#AA9996
(170,153,150)
#958784
(149,135,132)
#807572
(128,117,114)
#6B6360
(107,99,96)
#56514E
(86,81,78)
#413F3C
(65,63,60)
#2C2D2A
(44,45,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #E9CFCC

#E9CFCC
(233,207,204)
#EBD3D0
(235,211,208)
#EDD7D4
(237,215,212)
#EFDBD8
(239,219,216)
#F1DFDC
(241,223,220)
#F3E3E0
(243,227,224)
#F5E7E4
(245,231,228)
#F7EBE8
(247,235,232)
#F9EFEC
(249,239,236)
#FBF3F0
(251,243,240)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CFCC; }

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

This text font color is #E9CFCC.


Background Color

.myBgColor { background-color: #E9CFCC; }

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

This div background color is #E9CFCC.


Border color

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

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

This div border color is #E9CFCC.


Opacity

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

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

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

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

This text has shadow with #E9CFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CFCC on black background.


Color preview on white background

This text has color #E9CFCC on white background.



Black color preview on #E9CFCC background

This text has black color on #E9CFCC background.


White color preview on #E9CFCC background

This text has white color on #E9CFCC background.