COLOR #E9C7DD

HEX: #E9C7DD RGB: (233,199,221)

Color info

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

RGB color model

#E9C7DD color RGB value is (233,199,221).

RGB: (233,199,221) (91%, 78%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 199 of 255 = 78%
B 221 of 255 = 87%

233
199
221

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

Portions of RGB colors in percentages

R + G + B = 233 + 199 + 221 = 653 (100%)
R 233 of 653 ~ 35.68%
G 199 of 653 ~ 30.47%
B 221 of 653 ~ 33.84'%

%35.68
%30.47
%33.84

CMYK color model

#E9C7DD color CMYK value is (0,15,5,9).

  • cyan value is 0.00%
  • magenta value is 14.59%
  • yellow value is 5.15%
  • key color value is 8.63%

CMYK: (0,15,5,9)
C0M15Y5K9 (0%, 15%, 5%, 9%)
(0.00 / 0.15 / 0.05 / 0.09)

CMYK percentages

%0
%14.59
%5.15
%8.63

Codes

Color #E9C7DD in popluar color models

E9 C7 DD
RGB 233 199 221
HSL 321° 43.59% 84.71%
HSB/HSV 321° 14.59% 91.37%
CMYK 0.00% 14.59% 5.15%
8.63%

Color #E9C7DD in popluar number systems.

HEX E9 C7 DD
Decimal 233 199 221
Binary 11101001 11000111 11011101
Octal 351 307 335

Shades and tints

Shades of #E9C7DD

#E9C7DD
(233,199,221)
#D4B5C9
(212,181,201)
#BFA3B5
(191,163,181)
#AA91A1
(170,145,161)
#957F8D
(149,127,141)
#806D79
(128,109,121)
#6B5B65
(107,91,101)
#564951
(86,73,81)
#41373D
(65,55,61)
#2C2529
(44,37,41)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #E9C7DD

#E9C7DD
(233,199,221)
#EBCCE0
(235,204,224)
#EDD1E3
(237,209,227)
#EFD6E6
(239,214,230)
#F1DBE9
(241,219,233)
#F3E0EC
(243,224,236)
#F5E5EF
(245,229,239)
#F7EAF2
(247,234,242)
#F9EFF5
(249,239,245)
#FBF4F8
(251,244,248)
#FDF9FB
(253,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C7DD color. Also use rgb(233,199,221) instead hex code.

Text Font Color

.myTextColor { color: #E9C7DD; }

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

This text font color is #E9C7DD.

Background Color

.myBgColor { background-color: #E9C7DD; }

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

This div background color is #E9C7DD.

Border color

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

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

This div border color is #E9C7DD.

Opacity

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

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

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

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

This text has shadow with #E9C7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C7DD.

Preview

Color preview on black background

This text has color #E9C7DD on black background.


Color preview on white background

This text has color #E9C7DD on white background.


Black color preview on #E9C7DD background

This text has black color on #E9C7DD background.


White color preview on #E9C7DD background

This text has white color on #E9C7DD background.


Related colors

Complementary color

Complementary color for #hex is #163822.


I love getcolorcode.com

Triadic colors

1 #DDE9C7 and #C7DDE9 with #E9C7DD are triadic colors.

2 #DDC7E9 and #C7E9DD with #E9C7DD are triadic colors.