COLOR #E9CFCA

HEX: #E9CFCA
RGB: (233,207,202)

Color info

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

RGB color model

#E9CFCA color RGB value is (233,207,202).

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

RGB channels and saturation

R 233 of 255 = 91%
G 207 of 255 = 81%
B 202 of 255 = 79%

233
207
202

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

Portions of RGB colors in percentages

R + G + B =
233 + 207 + 202 = 642 (100%)
R 233 of 642 ~ 36.29%
G 207 of 642 ~ 32.24%
B 202 of 642 ~ 31.46%

%36.29
%32.24
%31.46

CMYK color model

#E9CFCA color CMYK value is (0,11,13,9).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 13.30%
  • key color value is 8.63%
CMYK:
(0,11,13,9)
C0M11Y13K9 
(0%,11%,13%,9%)
(0.00/0.11/0.13/0.09)	

CMYK percentages

%0
%11.16
%13.3
%8.63

Codes

Color #E9CFCA in popluar color models

E9CFCA
RGB233207202
HSL10°41.33%85.29%
HSB/HSV10°13.30%91.37%
CMYK0.00%11.16%13.30%
8.63%

Color #E9CFCA in popluar number systems.

HEXE9CFCA
Decimal233207202
Binary111010011100111111001010
Octal351317312

Shades and tints

Shades of #E9CFCA

#E9CFCA
(233,207,202)
#D4BDB8
(212,189,184)
#BFABA6
(191,171,166)
#AA9994
(170,153,148)
#958782
(149,135,130)
#807570
(128,117,112)
#6B635E
(107,99,94)
#56514C
(86,81,76)
#413F3A
(65,63,58)
#2C2D28
(44,45,40)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #E9CFCA

#E9CFCA
(233,207,202)
#EBD3CE
(235,211,206)
#EDD7D2
(237,215,210)
#EFDBD6
(239,219,214)
#F1DFDA
(241,223,218)
#F3E3DE
(243,227,222)
#F5E7E2
(245,231,226)
#F7EBE6
(247,235,230)
#F9EFEA
(249,239,234)
#FBF3EE
(251,243,238)
#FDF7F2
(253,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CFCA; }

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

This text font color is #E9CFCA.


Background Color

.myBgColor { background-color: #E9CFCA; }

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

This div background color is #E9CFCA.


Border color

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

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

This div border color is #E9CFCA.


Opacity

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

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

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

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

This text has shadow with #E9CFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CFCA on black background.


Color preview on white background

This text has color #E9CFCA on white background.



Black color preview on #E9CFCA background

This text has black color on #E9CFCA background.


White color preview on #E9CFCA background

This text has white color on #E9CFCA background.