COLOR #E7D9CD

HEX: #E7D9CD RGB: (231,217,205)

Color info

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

RGB color model

#E7D9CD color RGB value is (231,217,205).

RGB: (231,217,205) (91%, 85%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 217 of 255 = 85%
B 205 of 255 = 80%

231
217
205

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

Portions of RGB colors in percentages

R + G + B = 231 + 217 + 205 = 653 (100%)
R 231 of 653 ~ 35.38%
G 217 of 653 ~ 33.23%
B 205 of 653 ~ 31.39'%

%35.38
%33.23
%31.39

CMYK color model

#E7D9CD color CMYK value is (0,6,11,9).

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

CMYK: (0,6,11,9)
C0M6Y11K9 (0%, 6%, 11%, 9%)
(0.00 / 0.06 / 0.11 / 0.09)

CMYK percentages

%0
%6.06
%11.26
%9.41

Codes

Color #E7D9CD in popluar color models

E7 D9 CD
RGB 231 217 205
HSL 28° 35.14% 85.49%
HSB/HSV 28° 11.26% 90.59%
CMYK 0.00% 6.06% 11.26%
9.41%

Color #E7D9CD in popluar number systems.

HEX E7 D9 CD
Decimal 231 217 205
Binary 11100111 11011001 11001101
Octal 347 331 315

Shades and tints

Shades of #E7D9CD

#E7D9CD
(231,217,205)
#D2C6BB
(210,198,187)
#BDB3A9
(189,179,169)
#A8A097
(168,160,151)
#938D85
(147,141,133)
#7E7A73
(126,122,115)
#696761
(105,103,97)
#54544F
(84,84,79)
#3F413D
(63,65,61)
#2A2E2B
(42,46,43)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #E7D9CD

#E7D9CD
(231,217,205)
#E9DCD1
(233,220,209)
#EBDFD5
(235,223,213)
#EDE2D9
(237,226,217)
#EFE5DD
(239,229,221)
#F1E8E1
(241,232,225)
#F3EBE5
(243,235,229)
#F5EEE9
(245,238,233)
#F7F1ED
(247,241,237)
#F9F4F1
(249,244,241)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D9CD; }

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

This text font color is #E7D9CD.

Background Color

.myBgColor { background-color: #E7D9CD; }

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

This div background color is #E7D9CD.

Border color

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

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

This div border color is #E7D9CD.

Opacity

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

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

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

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

This text has shadow with #E7D9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D9CD.

Preview

Color preview on black background

This text has color #E7D9CD on black background.


Color preview on white background

This text has color #E7D9CD on white background.


Black color preview on #E7D9CD background

This text has black color on #E7D9CD background.


White color preview on #E7D9CD background

This text has white color on #E7D9CD background.


Related colors

Complementary color

Complementary color for #hex is #182632.


I love getcolorcode.com

Triadic colors

1 #CDE7D9 and #D9CDE7 with #E7D9CD are triadic colors.

2 #CDD9E7 and #D9E7CD with #E7D9CD are triadic colors.