COLOR #E7DCC4

HEX: #E7DCC4 RGB: (231,220,196)

Color info

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

RGB color model

#E7DCC4 color RGB value is (231,220,196).

RGB: (231,220,196) (91%, 86%, 77%)

RGB channels and saturation

R 231 of 255 = 91%
G 220 of 255 = 86%
B 196 of 255 = 77%

231
220
196

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

Portions of RGB colors in percentages

R + G + B = 231 + 220 + 196 = 647 (100%)
R 231 of 647 ~ 35.7%
G 220 of 647 ~ 34%
B 196 of 647 ~ 30.29'%

%35.7
%34
%30.29

CMYK color model

#E7DCC4 color CMYK value is (0,5,15,9).

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

CMYK: (0,5,15,9)
C0M5Y15K9 (0%, 5%, 15%, 9%)
(0.00 / 0.05 / 0.15 / 0.09)

CMYK percentages

%0
%4.76
%15.15
%9.41

Codes

Color #E7DCC4 in popluar color models

E7 DC C4
RGB 231 220 196
HSL 41° 42.17% 83.73%
HSB/HSV 41° 15.15% 90.59%
CMYK 0.00% 4.76% 15.15%
9.41%

Color #E7DCC4 in popluar number systems.

HEX E7 DC C4
Decimal 231 220 196
Binary 11100111 11011100 11000100
Octal 347 334 304

Shades and tints

Shades of #E7DCC4

#E7DCC4
(231,220,196)
#D2C8B3
(210,200,179)
#BDB4A2
(189,180,162)
#A8A091
(168,160,145)
#938C80
(147,140,128)
#7E786F
(126,120,111)
#69645E
(105,100,94)
#54504D
(84,80,77)
#3F3C3C
(63,60,60)
#2A282B
(42,40,43)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #E7DCC4

#E7DCC4
(231,220,196)
#E9DFC9
(233,223,201)
#EBE2CE
(235,226,206)
#EDE5D3
(237,229,211)
#EFE8D8
(239,232,216)
#F1EBDD
(241,235,221)
#F3EEE2
(243,238,226)
#F5F1E7
(245,241,231)
#F7F4EC
(247,244,236)
#F9F7F1
(249,247,241)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DCC4; }

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

This text font color is #E7DCC4.

Background Color

.myBgColor { background-color: #E7DCC4; }

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

This div background color is #E7DCC4.

Border color

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

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

This div border color is #E7DCC4.

Opacity

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

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

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

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

This text has shadow with #E7DCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DCC4.

Preview

Color preview on black background

This text has color #E7DCC4 on black background.


Color preview on white background

This text has color #E7DCC4 on white background.


Black color preview on #E7DCC4 background

This text has black color on #E7DCC4 background.


White color preview on #E7DCC4 background

This text has white color on #E7DCC4 background.


Related colors

Complementary color

Complementary color for #hex is #18233B.


I love getcolorcode.com

Triadic colors

1 #C4E7DC and #DCC4E7 with #E7DCC4 are triadic colors.

2 #C4DCE7 and #DCE7C4 with #E7DCC4 are triadic colors.