COLOR #E9CCF3

HEX: #E9CCF3
RGB: (233,204,243)

Color info

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

RGB color model

#E9CCF3 color RGB value is (233,204,243).

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

RGB channels and saturation

R 233 of 255 = 91%
G 204 of 255 = 80%
B 243 of 255 = 95%

233
204
243

R + G + B ~ 89%. #E9CCF3 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 204 + 243 = 680 (100%)
R 233 of 680 ~ 34.26%
G 204 of 680 ~ 30%
B 243 of 680 ~ 35.74%

%34.26
%30
%35.74

CMYK color model

#E9CCF3 color CMYK value is (4,16,0,5).

  • cyan value is 4.12%
  • magenta value is 16.05%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(4,16,0,5)
C4M16Y0K5 
(4%,16%,0%,5%)
(0.04/0.16/0.00/0.05)	

CMYK percentages

%4.12
%16.05
%0
%4.71

Codes

Color #E9CCF3 in popluar color models

E9CCF3
RGB233204243
HSL285°61.90%87.65%
HSB/HSV285°16.05%95.29%
CMYK4.12%16.05%0.00%
4.71%

Color #E9CCF3 in popluar number systems.

HEXE9CCF3
Decimal233204243
Binary111010011100110011110011
Octal351314363

Shades and tints

Shades of #E9CCF3

#E9CCF3
(233,204,243)
#D4BADD
(212,186,221)
#BFA8C7
(191,168,199)
#AA96B1
(170,150,177)
#95849B
(149,132,155)
#807285
(128,114,133)
#6B606F
(107,96,111)
#564E59
(86,78,89)
#413C43
(65,60,67)
#2C2A2D
(44,42,45)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #E9CCF3

#E9CCF3
(233,204,243)
#EBD0F4
(235,208,244)
#EDD4F5
(237,212,245)
#EFD8F6
(239,216,246)
#F1DCF7
(241,220,247)
#F3E0F8
(243,224,248)
#F5E4F9
(245,228,249)
#F7E8FA
(247,232,250)
#F9ECFB
(249,236,251)
#FBF0FC
(251,240,252)
#FDF4FD
(253,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CCF3; }

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

This text font color is #E9CCF3.


Background Color

.myBgColor { background-color: #E9CCF3; }

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

This div background color is #E9CCF3.


Border color

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

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

This div border color is #E9CCF3.


Opacity

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

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

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

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

This text has shadow with #E9CCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CCF3 on black background.


Color preview on white background

This text has color #E9CCF3 on white background.



Black color preview on #E9CCF3 background

This text has black color on #E9CCF3 background.


White color preview on #E9CCF3 background

This text has white color on #E9CCF3 background.