COLOR #E9C5EF

HEX: #E9C5EF
RGB: (233,197,239)

Color info

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

RGB color model

#E9C5EF color RGB value is (233,197,239).

  • red value is 233;
  • green value is 197;
  • blue value is 239.
RGB:
(233,197,239)
(91%,77%,94%)

RGB channels and saturation

R 233 of 255 = 91%
G 197 of 255 = 77%
B 239 of 255 = 94%

233
197
239

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

Portions of RGB colors in percentages

R + G + B =
233 + 197 + 239 = 669 (100%)
R 233 of 669 ~ 34.83%
G 197 of 669 ~ 29.45%
B 239 of 669 ~ 35.72%

%34.83
%29.45
%35.72

CMYK color model

#E9C5EF color CMYK value is (3,18,0,6).

  • cyan value is 2.51%
  • magenta value is 17.57%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(3,18,0,6)
C3M18Y0K6 
(3%,18%,0%,6%)
(0.03/0.18/0.00/0.06)	

CMYK percentages

%2.51
%17.57
%0
%6.27

Codes

Color #E9C5EF in popluar color models

E9C5EF
RGB233197239
HSL291°56.76%85.49%
HSB/HSV291°17.57%93.73%
CMYK2.51%17.57%0.00%
6.27%

Color #E9C5EF in popluar number systems.

HEXE9C5EF
Decimal233197239
Binary111010011100010111101111
Octal351305357

Shades and tints

Shades of #E9C5EF

#E9C5EF
(233,197,239)
#D4B4DA
(212,180,218)
#BFA3C5
(191,163,197)
#AA92B0
(170,146,176)
#95819B
(149,129,155)
#807086
(128,112,134)
#6B5F71
(107,95,113)
#564E5C
(86,78,92)
#413D47
(65,61,71)
#2C2C32
(44,44,50)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #E9C5EF

#E9C5EF
(233,197,239)
#EBCAF0
(235,202,240)
#EDCFF1
(237,207,241)
#EFD4F2
(239,212,242)
#F1D9F3
(241,217,243)
#F3DEF4
(243,222,244)
#F5E3F5
(245,227,245)
#F7E8F6
(247,232,246)
#F9EDF7
(249,237,247)
#FBF2F8
(251,242,248)
#FDF7F9
(253,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C5EF color. Also use rgb(233,197,239) instead hex code.

Text Font Color

.myTextColor { color: #E9C5EF; }

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

This text font color is #E9C5EF.


Background Color

.myBgColor { background-color: #E9C5EF; }

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

This div background color is #E9C5EF.


Border color

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

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

This div border color is #E9C5EF.


Opacity

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

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

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

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

This text has shadow with #E9C5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C5EF on black background.


Color preview on white background

This text has color #E9C5EF on white background.



Black color preview on #E9C5EF background

This text has black color on #E9C5EF background.


White color preview on #E9C5EF background

This text has white color on #E9C5EF background.