COLOR #E9C3DA

HEX: #E9C3DA RGB: (233,195,218)

Color info

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

RGB color model

#E9C3DA color RGB value is (233,195,218).

RGB: (233,195,218) (91%, 76%, 85%)

RGB channels and saturation

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

233
195
218

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

Portions of RGB colors in percentages

R + G + B = 233 + 195 + 218 = 646 (100%)
R 233 of 646 ~ 36.07%
G 195 of 646 ~ 30.19%
B 218 of 646 ~ 33.75'%

%36.07
%30.19
%33.75

CMYK color model

#E9C3DA color CMYK value is (0,16,6,9).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 6.44%
  • key color value is 8.63%

CMYK: (0,16,6,9)
C0M16Y6K9 (0%, 16%, 6%, 9%)
(0.00 / 0.16 / 0.06 / 0.09)

CMYK percentages

%0
%16.31
%6.44
%8.63

Codes

Color #E9C3DA in popluar color models

E9 C3 DA
RGB 233 195 218
HSL 324° 46.34% 83.92%
HSB/HSV 324° 16.31% 91.37%
CMYK 0.00% 16.31% 6.44%
8.63%

Color #E9C3DA in popluar number systems.

HEX E9 C3 DA
Decimal 233 195 218
Binary 11101001 11000011 11011010
Octal 351 303 332

Shades and tints

Shades of #E9C3DA

#E9C3DA
(233,195,218)
#D4B2C7
(212,178,199)
#BFA1B4
(191,161,180)
#AA90A1
(170,144,161)
#957F8E
(149,127,142)
#806E7B
(128,110,123)
#6B5D68
(107,93,104)
#564C55
(86,76,85)
#413B42
(65,59,66)
#2C2A2F
(44,42,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #E9C3DA

#E9C3DA
(233,195,218)
#EBC8DD
(235,200,221)
#EDCDE0
(237,205,224)
#EFD2E3
(239,210,227)
#F1D7E6
(241,215,230)
#F3DCE9
(243,220,233)
#F5E1EC
(245,225,236)
#F7E6EF
(247,230,239)
#F9EBF2
(249,235,242)
#FBF0F5
(251,240,245)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C3DA; }

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

This text font color is #E9C3DA.

Background Color

.myBgColor { background-color: #E9C3DA; }

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

This div background color is #E9C3DA.

Border color

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

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

This div border color is #E9C3DA.

Opacity

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

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

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

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

This text has shadow with #E9C3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C3DA.

Preview

Color preview on black background

This text has color #E9C3DA on black background.


Color preview on white background

This text has color #E9C3DA on white background.


Black color preview on #E9C3DA background

This text has black color on #E9C3DA background.


White color preview on #E9C3DA background

This text has white color on #E9C3DA background.


Related colors

Complementary color

Complementary color for #hex is #163C25.


I love getcolorcode.com

Triadic colors

1 #DAE9C3 and #C3DAE9 with #E9C3DA are triadic colors.

2 #DAC3E9 and #C3E9DA with #E9C3DA are triadic colors.