COLOR #E7D6CD

HEX: #E7D6CD RGB: (231,214,205)

Color info

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

RGB color model

#E7D6CD color RGB value is (231,214,205).

RGB: (231,214,205) (91%, 84%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 214 of 255 = 84%
B 205 of 255 = 80%

231
214
205

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

Portions of RGB colors in percentages

R + G + B = 231 + 214 + 205 = 650 (100%)
R 231 of 650 ~ 35.54%
G 214 of 650 ~ 32.92%
B 205 of 650 ~ 31.54'%

%35.54
%32.92
%31.54

CMYK color model

#E7D6CD color CMYK value is (0,7,11,9).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 11.26%
  • key color value is 9.41%

CMYK: (0,7,11,9)
C0M7Y11K9 (0%, 7%, 11%, 9%)
(0.00 / 0.07 / 0.11 / 0.09)

CMYK percentages

%0
%7.36
%11.26
%9.41

Codes

Color #E7D6CD in popluar color models

E7 D6 CD
RGB 231 214 205
HSL 21° 35.14% 85.49%
HSB/HSV 21° 11.26% 90.59%
CMYK 0.00% 7.36% 11.26%
9.41%

Color #E7D6CD in popluar number systems.

HEX E7 D6 CD
Decimal 231 214 205
Binary 11100111 11010110 11001101
Octal 347 326 315

Shades and tints

Shades of #E7D6CD

#E7D6CD
(231,214,205)
#D2C3BB
(210,195,187)
#BDB0A9
(189,176,169)
#A89D97
(168,157,151)
#938A85
(147,138,133)
#7E7773
(126,119,115)
#696461
(105,100,97)
#54514F
(84,81,79)
#3F3E3D
(63,62,61)
#2A2B2B
(42,43,43)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #E7D6CD

#E7D6CD
(231,214,205)
#E9D9D1
(233,217,209)
#EBDCD5
(235,220,213)
#EDDFD9
(237,223,217)
#EFE2DD
(239,226,221)
#F1E5E1
(241,229,225)
#F3E8E5
(243,232,229)
#F5EBE9
(245,235,233)
#F7EEED
(247,238,237)
#F9F1F1
(249,241,241)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D6CD; }

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

This text font color is #E7D6CD.

Background Color

.myBgColor { background-color: #E7D6CD; }

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

This div background color is #E7D6CD.

Border color

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

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

This div border color is #E7D6CD.

Opacity

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

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

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

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

This text has shadow with #E7D6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D6CD.

Preview

Color preview on black background

This text has color #E7D6CD on black background.


Color preview on white background

This text has color #E7D6CD on white background.


Black color preview on #E7D6CD background

This text has black color on #E7D6CD background.


White color preview on #E7D6CD background

This text has white color on #E7D6CD background.


Related colors

Complementary color

Complementary color for #hex is #182932.


I love getcolorcode.com

Triadic colors

1 #CDE7D6 and #D6CDE7 with #E7D6CD are triadic colors.

2 #CDD6E7 and #D6E7CD with #E7D6CD are triadic colors.