COLOR #E9CFCD

HEX: #E9CFCD
RGB: (233,207,205)

Color info

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

RGB color model

#E9CFCD color RGB value is (233,207,205).

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

RGB channels and saturation

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

233
207
205

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

Portions of RGB colors in percentages

R + G + B =
233 + 207 + 205 = 645 (100%)
R 233 of 645 ~ 36.12%
G 207 of 645 ~ 32.09%
B 205 of 645 ~ 31.78%

%36.12
%32.09
%31.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 12.02%
  • 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.02
%8.63

Codes

Color #E9CFCD in popluar color models

E9CFCD
RGB233207205
HSL38.89%85.88%
HSB/HSV12.02%91.37%
CMYK0.00%11.16%12.02%
8.63%

Color #E9CFCD in popluar number systems.

HEXE9CFCD
Decimal233207205
Binary111010011100111111001101
Octal351317315

Shades and tints

Shades of #E9CFCD

#E9CFCD
(233,207,205)
#D4BDBB
(212,189,187)
#BFABA9
(191,171,169)
#AA9997
(170,153,151)
#958785
(149,135,133)
#807573
(128,117,115)
#6B6361
(107,99,97)
#56514F
(86,81,79)
#413F3D
(65,63,61)
#2C2D2B
(44,45,43)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #E9CFCD

#E9CFCD
(233,207,205)
#EBD3D1
(235,211,209)
#EDD7D5
(237,215,213)
#EFDBD9
(239,219,217)
#F1DFDD
(241,223,221)
#F3E3E1
(243,227,225)
#F5E7E5
(245,231,229)
#F7EBE9
(247,235,233)
#F9EFED
(249,239,237)
#FBF3F1
(251,243,241)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CFCD; }

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

This text font color is #E9CFCD.


Background Color

.myBgColor { background-color: #E9CFCD; }

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

This div background color is #E9CFCD.


Border color

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

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

This div border color is #E9CFCD.


Opacity

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

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

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

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

This text has shadow with #E9CFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CFCD on black background.


Color preview on white background

This text has color #E9CFCD on white background.



Black color preview on #E9CFCD background

This text has black color on #E9CFCD background.


White color preview on #E9CFCD background

This text has white color on #E9CFCD background.