COLOR #E7C6DF

HEX: #E7C6DF RGB: (231,198,223)

Color info

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

RGB color model

#E7C6DF color RGB value is (231,198,223).

RGB: (231,198,223) (91%, 78%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 198 of 255 = 78%
B 223 of 255 = 87%

231
198
223

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

Portions of RGB colors in percentages

R + G + B = 231 + 198 + 223 = 652 (100%)
R 231 of 652 ~ 35.43%
G 198 of 652 ~ 30.37%
B 223 of 652 ~ 34.2'%

%35.43
%30.37
%34.2

CMYK color model

#E7C6DF color CMYK value is (0,14,3,9).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK: (0,14,3,9) C0M14Y3K9 (0%,14%,3%,9%) (0.00/0.14/0.03/0.09) 

CMYK percentages

%0
%14.29
%3.46
%9.41

Codes

Color #E7C6DF in popluar color models

E7 C6 DF
RGB 231 198 223
HSL 315° 40.74% 84.12%
HSB/HSV 315° 14.29% 90.59%
CMYK 0.00% 14.29% 3.46%
9.41%

Color #E7C6DF in popluar number systems.

HEX E7 C6 DF
Decimal 231 198 223
Binary 11100111 11000110 11011111
Octal 347 306 337

Shades and tints

Shades of #E7C6DF

#E7C6DF
(231,198,223)
#D2B4CB
(210,180,203)
#BDA2B7
(189,162,183)
#A890A3
(168,144,163)
#937E8F
(147,126,143)
#7E6C7B
(126,108,123)
#695A67
(105,90,103)
#544853
(84,72,83)
#3F363F
(63,54,63)
#2A242B
(42,36,43)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #E7C6DF

#E7C6DF
(231,198,223)
#E9CBE1
(233,203,225)
#EBD0E3
(235,208,227)
#EDD5E5
(237,213,229)
#EFDAE7
(239,218,231)
#F1DFE9
(241,223,233)
#F3E4EB
(243,228,235)
#F5E9ED
(245,233,237)
#F7EEEF
(247,238,239)
#F9F3F1
(249,243,241)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C6DF; }

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

This text font color is #E7C6DF.

Background Color

.myBgColor { background-color: #E7C6DF; }

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

This div background color is #E7C6DF.

Border color

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

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

This div border color is #E7C6DF.

Opacity

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

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

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

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

This text has shadow with #E7C6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C6DF.

Preview

Color preview on black background

This text has color #E7C6DF on black background.


Color preview on white background

This text has color #E7C6DF on white background.


Black color preview on #E7C6DF background

This text has black color on #E7C6DF background.


White color preview on #E7C6DF background

This text has white color on #E7C6DF background.


Related colors

Complementary color

Complementary color for #hex is #183920.


I love getcolorcode.com

Triadic colors

1 #DFE7C6 and #C6DFE7 with #E7C6DF are triadic colors.

2 #DFC6E7 and #C6E7DF with #E7C6DF are triadic colors.