COLOR #E9C3ED

HEX: #E9C3ED
RGB: (233,195,237)

Color info

#E9C3ED contains red, green and blue colors in about the same proportion. Web safe color of #E9C3ED is #FFCCFF (or #FCF).

RGB color model

#E9C3ED color RGB value is (233,195,237).

  • red value is 233;
  • green value is 195;
  • blue value is 237.
RGB:
(233,195,237)
(91%,76%,93%)

RGB channels and saturation

R 233 of 255 = 91%
G 195 of 255 = 76%
B 237 of 255 = 93%

233
195
237

R + G + B ~ 87%. #E9C3ED is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 195 + 237 = 665 (100%)
R 233 of 665 ~ 35.04%
G 195 of 665 ~ 29.32%
B 237 of 665 ~ 35.64%

%35.04
%29.32
%35.64

CMYK color model

#E9C3ED color CMYK value is (2,18,0,7).

  • cyan value is 1.69%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(2,18,0,7)
C2M18Y0K7 
(2%,18%,0%,7%)
(0.02/0.18/0.00/0.07)	

CMYK percentages

%1.69
%17.72
%0
%7.06

Codes

Color #E9C3ED in popluar color models

E9C3ED
RGB233195237
HSL294°53.85%84.71%
HSB/HSV294°17.72%92.94%
CMYK1.69%17.72%0.00%
7.06%

Color #E9C3ED in popluar number systems.

HEXE9C3ED
Decimal233195237
Binary111010011100001111101101
Octal351303355

Shades and tints

Shades of #E9C3ED

#E9C3ED
(233,195,237)
#D4B2D8
(212,178,216)
#BFA1C3
(191,161,195)
#AA90AE
(170,144,174)
#957F99
(149,127,153)
#806E84
(128,110,132)
#6B5D6F
(107,93,111)
#564C5A
(86,76,90)
#413B45
(65,59,69)
#2C2A30
(44,42,48)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #E9C3ED

#E9C3ED
(233,195,237)
#EBC8EE
(235,200,238)
#EDCDEF
(237,205,239)
#EFD2F0
(239,210,240)
#F1D7F1
(241,215,241)
#F3DCF2
(243,220,242)
#F5E1F3
(245,225,243)
#F7E6F4
(247,230,244)
#F9EBF5
(249,235,245)
#FBF0F6
(251,240,246)
#FDF5F7
(253,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C3ED; }

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

This text font color is #E9C3ED.


Background Color

.myBgColor { background-color: #E9C3ED; }

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

This div background color is #E9C3ED.


Border color

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

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

This div border color is #E9C3ED.


Opacity

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

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

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

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

This text has shadow with #E9C3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C3ED on black background.


Color preview on white background

This text has color #E9C3ED on white background.



Black color preview on #E9C3ED background

This text has black color on #E9C3ED background.


White color preview on #E9C3ED background

This text has white color on #E9C3ED background.