COLOR #E7D1D7

HEX: #E7D1D7
RGB: (231,209,215)

Color info

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

RGB color model

#E7D1D7 color RGB value is (231,209,215).

  • red value is 231;
  • green value is 209;
  • blue value is 215.
RGB:
(231,209,215)
(91%,82%,84%)

RGB channels and saturation

R 231 of 255 = 91%
G 209 of 255 = 82%
B 215 of 255 = 84%

231
209
215

R + G + B ~ 86%. #E7D1D7 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 209 + 215 = 655 (100%)
R 231 of 655 ~ 35.27%
G 209 of 655 ~ 31.91%
B 215 of 655 ~ 32.82%

%35.27
%31.91
%32.82

CMYK color model

#E7D1D7 color CMYK value is (0,10,7,9).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 6.93%
  • key color value is 9.41%
CMYK:
(0,10,7,9)
C0M10Y7K9 
(0%,10%,7%,9%)
(0.00/0.10/0.07/0.09)	

CMYK percentages

%0
%9.52
%6.93
%9.41

Codes

Color #E7D1D7 in popluar color models

E7D1D7
RGB231209215
HSL344°31.43%86.27%
HSB/HSV344°9.52%90.59%
CMYK0.00%9.52%6.93%
9.41%

Color #E7D1D7 in popluar number systems.

HEXE7D1D7
Decimal231209215
Binary111001111101000111010111
Octal347321327

Shades and tints

Shades of #E7D1D7

#E7D1D7
(231,209,215)
#D2BEC4
(210,190,196)
#BDABB1
(189,171,177)
#A8989E
(168,152,158)
#93858B
(147,133,139)
#7E7278
(126,114,120)
#695F65
(105,95,101)
#544C52
(84,76,82)
#3F393F
(63,57,63)
#2A262C
(42,38,44)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #E7D1D7

#E7D1D7
(231,209,215)
#E9D5DA
(233,213,218)
#EBD9DD
(235,217,221)
#EDDDE0
(237,221,224)
#EFE1E3
(239,225,227)
#F1E5E6
(241,229,230)
#F3E9E9
(243,233,233)
#F5EDEC
(245,237,236)
#F7F1EF
(247,241,239)
#F9F5F2
(249,245,242)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D1D7 color. Also use rgb(231,209,215) instead hex code.

Text Font Color

.myTextColor { color: #E7D1D7; }

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

This text font color is #E7D1D7.


Background Color

.myBgColor { background-color: #E7D1D7; }

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

This div background color is #E7D1D7.


Border color

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

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

This div border color is #E7D1D7.


Opacity

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

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

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

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

This text has shadow with #E7D1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D1D7 on black background.


Color preview on white background

This text has color #E7D1D7 on white background.



Black color preview on #E7D1D7 background

This text has black color on #E7D1D7 background.


White color preview on #E7D1D7 background

This text has white color on #E7D1D7 background.