COLOR #E7DFC5

HEX: #E7DFC5
RGB: (231,223,197)

Color info

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

RGB color model

#E7DFC5 color RGB value is (231,223,197).

  • red value is 231;
  • green value is 223;
  • blue value is 197.
RGB:
(231,223,197)
(91%,87%,77%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 197 of 255 = 77%

231
223
197

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

Portions of RGB colors in percentages

R + G + B =
231 + 223 + 197 = 651 (100%)
R 231 of 651 ~ 35.48%
G 223 of 651 ~ 34.25%
B 197 of 651 ~ 30.26%

%35.48
%34.25
%30.26

CMYK color model

#E7DFC5 color CMYK value is (0,3,15,9).

  • cyan value is 0.00%
  • magenta value is 3.46%
  • yellow value is 14.72%
  • key color value is 9.41%
CMYK:
(0,3,15,9)
C0M3Y15K9 
(0%,3%,15%,9%)
(0.00/0.03/0.15/0.09)	

CMYK percentages

%0
%3.46
%14.72
%9.41

Codes

Color #E7DFC5 in popluar color models

E7DFC5
RGB231223197
HSL46°41.46%83.92%
HSB/HSV46°14.72%90.59%
CMYK0.00%3.46%14.72%
9.41%

Color #E7DFC5 in popluar number systems.

HEXE7DFC5
Decimal231223197
Binary111001111101111111000101
Octal347337305

Shades and tints

Shades of #E7DFC5

#E7DFC5
(231,223,197)
#D2CBB4
(210,203,180)
#BDB7A3
(189,183,163)
#A8A392
(168,163,146)
#938F81
(147,143,129)
#7E7B70
(126,123,112)
#69675F
(105,103,95)
#54534E
(84,83,78)
#3F3F3D
(63,63,61)
#2A2B2C
(42,43,44)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #E7DFC5

#E7DFC5
(231,223,197)
#E9E1CA
(233,225,202)
#EBE3CF
(235,227,207)
#EDE5D4
(237,229,212)
#EFE7D9
(239,231,217)
#F1E9DE
(241,233,222)
#F3EBE3
(243,235,227)
#F5EDE8
(245,237,232)
#F7EFED
(247,239,237)
#F9F1F2
(249,241,242)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DFC5 color. Also use rgb(231,223,197) instead hex code.

Text Font Color

.myTextColor { color: #E7DFC5; }

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

This text font color is #E7DFC5.


Background Color

.myBgColor { background-color: #E7DFC5; }

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

This div background color is #E7DFC5.


Border color

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

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

This div border color is #E7DFC5.


Opacity

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

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

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

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

This text has shadow with #E7DFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DFC5 on black background.


Color preview on white background

This text has color #E7DFC5 on white background.



Black color preview on #E7DFC5 background

This text has black color on #E7DFC5 background.


White color preview on #E7DFC5 background

This text has white color on #E7DFC5 background.