COLOR #E7DCCA

HEX: #E7DCCA RGB: (231,220,202)

Color info

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

RGB color model

#E7DCCA color RGB value is (231,220,202).

RGB: (231,220,202) (91%, 86%, 79%)

RGB channels and saturation

R 231 of 255 = 91%
G 220 of 255 = 86%
B 202 of 255 = 79%

231
220
202

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

Portions of RGB colors in percentages

R + G + B = 231 + 220 + 202 = 653 (100%)
R 231 of 653 ~ 35.38%
G 220 of 653 ~ 33.69%
B 202 of 653 ~ 30.93'%

%35.38
%33.69
%30.93

CMYK color model

#E7DCCA color CMYK value is (0,5,13,9).

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

CMYK: (0,5,13,9)
C0M5Y13K9 (0%, 5%, 13%, 9%)
(0.00 / 0.05 / 0.13 / 0.09)

CMYK percentages

%0
%4.76
%12.55
%9.41

Codes

Color #E7DCCA in popluar color models

E7 DC CA
RGB 231 220 202
HSL 37° 37.66% 84.90%
HSB/HSV 37° 12.55% 90.59%
CMYK 0.00% 4.76% 12.55%
9.41%

Color #E7DCCA in popluar number systems.

HEX E7 DC CA
Decimal 231 220 202
Binary 11100111 11011100 11001010
Octal 347 334 312

Shades and tints

Shades of #E7DCCA

#E7DCCA
(231,220,202)
#D2C8B8
(210,200,184)
#BDB4A6
(189,180,166)
#A8A094
(168,160,148)
#938C82
(147,140,130)
#7E7870
(126,120,112)
#69645E
(105,100,94)
#54504C
(84,80,76)
#3F3C3A
(63,60,58)
#2A2828
(42,40,40)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #E7DCCA

#E7DCCA
(231,220,202)
#E9DFCE
(233,223,206)
#EBE2D2
(235,226,210)
#EDE5D6
(237,229,214)
#EFE8DA
(239,232,218)
#F1EBDE
(241,235,222)
#F3EEE2
(243,238,226)
#F5F1E6
(245,241,230)
#F7F4EA
(247,244,234)
#F9F7EE
(249,247,238)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DCCA; }

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

This text font color is #E7DCCA.

Background Color

.myBgColor { background-color: #E7DCCA; }

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

This div background color is #E7DCCA.

Border color

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

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

This div border color is #E7DCCA.

Opacity

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

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

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

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

This text has shadow with #E7DCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DCCA.

Preview

Color preview on black background

This text has color #E7DCCA on black background.


Color preview on white background

This text has color #E7DCCA on white background.


Black color preview on #E7DCCA background

This text has black color on #E7DCCA background.


White color preview on #E7DCCA background

This text has white color on #E7DCCA background.


Related colors

Complementary color

Complementary color for #hex is #182335.


I love getcolorcode.com

Triadic colors

1 #CAE7DC and #DCCAE7 with #E7DCCA are triadic colors.

2 #CADCE7 and #DCE7CA with #E7DCCA are triadic colors.