COLOR #E7D0D6

HEX: #E7D0D6
RGB: (231,208,214)

Color info

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

RGB color model

#E7D0D6 color RGB value is (231,208,214).

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

RGB channels and saturation

R 231 of 255 = 91%
G 208 of 255 = 82%
B 214 of 255 = 84%

231
208
214

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

Portions of RGB colors in percentages

R + G + B =
231 + 208 + 214 = 653 (100%)
R 231 of 653 ~ 35.38%
G 208 of 653 ~ 31.85%
B 214 of 653 ~ 32.77%

%35.38
%31.85
%32.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 7.36%
  • 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.96
%7.36
%9.41

Codes

Color #E7D0D6 in popluar color models

E7D0D6
RGB231208214
HSL344°32.39%86.08%
HSB/HSV344°9.96%90.59%
CMYK0.00%9.96%7.36%
9.41%

Color #E7D0D6 in popluar number systems.

HEXE7D0D6
Decimal231208214
Binary111001111101000011010110
Octal347320326

Shades and tints

Shades of #E7D0D6

#E7D0D6
(231,208,214)
#D2BEC3
(210,190,195)
#BDACB0
(189,172,176)
#A89A9D
(168,154,157)
#93888A
(147,136,138)
#7E7677
(126,118,119)
#696464
(105,100,100)
#545251
(84,82,81)
#3F403E
(63,64,62)
#2A2E2B
(42,46,43)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #E7D0D6

#E7D0D6
(231,208,214)
#E9D4D9
(233,212,217)
#EBD8DC
(235,216,220)
#EDDCDF
(237,220,223)
#EFE0E2
(239,224,226)
#F1E4E5
(241,228,229)
#F3E8E8
(243,232,232)
#F5ECEB
(245,236,235)
#F7F0EE
(247,240,238)
#F9F4F1
(249,244,241)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D0D6 color. Also use rgb(231,208,214) instead hex code.

Text Font Color

.myTextColor { color: #E7D0D6; }

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

This text font color is #E7D0D6.


Background Color

.myBgColor { background-color: #E7D0D6; }

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

This div background color is #E7D0D6.


Border color

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

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

This div border color is #E7D0D6.


Opacity

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

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

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

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

This text has shadow with #E7D0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D0D6 on black background.


Color preview on white background

This text has color #E7D0D6 on white background.



Black color preview on #E7D0D6 background

This text has black color on #E7D0D6 background.


White color preview on #E7D0D6 background

This text has white color on #E7D0D6 background.