COLOR #E9C3EB

HEX: #E9C3EB
RGB: (233,195,235)

Color info

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

RGB color model

#E9C3EB color RGB value is (233,195,235).

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

RGB channels and saturation

R 233 of 255 = 91%
G 195 of 255 = 76%
B 235 of 255 = 92%

233
195
235

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

Portions of RGB colors in percentages

R + G + B =
233 + 195 + 235 = 663 (100%)
R 233 of 663 ~ 35.14%
G 195 of 663 ~ 29.41%
B 235 of 663 ~ 35.44%

%35.14
%29.41
%35.44

CMYK color model

#E9C3EB color CMYK value is (1,17,0,8).

  • cyan value is 0.85%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,17,0,8)
C1M17Y0K8 
(1%,17%,0%,8%)
(0.01/0.17/0.00/0.08)	

CMYK percentages

%0.85
%17.02
%0
%7.84

Codes

Color #E9C3EB in popluar color models

E9C3EB
RGB233195235
HSL297°50.00%84.31%
HSB/HSV297°17.02%92.16%
CMYK0.85%17.02%0.00%
7.84%

Color #E9C3EB in popluar number systems.

HEXE9C3EB
Decimal233195235
Binary111010011100001111101011
Octal351303353

Shades and tints

Shades of #E9C3EB

#E9C3EB
(233,195,235)
#D4B2D6
(212,178,214)
#BFA1C1
(191,161,193)
#AA90AC
(170,144,172)
#957F97
(149,127,151)
#806E82
(128,110,130)
#6B5D6D
(107,93,109)
#564C58
(86,76,88)
#413B43
(65,59,67)
#2C2A2E
(44,42,46)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #E9C3EB

#E9C3EB
(233,195,235)
#EBC8EC
(235,200,236)
#EDCDED
(237,205,237)
#EFD2EE
(239,210,238)
#F1D7EF
(241,215,239)
#F3DCF0
(243,220,240)
#F5E1F1
(245,225,241)
#F7E6F2
(247,230,242)
#F9EBF3
(249,235,243)
#FBF0F4
(251,240,244)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C3EB; }

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

This text font color is #E9C3EB.


Background Color

.myBgColor { background-color: #E9C3EB; }

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

This div background color is #E9C3EB.


Border color

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

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

This div border color is #E9C3EB.


Opacity

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

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

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

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

This text has shadow with #E9C3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C3EB on black background.


Color preview on white background

This text has color #E9C3EB on white background.



Black color preview on #E9C3EB background

This text has black color on #E9C3EB background.


White color preview on #E9C3EB background

This text has white color on #E9C3EB background.