COLOR #E9CFD4

HEX: #E9CFD4
RGB: (233,207,212)

Color info

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

RGB color model

#E9CFD4 color RGB value is (233,207,212).

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

RGB channels and saturation

R 233 of 255 = 91%
G 207 of 255 = 81%
B 212 of 255 = 83%

233
207
212

R + G + B ~ 85%. #E9CFD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 207 + 212 = 652 (100%)
R 233 of 652 ~ 35.74%
G 207 of 652 ~ 31.75%
B 212 of 652 ~ 32.52%

%35.74
%31.75
%32.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 9.01%
  • key color value is 8.63%
CMYK:
(0,11,9,9)
C0M11Y9K9 
(0%,11%,9%,9%)
(0.00/0.11/0.09/0.09)	

CMYK percentages

%0
%11.16
%9.01
%8.63

Codes

Color #E9CFD4 in popluar color models

E9CFD4
RGB233207212
HSL348°37.14%86.27%
HSB/HSV348°11.16%91.37%
CMYK0.00%11.16%9.01%
8.63%

Color #E9CFD4 in popluar number systems.

HEXE9CFD4
Decimal233207212
Binary111010011100111111010100
Octal351317324

Shades and tints

Shades of #E9CFD4

#E9CFD4
(233,207,212)
#D4BDC1
(212,189,193)
#BFABAE
(191,171,174)
#AA999B
(170,153,155)
#958788
(149,135,136)
#807575
(128,117,117)
#6B6362
(107,99,98)
#56514F
(86,81,79)
#413F3C
(65,63,60)
#2C2D29
(44,45,41)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #E9CFD4

#E9CFD4
(233,207,212)
#EBD3D7
(235,211,215)
#EDD7DA
(237,215,218)
#EFDBDD
(239,219,221)
#F1DFE0
(241,223,224)
#F3E3E3
(243,227,227)
#F5E7E6
(245,231,230)
#F7EBE9
(247,235,233)
#F9EFEC
(249,239,236)
#FBF3EF
(251,243,239)
#FDF7F2
(253,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CFD4; }

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

This text font color is #E9CFD4.


Background Color

.myBgColor { background-color: #E9CFD4; }

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

This div background color is #E9CFD4.


Border color

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

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

This div border color is #E9CFD4.


Opacity

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

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

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

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

This text has shadow with #E9CFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CFD4 on black background.


Color preview on white background

This text has color #E9CFD4 on white background.



Black color preview on #E9CFD4 background

This text has black color on #E9CFD4 background.


White color preview on #E9CFD4 background

This text has white color on #E9CFD4 background.