COLOR #E9C3E6

HEX: #E9C3E6
RGB: (233,195,230)

Color info

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

RGB color model

#E9C3E6 color RGB value is (233,195,230).

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

RGB channels and saturation

R 233 of 255 = 91%
G 195 of 255 = 76%
B 230 of 255 = 90%

233
195
230

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

Portions of RGB colors in percentages

R + G + B =
233 + 195 + 230 = 658 (100%)
R 233 of 658 ~ 35.41%
G 195 of 658 ~ 29.64%
B 230 of 658 ~ 34.95%

%35.41
%29.64
%34.95

CMYK color model

#E9C3E6 color CMYK value is (0,16,1,9).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 1.29%
  • key color value is 8.63%
CMYK:
(0,16,1,9)
C0M16Y1K9 
(0%,16%,1%,9%)
(0.00/0.16/0.01/0.09)	

CMYK percentages

%0
%16.31
%1.29
%8.63

Codes

Color #E9C3E6 in popluar color models

E9C3E6
RGB233195230
HSL305°46.34%83.92%
HSB/HSV305°16.31%91.37%
CMYK0.00%16.31%1.29%
8.63%

Color #E9C3E6 in popluar number systems.

HEXE9C3E6
Decimal233195230
Binary111010011100001111100110
Octal351303346

Shades and tints

Shades of #E9C3E6

#E9C3E6
(233,195,230)
#D4B2D2
(212,178,210)
#BFA1BE
(191,161,190)
#AA90AA
(170,144,170)
#957F96
(149,127,150)
#806E82
(128,110,130)
#6B5D6E
(107,93,110)
#564C5A
(86,76,90)
#413B46
(65,59,70)
#2C2A32
(44,42,50)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #E9C3E6

#E9C3E6
(233,195,230)
#EBC8E8
(235,200,232)
#EDCDEA
(237,205,234)
#EFD2EC
(239,210,236)
#F1D7EE
(241,215,238)
#F3DCF0
(243,220,240)
#F5E1F2
(245,225,242)
#F7E6F4
(247,230,244)
#F9EBF6
(249,235,246)
#FBF0F8
(251,240,248)
#FDF5FA
(253,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C3E6; }

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

This text font color is #E9C3E6.


Background Color

.myBgColor { background-color: #E9C3E6; }

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

This div background color is #E9C3E6.


Border color

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

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

This div border color is #E9C3E6.


Opacity

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

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

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

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

This text has shadow with #E9C3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C3E6 on black background.


Color preview on white background

This text has color #E9C3E6 on white background.



Black color preview on #E9C3E6 background

This text has black color on #E9C3E6 background.


White color preview on #E9C3E6 background

This text has white color on #E9C3E6 background.