COLOR #E7D1DB

HEX: #E7D1DB
RGB: (231,209,219)

Color info

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

RGB color model

#E7D1DB color RGB value is (231,209,219).

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

RGB channels and saturation

R 231 of 255 = 91%
G 209 of 255 = 82%
B 219 of 255 = 86%

231
209
219

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

Portions of RGB colors in percentages

R + G + B =
231 + 209 + 219 = 659 (100%)
R 231 of 659 ~ 35.05%
G 209 of 659 ~ 31.71%
B 219 of 659 ~ 33.23%

%35.05
%31.71
%33.23

CMYK color model

#E7D1DB color CMYK value is (0,10,5,9).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK:
(0,10,5,9)
C0M10Y5K9 
(0%,10%,5%,9%)
(0.00/0.10/0.05/0.09)	

CMYK percentages

%0
%9.52
%5.19
%9.41

Codes

Color #E7D1DB in popluar color models

E7D1DB
RGB231209219
HSL333°31.43%86.27%
HSB/HSV333°9.52%90.59%
CMYK0.00%9.52%5.19%
9.41%

Color #E7D1DB in popluar number systems.

HEXE7D1DB
Decimal231209219
Binary111001111101000111011011
Octal347321333

Shades and tints

Shades of #E7D1DB

#E7D1DB
(231,209,219)
#D2BEC8
(210,190,200)
#BDABB5
(189,171,181)
#A898A2
(168,152,162)
#93858F
(147,133,143)
#7E727C
(126,114,124)
#695F69
(105,95,105)
#544C56
(84,76,86)
#3F3943
(63,57,67)
#2A2630
(42,38,48)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #E7D1DB

#E7D1DB
(231,209,219)
#E9D5DE
(233,213,222)
#EBD9E1
(235,217,225)
#EDDDE4
(237,221,228)
#EFE1E7
(239,225,231)
#F1E5EA
(241,229,234)
#F3E9ED
(243,233,237)
#F5EDF0
(245,237,240)
#F7F1F3
(247,241,243)
#F9F5F6
(249,245,246)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D1DB; }

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

This text font color is #E7D1DB.


Background Color

.myBgColor { background-color: #E7D1DB; }

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

This div background color is #E7D1DB.


Border color

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

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

This div border color is #E7D1DB.


Opacity

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

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

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

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

This text has shadow with #E7D1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D1DB on black background.


Color preview on white background

This text has color #E7D1DB on white background.



Black color preview on #E7D1DB background

This text has black color on #E7D1DB background.


White color preview on #E7D1DB background

This text has white color on #E7D1DB background.