COLOR #E7C7DD

HEX: #E7C7DD RGB: (231,199,221)

Color info

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

RGB color model

#E7C7DD color RGB value is (231,199,221).

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

RGB channels and saturation

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

231
199
221

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

Portions of RGB colors in percentages

R + G + B = 231 + 199 + 221 = 651 (100%)
R 231 of 651 ~ 35.48%
G 199 of 651 ~ 30.57%
B 221 of 651 ~ 33.95'%

%35.48
%30.57
%33.95

CMYK color model

#E7C7DD color CMYK value is (0,14,4,9).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 4.33%
  • key color value is 9.41%

CMYK: (0,14,4,9)
C0M14Y4K9 (0%, 14%, 4%, 9%)
(0.00 / 0.14 / 0.04 / 0.09)

CMYK percentages

%0
%13.85
%4.33
%9.41

Codes

Color #E7C7DD in popluar color models

E7 C7 DD
RGB 231 199 221
HSL 319° 40.00% 84.31%
HSB/HSV 319° 13.85% 90.59%
CMYK 0.00% 13.85% 4.33%
9.41%

Color #E7C7DD in popluar number systems.

HEX E7 C7 DD
Decimal 231 199 221
Binary 11100111 11000111 11011101
Octal 347 307 335

Shades and tints

Shades of #E7C7DD

#E7C7DD
(231,199,221)
#D2B5C9
(210,181,201)
#BDA3B5
(189,163,181)
#A891A1
(168,145,161)
#937F8D
(147,127,141)
#7E6D79
(126,109,121)
#695B65
(105,91,101)
#544951
(84,73,81)
#3F373D
(63,55,61)
#2A2529
(42,37,41)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #E7C7DD

#E7C7DD
(231,199,221)
#E9CCE0
(233,204,224)
#EBD1E3
(235,209,227)
#EDD6E6
(237,214,230)
#EFDBE9
(239,219,233)
#F1E0EC
(241,224,236)
#F3E5EF
(243,229,239)
#F5EAF2
(245,234,242)
#F7EFF5
(247,239,245)
#F9F4F8
(249,244,248)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C7DD; }

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

This text font color is #E7C7DD.

Background Color

.myBgColor { background-color: #E7C7DD; }

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

This div background color is #E7C7DD.

Border color

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

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

This div border color is #E7C7DD.

Opacity

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

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

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

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

This text has shadow with #E7C7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C7DD.

Preview

Color preview on black background

This text has color #E7C7DD on black background.


Color preview on white background

This text has color #E7C7DD on white background.


Black color preview on #E7C7DD background

This text has black color on #E7C7DD background.


White color preview on #E7C7DD background

This text has white color on #E7C7DD background.


Related colors

Complementary color

Complementary color for #hex is #183822.


I love getcolorcode.com

Triadic colors

1 #DDE7C7 and #C7DDE7 with #E7C7DD are triadic colors.

2 #DDC7E7 and #C7E7DD with #E7C7DD are triadic colors.