COLOR #E9C9DF

HEX: #E9C9DF RGB: (233,201,223)

Color info

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

RGB color model

#E9C9DF color RGB value is (233,201,223).

RGB: (233,201,223) (91%, 79%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 201 of 255 = 79%
B 223 of 255 = 87%

233
201
223

R + G + B ~ 86%. #E9C9DF is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 201 + 223 = 657 (100%)
R 233 of 657 ~ 35.46%
G 201 of 657 ~ 30.59%
B 223 of 657 ~ 33.94'%

%35.46
%30.59
%33.94

CMYK color model

#E9C9DF color CMYK value is (0,14,4,9).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 4.29%
  • key color value is 8.63%

CMYK: (0,14,4,9)
C0M14Y4K9 (0%, 14%, 4%, 9%)
(0.00 / 0.14 / 0.04 / 0.09)

CMYK percentages

%0
%13.73
%4.29
%8.63

Codes

Color #E9C9DF in popluar color models

E9 C9 DF
RGB 233 201 223
HSL 319° 42.11% 85.10%
HSB/HSV 319° 13.73% 91.37%
CMYK 0.00% 13.73% 4.29%
8.63%

Color #E9C9DF in popluar number systems.

HEX E9 C9 DF
Decimal 233 201 223
Binary 11101001 11001001 11011111
Octal 351 311 337

Shades and tints

Shades of #E9C9DF

#E9C9DF
(233,201,223)
#D4B7CB
(212,183,203)
#BFA5B7
(191,165,183)
#AA93A3
(170,147,163)
#95818F
(149,129,143)
#806F7B
(128,111,123)
#6B5D67
(107,93,103)
#564B53
(86,75,83)
#41393F
(65,57,63)
#2C272B
(44,39,43)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #E9C9DF

#E9C9DF
(233,201,223)
#EBCDE1
(235,205,225)
#EDD1E3
(237,209,227)
#EFD5E5
(239,213,229)
#F1D9E7
(241,217,231)
#F3DDE9
(243,221,233)
#F5E1EB
(245,225,235)
#F7E5ED
(247,229,237)
#F9E9EF
(249,233,239)
#FBEDF1
(251,237,241)
#FDF1F3
(253,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C9DF color. Also use rgb(233,201,223) instead hex code.

Text Font Color

.myTextColor { color: #E9C9DF; }

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

This text font color is #E9C9DF.

Background Color

.myBgColor { background-color: #E9C9DF; }

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

This div background color is #E9C9DF.

Border color

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

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

This div border color is #E9C9DF.

Opacity

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

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

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

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

This text has shadow with #E9C9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C9DF.

Preview

Color preview on black background

This text has color #E9C9DF on black background.


Color preview on white background

This text has color #E9C9DF on white background.


Black color preview on #E9C9DF background

This text has black color on #E9C9DF background.


White color preview on #E9C9DF background

This text has white color on #E9C9DF background.


Related colors

Complementary color

Complementary color for #hex is #163620.


I love getcolorcode.com

Triadic colors

1 #DFE9C9 and #C9DFE9 with #E9C9DF are triadic colors.

2 #DFC9E9 and #C9E9DF with #E9C9DF are triadic colors.