COLOR #E7C1DF

HEX: #E7C1DF RGB: (231,193,223)

Color info

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

RGB color model

#E7C1DF color RGB value is (231,193,223).

RGB: (231,193,223) (91%, 76%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 193 of 255 = 76%
B 223 of 255 = 87%

231
193
223

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

Portions of RGB colors in percentages

R + G + B = 231 + 193 + 223 = 647 (100%)
R 231 of 647 ~ 35.7%
G 193 of 647 ~ 29.83%
B 223 of 647 ~ 34.47'%

%35.7
%29.83
%34.47

CMYK color model

#E7C1DF color CMYK value is (0,16,3,9).

  • cyan value is 0.00%
  • magenta value is 16.45%
  • yellow value is 3.46%
  • key color value is 9.41%

CMYK: (0,16,3,9)
C0M16Y3K9 (0%, 16%, 3%, 9%)
(0.00 / 0.16 / 0.03 / 0.09)

CMYK percentages

%0
%16.45
%3.46
%9.41

Codes

Color #E7C1DF in popluar color models

E7 C1 DF
RGB 231 193 223
HSL 313° 44.19% 83.14%
HSB/HSV 313° 16.45% 90.59%
CMYK 0.00% 16.45% 3.46%
9.41%

Color #E7C1DF in popluar number systems.

HEX E7 C1 DF
Decimal 231 193 223
Binary 11100111 11000001 11011111
Octal 347 301 337

Shades and tints

Shades of #E7C1DF

#E7C1DF
(231,193,223)
#D2B0CB
(210,176,203)
#BD9FB7
(189,159,183)
#A88EA3
(168,142,163)
#937D8F
(147,125,143)
#7E6C7B
(126,108,123)
#695B67
(105,91,103)
#544A53
(84,74,83)
#3F393F
(63,57,63)
#2A282B
(42,40,43)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #E7C1DF

#E7C1DF
(231,193,223)
#E9C6E1
(233,198,225)
#EBCBE3
(235,203,227)
#EDD0E5
(237,208,229)
#EFD5E7
(239,213,231)
#F1DAE9
(241,218,233)
#F3DFEB
(243,223,235)
#F5E4ED
(245,228,237)
#F7E9EF
(247,233,239)
#F9EEF1
(249,238,241)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C1DF color. Also use rgb(231,193,223) instead hex code.

Text Font Color

.myTextColor { color: #E7C1DF; }

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

This text font color is #E7C1DF.

Background Color

.myBgColor { background-color: #E7C1DF; }

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

This div background color is #E7C1DF.

Border color

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

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

This div border color is #E7C1DF.

Opacity

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

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

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

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

This text has shadow with #E7C1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C1DF.

Preview

Color preview on black background

This text has color #E7C1DF on black background.


Color preview on white background

This text has color #E7C1DF on white background.


Black color preview on #E7C1DF background

This text has black color on #E7C1DF background.


White color preview on #E7C1DF background

This text has white color on #E7C1DF background.


Related colors

Complementary color

Complementary color for #hex is #183E20.


I love getcolorcode.com

Triadic colors

1 #DFE7C1 and #C1DFE7 with #E7C1DF are triadic colors.

2 #DFC1E7 and #C1E7DF with #E7C1DF are triadic colors.