COLOR #E9CCFF

HEX: #E9CCFF
RGB: (233,204,255)

Color info

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

RGB color model

#E9CCFF color RGB value is (233,204,255).

  • red value is 233;
  • green value is 204;
  • blue value is 255.
RGB:
(233,204,255)
(91%,80%,100%)

RGB channels and saturation

R 233 of 255 = 91%
G 204 of 255 = 80%
B 255 of 255 = 100%

233
204
255

R + G + B ~ 90%. #E9CCFF is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 204 + 255 = 692 (100%)
R 233 of 692 ~ 33.67%
G 204 of 692 ~ 29.48%
B 255 of 692 ~ 36.85%

%33.67
%29.48
%36.85

CMYK color model

#E9CCFF color CMYK value is (9,20,0,0).

  • cyan value is 8.63%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,20,0,0)
C9M20Y0K0 
(9%,20%,0%,0%)
(0.09/0.20/0.00/0.00)	

CMYK percentages

%8.63
%20
%0
%0

Codes

Color #E9CCFF in popluar color models

E9CCFF
RGB233204255
HSL274°100.00%90.00%
HSB/HSV274°20.00%100.00%
CMYK8.63%20.00%0.00%
0.00%

Color #E9CCFF in popluar number systems.

HEXE9CCFF
Decimal233204255
Binary111010011100110011111111
Octal351314377

Shades and tints

Shades of #E9CCFF

#E9CCFF
(233,204,255)
#D4BAE8
(212,186,232)
#BFA8D1
(191,168,209)
#AA96BA
(170,150,186)
#9584A3
(149,132,163)
#80728C
(128,114,140)
#6B6075
(107,96,117)
#564E5E
(86,78,94)
#413C47
(65,60,71)
#2C2A30
(44,42,48)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #E9CCFF

#E9CCFF
(233,204,255)
#EBD0FF
(235,208,255)
#EDD4FF
(237,212,255)
#EFD8FF
(239,216,255)
#F1DCFF
(241,220,255)
#F3E0FF
(243,224,255)
#F5E4FF
(245,228,255)
#F7E8FF
(247,232,255)
#F9ECFF
(249,236,255)
#FBF0FF
(251,240,255)
#FDF4FF
(253,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CCFF color. Also use rgb(233,204,255) instead hex code.

Text Font Color

.myTextColor { color: #E9CCFF; }

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

This text font color is #E9CCFF.


Background Color

.myBgColor { background-color: #E9CCFF; }

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

This div background color is #E9CCFF.


Border color

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

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

This div border color is #E9CCFF.


Opacity

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

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

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

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

This text has shadow with #E9CCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CCFF on black background.


Color preview on white background

This text has color #E9CCFF on white background.



Black color preview on #E9CCFF background

This text has black color on #E9CCFF background.


White color preview on #E9CCFF background

This text has white color on #E9CCFF background.