COLOR #E9CCD9

HEX: #E9CCD9
RGB: (233,204,217)

Color info

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

RGB color model

#E9CCD9 color RGB value is (233,204,217).

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

RGB channels and saturation

R 233 of 255 = 91%
G 204 of 255 = 80%
B 217 of 255 = 85%

233
204
217

R + G + B ~ 85%. #E9CCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 204 + 217 = 654 (100%)
R 233 of 654 ~ 35.63%
G 204 of 654 ~ 31.19%
B 217 of 654 ~ 33.18%

%35.63
%31.19
%33.18

CMYK color model

#E9CCD9 color CMYK value is (0,12,7,9).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 6.87%
  • key color value is 8.63%
CMYK:
(0,12,7,9)
C0M12Y7K9 
(0%,12%,7%,9%)
(0.00/0.12/0.07/0.09)	

CMYK percentages

%0
%12.45
%6.87
%8.63

Codes

Color #E9CCD9 in popluar color models

E9CCD9
RGB233204217
HSL333°39.73%85.69%
HSB/HSV333°12.45%91.37%
CMYK0.00%12.45%6.87%
8.63%

Color #E9CCD9 in popluar number systems.

HEXE9CCD9
Decimal233204217
Binary111010011100110011011001
Octal351314331

Shades and tints

Shades of #E9CCD9

#E9CCD9
(233,204,217)
#D4BAC6
(212,186,198)
#BFA8B3
(191,168,179)
#AA96A0
(170,150,160)
#95848D
(149,132,141)
#80727A
(128,114,122)
#6B6067
(107,96,103)
#564E54
(86,78,84)
#413C41
(65,60,65)
#2C2A2E
(44,42,46)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #E9CCD9

#E9CCD9
(233,204,217)
#EBD0DC
(235,208,220)
#EDD4DF
(237,212,223)
#EFD8E2
(239,216,226)
#F1DCE5
(241,220,229)
#F3E0E8
(243,224,232)
#F5E4EB
(245,228,235)
#F7E8EE
(247,232,238)
#F9ECF1
(249,236,241)
#FBF0F4
(251,240,244)
#FDF4F7
(253,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CCD9; }

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

This text font color is #E9CCD9.


Background Color

.myBgColor { background-color: #E9CCD9; }

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

This div background color is #E9CCD9.


Border color

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

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

This div border color is #E9CCD9.


Opacity

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

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

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

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

This text has shadow with #E9CCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CCD9 on black background.


Color preview on white background

This text has color #E9CCD9 on white background.



Black color preview on #E9CCD9 background

This text has black color on #E9CCD9 background.


White color preview on #E9CCD9 background

This text has white color on #E9CCD9 background.