COLOR #E9C1DA

HEX: #E9C1DA
RGB: (233,193,218)

Color info

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

RGB color model

#E9C1DA color RGB value is (233,193,218).

  • red value is 233;
  • green value is 193;
  • blue value is 218.
RGB:
(233,193,218)
(91%,76%,85%)

RGB channels and saturation

R 233 of 255 = 91%
G 193 of 255 = 76%
B 218 of 255 = 85%

233
193
218

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

Portions of RGB colors in percentages

R + G + B =
233 + 193 + 218 = 644 (100%)
R 233 of 644 ~ 36.18%
G 193 of 644 ~ 29.97%
B 218 of 644 ~ 33.85%

%36.18
%29.97
%33.85

CMYK color model

#E9C1DA color CMYK value is (0,17,6,9).

  • cyan value is 0.00%
  • magenta value is 17.17%
  • yellow value is 6.44%
  • key color value is 8.63%
CMYK:
(0,17,6,9)
C0M17Y6K9 
(0%,17%,6%,9%)
(0.00/0.17/0.06/0.09)	

CMYK percentages

%0
%17.17
%6.44
%8.63

Codes

Color #E9C1DA in popluar color models

E9C1DA
RGB233193218
HSL323°47.62%83.53%
HSB/HSV323°17.17%91.37%
CMYK0.00%17.17%6.44%
8.63%

Color #E9C1DA in popluar number systems.

HEXE9C1DA
Decimal233193218
Binary111010011100000111011010
Octal351301332

Shades and tints

Shades of #E9C1DA

#E9C1DA
(233,193,218)
#D4B0C7
(212,176,199)
#BF9FB4
(191,159,180)
#AA8EA1
(170,142,161)
#957D8E
(149,125,142)
#806C7B
(128,108,123)
#6B5B68
(107,91,104)
#564A55
(86,74,85)
#413942
(65,57,66)
#2C282F
(44,40,47)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #E9C1DA

#E9C1DA
(233,193,218)
#EBC6DD
(235,198,221)
#EDCBE0
(237,203,224)
#EFD0E3
(239,208,227)
#F1D5E6
(241,213,230)
#F3DAE9
(243,218,233)
#F5DFEC
(245,223,236)
#F7E4EF
(247,228,239)
#F9E9F2
(249,233,242)
#FBEEF5
(251,238,245)
#FDF3F8
(253,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C1DA color. Also use rgb(233,193,218) instead hex code.

Text Font Color

.myTextColor { color: #E9C1DA; }

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

This text font color is #E9C1DA.


Background Color

.myBgColor { background-color: #E9C1DA; }

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

This div background color is #E9C1DA.


Border color

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

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

This div border color is #E9C1DA.


Opacity

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

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

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

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

This text has shadow with #E9C1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C1DA on black background.


Color preview on white background

This text has color #E9C1DA on white background.



Black color preview on #E9C1DA background

This text has black color on #E9C1DA background.


White color preview on #E9C1DA background

This text has white color on #E9C1DA background.