COLOR #E2C7DF

HEX: #E2C7DF RGB: (226,199,223)

Color info

#E2C7DF contains red, green and blue colors in about the same proportion. Web safe color of #E2C7DF is #CCCCCC (or #CCC).

RGB color model

#E2C7DF color RGB value is (226,199,223).

RGB: (226,199,223) (89%, 78%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 199 of 255 = 78%
B 223 of 255 = 87%

226
199
223

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

Portions of RGB colors in percentages

R + G + B = 226 + 199 + 223 = 648 (100%)
R 226 of 648 ~ 34.88%
G 199 of 648 ~ 30.71%
B 223 of 648 ~ 34.41'%

%34.88
%30.71
%34.41

CMYK color model

#E2C7DF color CMYK value is (0,12,1,11).

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 1.33%
  • key color value is 11.37%

CMYK: (0,12,1,11)
C0M12Y1K11 (0%, 12%, 1%, 11%)
(0.00 / 0.12 / 0.01 / 0.11)

CMYK percentages

%0
%11.95
%1.33
%11.37

Codes

Color #E2C7DF in popluar color models

E2 C7 DF
RGB 226 199 223
HSL 307° 31.76% 83.33%
HSB/HSV 307° 11.95% 88.63%
CMYK 0.00% 11.95% 1.33%
11.37%

Color #E2C7DF in popluar number systems.

HEX E2 C7 DF
Decimal 226 199 223
Binary 11100010 11000111 11011111
Octal 342 307 337

Shades and tints

Shades of #E2C7DF

#E2C7DF
(226,199,223)
#CEB5CB
(206,181,203)
#BAA3B7
(186,163,183)
#A691A3
(166,145,163)
#927F8F
(146,127,143)
#7E6D7B
(126,109,123)
#6A5B67
(106,91,103)
#564953
(86,73,83)
#42373F
(66,55,63)
#2E252B
(46,37,43)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #E2C7DF

#E2C7DF
(226,199,223)
#E4CCE1
(228,204,225)
#E6D1E3
(230,209,227)
#E8D6E5
(232,214,229)
#EADBE7
(234,219,231)
#ECE0E9
(236,224,233)
#EEE5EB
(238,229,235)
#F0EAED
(240,234,237)
#F2EFEF
(242,239,239)
#F4F4F1
(244,244,241)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C7DF color. Also use rgb(226,199,223) instead hex code.

Text Font Color

.myTextColor { color: #E2C7DF; }

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

This text font color is #E2C7DF.

Background Color

.myBgColor { background-color: #E2C7DF; }

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

This div background color is #E2C7DF.

Border color

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

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

This div border color is #E2C7DF.

Opacity

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

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

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

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

This text has shadow with #E2C7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C7DF.

Preview

Color preview on black background

This text has color #E2C7DF on black background.


Color preview on white background

This text has color #E2C7DF on white background.


Black color preview on #E2C7DF background

This text has black color on #E2C7DF background.


White color preview on #E2C7DF background

This text has white color on #E2C7DF background.


Related colors

Complementary color

Complementary color for #hex is #1D3820.


I love getcolorcode.com

Triadic colors

1 #DFE2C7 and #C7DFE2 with #E2C7DF are triadic colors.

2 #DFC7E2 and #C7E2DF with #E2C7DF are triadic colors.