COLOR #E9CDD1

HEX: #E9CDD1
RGB: (233,205,209)

Color info

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

RGB color model

#E9CDD1 color RGB value is (233,205,209).

  • red value is 233;
  • green value is 205;
  • blue value is 209.
RGB:
(233,205,209)
(91%,80%,82%)

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 209 of 255 = 82%

233
205
209

R + G + B ~ 84%. #E9CDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 205 + 209 = 647 (100%)
R 233 of 647 ~ 36.01%
G 205 of 647 ~ 31.68%
B 209 of 647 ~ 32.3%

%36.01
%31.68
%32.3

CMYK color model

#E9CDD1 color CMYK value is (0,12,10,9).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 10.30%
  • key color value is 8.63%
CMYK:
(0,12,10,9)
C0M12Y10K9 
(0%,12%,10%,9%)
(0.00/0.12/0.10/0.09)	

CMYK percentages

%0
%12.02
%10.3
%8.63

Codes

Color #E9CDD1 in popluar color models

E9CDD1
RGB233205209
HSL351°38.89%85.88%
HSB/HSV351°12.02%91.37%
CMYK0.00%12.02%10.30%
8.63%

Color #E9CDD1 in popluar number systems.

HEXE9CDD1
Decimal233205209
Binary111010011100110111010001
Octal351315321

Shades and tints

Shades of #E9CDD1

#E9CDD1
(233,205,209)
#D4BBBE
(212,187,190)
#BFA9AB
(191,169,171)
#AA9798
(170,151,152)
#958585
(149,133,133)
#807372
(128,115,114)
#6B615F
(107,97,95)
#564F4C
(86,79,76)
#413D39
(65,61,57)
#2C2B26
(44,43,38)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #E9CDD1

#E9CDD1
(233,205,209)
#EBD1D5
(235,209,213)
#EDD5D9
(237,213,217)
#EFD9DD
(239,217,221)
#F1DDE1
(241,221,225)
#F3E1E5
(243,225,229)
#F5E5E9
(245,229,233)
#F7E9ED
(247,233,237)
#F9EDF1
(249,237,241)
#FBF1F5
(251,241,245)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CDD1 color. Also use rgb(233,205,209) instead hex code.

Text Font Color

.myTextColor { color: #E9CDD1; }

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

This text font color is #E9CDD1.


Background Color

.myBgColor { background-color: #E9CDD1; }

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

This div background color is #E9CDD1.


Border color

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

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

This div border color is #E9CDD1.


Opacity

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

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

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

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

This text has shadow with #E9CDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CDD1 on black background.


Color preview on white background

This text has color #E9CDD1 on white background.



Black color preview on #E9CDD1 background

This text has black color on #E9CDD1 background.


White color preview on #E9CDD1 background

This text has white color on #E9CDD1 background.