COLOR #E7DCC7

HEX: #E7DCC7 RGB: (231,220,199)

Color info

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

RGB color model

#E7DCC7 color RGB value is (231,220,199).

RGB: (231,220,199) (91%, 86%, 78%)

RGB channels and saturation

R 231 of 255 = 91%
G 220 of 255 = 86%
B 199 of 255 = 78%

231
220
199

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

Portions of RGB colors in percentages

R + G + B = 231 + 220 + 199 = 650 (100%)
R 231 of 650 ~ 35.54%
G 220 of 650 ~ 33.85%
B 199 of 650 ~ 30.62'%

%35.54
%33.85
%30.62

CMYK color model

#E7DCC7 color CMYK value is (0,5,14,9).

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

CMYK: (0,5,14,9)
C0M5Y14K9 (0%, 5%, 14%, 9%)
(0.00 / 0.05 / 0.14 / 0.09)

CMYK percentages

%0
%4.76
%13.85
%9.41

Codes

Color #E7DCC7 in popluar color models

E7 DC C7
RGB 231 220 199
HSL 39° 40.00% 84.31%
HSB/HSV 39° 13.85% 90.59%
CMYK 0.00% 4.76% 13.85%
9.41%

Color #E7DCC7 in popluar number systems.

HEX E7 DC C7
Decimal 231 220 199
Binary 11100111 11011100 11000111
Octal 347 334 307

Shades and tints

Shades of #E7DCC7

#E7DCC7
(231,220,199)
#D2C8B5
(210,200,181)
#BDB4A3
(189,180,163)
#A8A091
(168,160,145)
#938C7F
(147,140,127)
#7E786D
(126,120,109)
#69645B
(105,100,91)
#545049
(84,80,73)
#3F3C37
(63,60,55)
#2A2825
(42,40,37)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #E7DCC7

#E7DCC7
(231,220,199)
#E9DFCC
(233,223,204)
#EBE2D1
(235,226,209)
#EDE5D6
(237,229,214)
#EFE8DB
(239,232,219)
#F1EBE0
(241,235,224)
#F3EEE5
(243,238,229)
#F5F1EA
(245,241,234)
#F7F4EF
(247,244,239)
#F9F7F4
(249,247,244)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DCC7; }

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

This text font color is #E7DCC7.

Background Color

.myBgColor { background-color: #E7DCC7; }

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

This div background color is #E7DCC7.

Border color

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

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

This div border color is #E7DCC7.

Opacity

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

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

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

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

This text has shadow with #E7DCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DCC7.

Preview

Color preview on black background

This text has color #E7DCC7 on black background.


Color preview on white background

This text has color #E7DCC7 on white background.


Black color preview on #E7DCC7 background

This text has black color on #E7DCC7 background.


White color preview on #E7DCC7 background

This text has white color on #E7DCC7 background.


Related colors

Complementary color

Complementary color for #hex is #182338.


I love getcolorcode.com

Triadic colors

1 #C7E7DC and #DCC7E7 with #E7DCC7 are triadic colors.

2 #C7DCE7 and #DCE7C7 with #E7DCC7 are triadic colors.