COLOR #E7D2D5

HEX: #E7D2D5 RGB: (231,210,213)

Color info

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

RGB color model

#E7D2D5 color RGB value is (231,210,213).

RGB: (231,210,213) (91%, 82%, 84%)

RGB channels and saturation

R 231 of 255 = 91%
G 210 of 255 = 82%
B 213 of 255 = 84%

231
210
213

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

Portions of RGB colors in percentages

R + G + B = 231 + 210 + 213 = 654 (100%)
R 231 of 654 ~ 35.32%
G 210 of 654 ~ 32.11%
B 213 of 654 ~ 32.57'%

%35.32
%32.11
%32.57

CMYK color model

#E7D2D5 color CMYK value is (0,9,8,9).

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

CMYK: (0,9,8,9)
C0M9Y8K9 (0%, 9%, 8%, 9%)
(0.00 / 0.09 / 0.08 / 0.09)

CMYK percentages

%0
%9.09
%7.79
%9.41

Codes

Color #E7D2D5 in popluar color models

E7 D2 D5
RGB 231 210 213
HSL 351° 30.43% 86.47%
HSB/HSV 351° 9.09% 90.59%
CMYK 0.00% 9.09% 7.79%
9.41%

Color #E7D2D5 in popluar number systems.

HEX E7 D2 D5
Decimal 231 210 213
Binary 11100111 11010010 11010101
Octal 347 322 325

Shades and tints

Shades of #E7D2D5

#E7D2D5
(231,210,213)
#D2BFC2
(210,191,194)
#BDACAF
(189,172,175)
#A8999C
(168,153,156)
#938689
(147,134,137)
#7E7376
(126,115,118)
#696063
(105,96,99)
#544D50
(84,77,80)
#3F3A3D
(63,58,61)
#2A272A
(42,39,42)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #E7D2D5

#E7D2D5
(231,210,213)
#E9D6D8
(233,214,216)
#EBDADB
(235,218,219)
#EDDEDE
(237,222,222)
#EFE2E1
(239,226,225)
#F1E6E4
(241,230,228)
#F3EAE7
(243,234,231)
#F5EEEA
(245,238,234)
#F7F2ED
(247,242,237)
#F9F6F0
(249,246,240)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D2D5; }

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

This text font color is #E7D2D5.

Background Color

.myBgColor { background-color: #E7D2D5; }

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

This div background color is #E7D2D5.

Border color

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

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

This div border color is #E7D2D5.

Opacity

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

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

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

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

This text has shadow with #E7D2D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D2D5.

Preview

Color preview on black background

This text has color #E7D2D5 on black background.


Color preview on white background

This text has color #E7D2D5 on white background.


Black color preview on #E7D2D5 background

This text has black color on #E7D2D5 background.


White color preview on #E7D2D5 background

This text has white color on #E7D2D5 background.


Related colors

Complementary color

Complementary color for #hex is #182D2A.


I love getcolorcode.com

Triadic colors

1 #D5E7D2 and #D2D5E7 with #E7D2D5 are triadic colors.

2 #D5D2E7 and #D2E7D5 with #E7D2D5 are triadic colors.