COLOR #E9C8DE

HEX: #E9C8DE
RGB: (233,200,222)

Color info

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

RGB color model

#E9C8DE color RGB value is (233,200,222).

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

RGB channels and saturation

R 233 of 255 = 91%
G 200 of 255 = 78%
B 222 of 255 = 87%

233
200
222

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

Portions of RGB colors in percentages

R + G + B =
233 + 200 + 222 = 655 (100%)
R 233 of 655 ~ 35.57%
G 200 of 655 ~ 30.53%
B 222 of 655 ~ 33.89%

%35.57
%30.53
%33.89

CMYK color model

#E9C8DE color CMYK value is (0,14,5,9).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 4.72%
  • key color value is 8.63%
CMYK:
(0,14,5,9)
C0M14Y5K9 
(0%,14%,5%,9%)
(0.00/0.14/0.05/0.09)	

CMYK percentages

%0
%14.16
%4.72
%8.63

Codes

Color #E9C8DE in popluar color models

E9C8DE
RGB233200222
HSL320°42.86%84.90%
HSB/HSV320°14.16%91.37%
CMYK0.00%14.16%4.72%
8.63%

Color #E9C8DE in popluar number systems.

HEXE9C8DE
Decimal233200222
Binary111010011100100011011110
Octal351310336

Shades and tints

Shades of #E9C8DE

#E9C8DE
(233,200,222)
#D4B6CA
(212,182,202)
#BFA4B6
(191,164,182)
#AA92A2
(170,146,162)
#95808E
(149,128,142)
#806E7A
(128,110,122)
#6B5C66
(107,92,102)
#564A52
(86,74,82)
#41383E
(65,56,62)
#2C262A
(44,38,42)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #E9C8DE

#E9C8DE
(233,200,222)
#EBCDE1
(235,205,225)
#EDD2E4
(237,210,228)
#EFD7E7
(239,215,231)
#F1DCEA
(241,220,234)
#F3E1ED
(243,225,237)
#F5E6F0
(245,230,240)
#F7EBF3
(247,235,243)
#F9F0F6
(249,240,246)
#FBF5F9
(251,245,249)
#FDFAFC
(253,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C8DE; }

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

This text font color is #E9C8DE.


Background Color

.myBgColor { background-color: #E9C8DE; }

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

This div background color is #E9C8DE.


Border color

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

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

This div border color is #E9C8DE.


Opacity

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

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

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

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

This text has shadow with #E9C8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C8DE on black background.


Color preview on white background

This text has color #E9C8DE on white background.



Black color preview on #E9C8DE background

This text has black color on #E9C8DE background.


White color preview on #E9C8DE background

This text has white color on #E9C8DE background.