COLOR #E9CDC8

HEX: #E9CDC8
RGB: (233,205,200)

Color info

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

RGB color model

#E9CDC8 color RGB value is (233,205,200).

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

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 200 of 255 = 78%

233
205
200

R + G + B ~ 83%. #E9CDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 205 + 200 = 638 (100%)
R 233 of 638 ~ 36.52%
G 205 of 638 ~ 32.13%
B 200 of 638 ~ 31.35%

%36.52
%32.13
%31.35

CMYK color model

#E9CDC8 color CMYK value is (0,12,14,9).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 14.16%
  • key color value is 8.63%
CMYK:
(0,12,14,9)
C0M12Y14K9 
(0%,12%,14%,9%)
(0.00/0.12/0.14/0.09)	

CMYK percentages

%0
%12.02
%14.16
%8.63

Codes

Color #E9CDC8 in popluar color models

E9CDC8
RGB233205200
HSL42.86%84.90%
HSB/HSV14.16%91.37%
CMYK0.00%12.02%14.16%
8.63%

Color #E9CDC8 in popluar number systems.

HEXE9CDC8
Decimal233205200
Binary111010011100110111001000
Octal351315310

Shades and tints

Shades of #E9CDC8

#E9CDC8
(233,205,200)
#D4BBB6
(212,187,182)
#BFA9A4
(191,169,164)
#AA9792
(170,151,146)
#958580
(149,133,128)
#80736E
(128,115,110)
#6B615C
(107,97,92)
#564F4A
(86,79,74)
#413D38
(65,61,56)
#2C2B26
(44,43,38)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #E9CDC8

#E9CDC8
(233,205,200)
#EBD1CD
(235,209,205)
#EDD5D2
(237,213,210)
#EFD9D7
(239,217,215)
#F1DDDC
(241,221,220)
#F3E1E1
(243,225,225)
#F5E5E6
(245,229,230)
#F7E9EB
(247,233,235)
#F9EDF0
(249,237,240)
#FBF1F5
(251,241,245)
#FDF5FA
(253,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CDC8; }

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

This text font color is #E9CDC8.


Background Color

.myBgColor { background-color: #E9CDC8; }

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

This div background color is #E9CDC8.


Border color

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

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

This div border color is #E9CDC8.


Opacity

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

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

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

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

This text has shadow with #E9CDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CDC8 on black background.


Color preview on white background

This text has color #E9CDC8 on white background.



Black color preview on #E9CDC8 background

This text has black color on #E9CDC8 background.


White color preview on #E9CDC8 background

This text has white color on #E9CDC8 background.