COLOR #E7DDCA

HEX: #E7DDCA RGB: (231,221,202)

Color info

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

RGB color model

#E7DDCA color RGB value is (231,221,202).

RGB: (231,221,202) (91%, 87%, 79%)

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 202 of 255 = 79%

231
221
202

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

Portions of RGB colors in percentages

R + G + B = 231 + 221 + 202 = 654 (100%)
R 231 of 654 ~ 35.32%
G 221 of 654 ~ 33.79%
B 202 of 654 ~ 30.89'%

%35.32
%33.79
%30.89

CMYK color model

#E7DDCA color CMYK value is (0,4,13,9).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 12.55%
  • key color value is 9.41%

CMYK: (0,4,13,9)
C0M4Y13K9 (0%, 4%, 13%, 9%)
(0.00 / 0.04 / 0.13 / 0.09)

CMYK percentages

%0
%4.33
%12.55
%9.41

Codes

Color #E7DDCA in popluar color models

E7 DD CA
RGB 231 221 202
HSL 39° 37.66% 84.90%
HSB/HSV 39° 12.55% 90.59%
CMYK 0.00% 4.33% 12.55%
9.41%

Color #E7DDCA in popluar number systems.

HEX E7 DD CA
Decimal 231 221 202
Binary 11100111 11011101 11001010
Octal 347 335 312

Shades and tints

Shades of #E7DDCA

#E7DDCA
(231,221,202)
#D2C9B8
(210,201,184)
#BDB5A6
(189,181,166)
#A8A194
(168,161,148)
#938D82
(147,141,130)
#7E7970
(126,121,112)
#69655E
(105,101,94)
#54514C
(84,81,76)
#3F3D3A
(63,61,58)
#2A2928
(42,41,40)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #E7DDCA

#E7DDCA
(231,221,202)
#E9E0CE
(233,224,206)
#EBE3D2
(235,227,210)
#EDE6D6
(237,230,214)
#EFE9DA
(239,233,218)
#F1ECDE
(241,236,222)
#F3EFE2
(243,239,226)
#F5F2E6
(245,242,230)
#F7F5EA
(247,245,234)
#F9F8EE
(249,248,238)
#FBFBF2
(251,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DDCA color. Also use rgb(231,221,202) instead hex code.

Text Font Color

.myTextColor { color: #E7DDCA; }

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

This text font color is #E7DDCA.

Background Color

.myBgColor { background-color: #E7DDCA; }

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

This div background color is #E7DDCA.

Border color

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

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

This div border color is #E7DDCA.

Opacity

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

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

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

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

This text has shadow with #E7DDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DDCA.

Preview

Color preview on black background

This text has color #E7DDCA on black background.


Color preview on white background

This text has color #E7DDCA on white background.


Black color preview on #E7DDCA background

This text has black color on #E7DDCA background.


White color preview on #E7DDCA background

This text has white color on #E7DDCA background.


Related colors

Complementary color

Complementary color for #hex is #182235.


I love getcolorcode.com

Triadic colors

1 #CAE7DD and #DDCAE7 with #E7DDCA are triadic colors.

2 #CADDE7 and #DDE7CA with #E7DDCA are triadic colors.