COLOR #E7D2D1

HEX: #E7D2D1 RGB: (231,210,209)

Color info

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

RGB color model

#E7D2D1 color RGB value is (231,210,209).

RGB: (231,210,209) (91%, 82%, 82%)

RGB channels and saturation

R 231 of 255 = 91%
G 210 of 255 = 82%
B 209 of 255 = 82%

231
210
209

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

Portions of RGB colors in percentages

R + G + B = 231 + 210 + 209 = 650 (100%)
R 231 of 650 ~ 35.54%
G 210 of 650 ~ 32.31%
B 209 of 650 ~ 32.15'%

%35.54
%32.31
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 9.52%
  • key color value is 9.41%

CMYK: (0,9,10,9)
C0M9Y10K9 (0%, 9%, 10%, 9%)
(0.00 / 0.09 / 0.10 / 0.09)

CMYK percentages

%0
%9.09
%9.52
%9.41

Codes

Color #E7D2D1 in popluar color models

E7 D2 D1
RGB 231 210 209
HSL 31.43% 86.27%
HSB/HSV 9.52% 90.59%
CMYK 0.00% 9.09% 9.52%
9.41%

Color #E7D2D1 in popluar number systems.

HEX E7 D2 D1
Decimal 231 210 209
Binary 11100111 11010010 11010001
Octal 347 322 321

Shades and tints

Shades of #E7D2D1

#E7D2D1
(231,210,209)
#D2BFBE
(210,191,190)
#BDACAB
(189,172,171)
#A89998
(168,153,152)
#938685
(147,134,133)
#7E7372
(126,115,114)
#69605F
(105,96,95)
#544D4C
(84,77,76)
#3F3A39
(63,58,57)
#2A2726
(42,39,38)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #E7D2D1

#E7D2D1
(231,210,209)
#E9D6D5
(233,214,213)
#EBDAD9
(235,218,217)
#EDDEDD
(237,222,221)
#EFE2E1
(239,226,225)
#F1E6E5
(241,230,229)
#F3EAE9
(243,234,233)
#F5EEED
(245,238,237)
#F7F2F1
(247,242,241)
#F9F6F5
(249,246,245)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D2D1; }

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

This text font color is #E7D2D1.

Background Color

.myBgColor { background-color: #E7D2D1; }

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

This div background color is #E7D2D1.

Border color

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

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

This div border color is #E7D2D1.

Opacity

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

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

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

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

This text has shadow with #E7D2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D2D1.

Preview

Color preview on black background

This text has color #E7D2D1 on black background.


Color preview on white background

This text has color #E7D2D1 on white background.


Black color preview on #E7D2D1 background

This text has black color on #E7D2D1 background.


White color preview on #E7D2D1 background

This text has white color on #E7D2D1 background.


Related colors

Complementary color

Complementary color for #hex is #182D2E.


I love getcolorcode.com

Triadic colors

1 #D1E7D2 and #D2D1E7 with #E7D2D1 are triadic colors.

2 #D1D2E7 and #D2E7D1 with #E7D2D1 are triadic colors.