COLOR #E7DCCD

HEX: #E7DCCD RGB: (231,220,205)

Color info

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

RGB color model

#E7DCCD color RGB value is (231,220,205).

RGB: (231,220,205) (91%, 86%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 220 of 255 = 86%
B 205 of 255 = 80%

231
220
205

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

Portions of RGB colors in percentages

R + G + B = 231 + 220 + 205 = 656 (100%)
R 231 of 656 ~ 35.21%
G 220 of 656 ~ 33.54%
B 205 of 656 ~ 31.25'%

%35.21
%33.54
%31.25

CMYK color model

#E7DCCD color CMYK value is (0,5,11,9).

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

CMYK: (0,5,11,9)
C0M5Y11K9 (0%, 5%, 11%, 9%)
(0.00 / 0.05 / 0.11 / 0.09)

CMYK percentages

%0
%4.76
%11.26
%9.41

Codes

Color #E7DCCD in popluar color models

E7 DC CD
RGB 231 220 205
HSL 35° 35.14% 85.49%
HSB/HSV 35° 11.26% 90.59%
CMYK 0.00% 4.76% 11.26%
9.41%

Color #E7DCCD in popluar number systems.

HEX E7 DC CD
Decimal 231 220 205
Binary 11100111 11011100 11001101
Octal 347 334 315

Shades and tints

Shades of #E7DCCD

#E7DCCD
(231,220,205)
#D2C8BB
(210,200,187)
#BDB4A9
(189,180,169)
#A8A097
(168,160,151)
#938C85
(147,140,133)
#7E7873
(126,120,115)
#696461
(105,100,97)
#54504F
(84,80,79)
#3F3C3D
(63,60,61)
#2A282B
(42,40,43)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #E7DCCD

#E7DCCD
(231,220,205)
#E9DFD1
(233,223,209)
#EBE2D5
(235,226,213)
#EDE5D9
(237,229,217)
#EFE8DD
(239,232,221)
#F1EBE1
(241,235,225)
#F3EEE5
(243,238,229)
#F5F1E9
(245,241,233)
#F7F4ED
(247,244,237)
#F9F7F1
(249,247,241)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DCCD; }

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

This text font color is #E7DCCD.

Background Color

.myBgColor { background-color: #E7DCCD; }

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

This div background color is #E7DCCD.

Border color

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

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

This div border color is #E7DCCD.

Opacity

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

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

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

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

This text has shadow with #E7DCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DCCD.

Preview

Color preview on black background

This text has color #E7DCCD on black background.


Color preview on white background

This text has color #E7DCCD on white background.


Black color preview on #E7DCCD background

This text has black color on #E7DCCD background.


White color preview on #E7DCCD background

This text has white color on #E7DCCD background.


Related colors

Complementary color

Complementary color for #hex is #182332.


I love getcolorcode.com

Triadic colors

1 #CDE7DC and #DCCDE7 with #E7DCCD are triadic colors.

2 #CDDCE7 and #DCE7CD with #E7DCCD are triadic colors.