COLOR #E7C4DF

HEX: #E7C4DF RGB: (231,196,223)

Color info

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

RGB color model

#E7C4DF color RGB value is (231,196,223).

RGB: (231,196,223) (91%, 77%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 196 of 255 = 77%
B 223 of 255 = 87%

231
196
223

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

Portions of RGB colors in percentages

R + G + B = 231 + 196 + 223 = 650 (100%)
R 231 of 650 ~ 35.54%
G 196 of 650 ~ 30.15%
B 223 of 650 ~ 34.31'%

%35.54
%30.15
%34.31

CMYK color model

#E7C4DF color CMYK value is (0,15,3,9).

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

CMYK: (0,15,3,9)
C0M15Y3K9 (0%, 15%, 3%, 9%)
(0.00 / 0.15 / 0.03 / 0.09)

CMYK percentages

%0
%15.15
%3.46
%9.41

Codes

Color #E7C4DF in popluar color models

E7 C4 DF
RGB 231 196 223
HSL 314° 42.17% 83.73%
HSB/HSV 314° 15.15% 90.59%
CMYK 0.00% 15.15% 3.46%
9.41%

Color #E7C4DF in popluar number systems.

HEX E7 C4 DF
Decimal 231 196 223
Binary 11100111 11000100 11011111
Octal 347 304 337

Shades and tints

Shades of #E7C4DF

#E7C4DF
(231,196,223)
#D2B3CB
(210,179,203)
#BDA2B7
(189,162,183)
#A891A3
(168,145,163)
#93808F
(147,128,143)
#7E6F7B
(126,111,123)
#695E67
(105,94,103)
#544D53
(84,77,83)
#3F3C3F
(63,60,63)
#2A2B2B
(42,43,43)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #E7C4DF

#E7C4DF
(231,196,223)
#E9C9E1
(233,201,225)
#EBCEE3
(235,206,227)
#EDD3E5
(237,211,229)
#EFD8E7
(239,216,231)
#F1DDE9
(241,221,233)
#F3E2EB
(243,226,235)
#F5E7ED
(245,231,237)
#F7ECEF
(247,236,239)
#F9F1F1
(249,241,241)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C4DF; }

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

This text font color is #E7C4DF.

Background Color

.myBgColor { background-color: #E7C4DF; }

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

This div background color is #E7C4DF.

Border color

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

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

This div border color is #E7C4DF.

Opacity

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

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

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

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

This text has shadow with #E7C4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C4DF.

Preview

Color preview on black background

This text has color #E7C4DF on black background.


Color preview on white background

This text has color #E7C4DF on white background.


Black color preview on #E7C4DF background

This text has black color on #E7C4DF background.


White color preview on #E7C4DF background

This text has white color on #E7C4DF background.


Related colors

Complementary color

Complementary color for #hex is #183B20.


I love getcolorcode.com

Triadic colors

1 #DFE7C4 and #C4DFE7 with #E7C4DF are triadic colors.

2 #DFC4E7 and #C4E7DF with #E7C4DF are triadic colors.