COLOR #E7C9DD

HEX: #E7C9DD
RGB: (231,201,221)

Color info

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

RGB color model

#E7C9DD color RGB value is (231,201,221).

  • red value is 231;
  • green value is 201;
  • blue value is 221.
RGB:
(231,201,221)
(91%,79%,87%)

RGB channels and saturation

R 231 of 255 = 91%
G 201 of 255 = 79%
B 221 of 255 = 87%

231
201
221

R + G + B ~ 86%. #E7C9DD is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 201 + 221 = 653 (100%)
R 231 of 653 ~ 35.38%
G 201 of 653 ~ 30.78%
B 221 of 653 ~ 33.84%

%35.38
%30.78
%33.84

CMYK color model

#E7C9DD color CMYK value is (0,13,4,9).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(0,13,4,9)
C0M13Y4K9 
(0%,13%,4%,9%)
(0.00/0.13/0.04/0.09)	

CMYK percentages

%0
%12.99
%4.33
%9.41

Codes

Color #E7C9DD in popluar color models

E7C9DD
RGB231201221
HSL320°38.46%84.71%
HSB/HSV320°12.99%90.59%
CMYK0.00%12.99%4.33%
9.41%

Color #E7C9DD in popluar number systems.

HEXE7C9DD
Decimal231201221
Binary111001111100100111011101
Octal347311335

Shades and tints

Shades of #E7C9DD

#E7C9DD
(231,201,221)
#D2B7C9
(210,183,201)
#BDA5B5
(189,165,181)
#A893A1
(168,147,161)
#93818D
(147,129,141)
#7E6F79
(126,111,121)
#695D65
(105,93,101)
#544B51
(84,75,81)
#3F393D
(63,57,61)
#2A2729
(42,39,41)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #E7C9DD

#E7C9DD
(231,201,221)
#E9CDE0
(233,205,224)
#EBD1E3
(235,209,227)
#EDD5E6
(237,213,230)
#EFD9E9
(239,217,233)
#F1DDEC
(241,221,236)
#F3E1EF
(243,225,239)
#F5E5F2
(245,229,242)
#F7E9F5
(247,233,245)
#F9EDF8
(249,237,248)
#FBF1FB
(251,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C9DD color. Also use rgb(231,201,221) instead hex code.

Text Font Color

.myTextColor { color: #E7C9DD; }

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

This text font color is #E7C9DD.


Background Color

.myBgColor { background-color: #E7C9DD; }

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

This div background color is #E7C9DD.


Border color

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

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

This div border color is #E7C9DD.


Opacity

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

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

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

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

This text has shadow with #E7C9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C9DD on black background.


Color preview on white background

This text has color #E7C9DD on white background.



Black color preview on #E7C9DD background

This text has black color on #E7C9DD background.


White color preview on #E7C9DD background

This text has white color on #E7C9DD background.