COLOR #E9CCE6

HEX: #E9CCE6
RGB: (233,204,230)

Color info

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

RGB color model

#E9CCE6 color RGB value is (233,204,230).

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

RGB channels and saturation

R 233 of 255 = 91%
G 204 of 255 = 80%
B 230 of 255 = 90%

233
204
230

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

Portions of RGB colors in percentages

R + G + B =
233 + 204 + 230 = 667 (100%)
R 233 of 667 ~ 34.93%
G 204 of 667 ~ 30.58%
B 230 of 667 ~ 34.48%

%34.93
%30.58
%34.48

CMYK color model

#E9CCE6 color CMYK value is (0,12,1,9).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 1.29%
  • key color value is 8.63%
CMYK:
(0,12,1,9)
C0M12Y1K9 
(0%,12%,1%,9%)
(0.00/0.12/0.01/0.09)	

CMYK percentages

%0
%12.45
%1.29
%8.63

Codes

Color #E9CCE6 in popluar color models

E9CCE6
RGB233204230
HSL306°39.73%85.69%
HSB/HSV306°12.45%91.37%
CMYK0.00%12.45%1.29%
8.63%

Color #E9CCE6 in popluar number systems.

HEXE9CCE6
Decimal233204230
Binary111010011100110011100110
Octal351314346

Shades and tints

Shades of #E9CCE6

#E9CCE6
(233,204,230)
#D4BAD2
(212,186,210)
#BFA8BE
(191,168,190)
#AA96AA
(170,150,170)
#958496
(149,132,150)
#807282
(128,114,130)
#6B606E
(107,96,110)
#564E5A
(86,78,90)
#413C46
(65,60,70)
#2C2A32
(44,42,50)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #E9CCE6

#E9CCE6
(233,204,230)
#EBD0E8
(235,208,232)
#EDD4EA
(237,212,234)
#EFD8EC
(239,216,236)
#F1DCEE
(241,220,238)
#F3E0F0
(243,224,240)
#F5E4F2
(245,228,242)
#F7E8F4
(247,232,244)
#F9ECF6
(249,236,246)
#FBF0F8
(251,240,248)
#FDF4FA
(253,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CCE6; }

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

This text font color is #E9CCE6.


Background Color

.myBgColor { background-color: #E9CCE6; }

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

This div background color is #E9CCE6.


Border color

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

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

This div border color is #E9CCE6.


Opacity

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

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

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

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

This text has shadow with #E9CCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CCE6 on black background.


Color preview on white background

This text has color #E9CCE6 on white background.



Black color preview on #E9CCE6 background

This text has black color on #E9CCE6 background.


White color preview on #E9CCE6 background

This text has white color on #E9CCE6 background.