COLOR #E7DACF

HEX: #E7DACF RGB: (231,218,207)

Color info

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

RGB color model

#E7DACF color RGB value is (231,218,207).

RGB: (231,218,207) (91%, 85%, 81%)

RGB channels and saturation

R 231 of 255 = 91%
G 218 of 255 = 85%
B 207 of 255 = 81%

231
218
207

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

Portions of RGB colors in percentages

R + G + B = 231 + 218 + 207 = 656 (100%)
R 231 of 656 ~ 35.21%
G 218 of 656 ~ 33.23%
B 207 of 656 ~ 31.55'%

%35.21
%33.23
%31.55

CMYK color model

#E7DACF color CMYK value is (0,6,10,9).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 10.39%
  • key color value is 9.41%

CMYK: (0,6,10,9)
C0M6Y10K9 (0%, 6%, 10%, 9%)
(0.00 / 0.06 / 0.10 / 0.09)

CMYK percentages

%0
%5.63
%10.39
%9.41

Codes

Color #E7DACF in popluar color models

E7 DA CF
RGB 231 218 207
HSL 28° 33.33% 85.88%
HSB/HSV 28° 10.39% 90.59%
CMYK 0.00% 5.63% 10.39%
9.41%

Color #E7DACF in popluar number systems.

HEX E7 DA CF
Decimal 231 218 207
Binary 11100111 11011010 11001111
Octal 347 332 317

Shades and tints

Shades of #E7DACF

#E7DACF
(231,218,207)
#D2C7BD
(210,199,189)
#BDB4AB
(189,180,171)
#A8A199
(168,161,153)
#938E87
(147,142,135)
#7E7B75
(126,123,117)
#696863
(105,104,99)
#545551
(84,85,81)
#3F423F
(63,66,63)
#2A2F2D
(42,47,45)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #E7DACF

#E7DACF
(231,218,207)
#E9DDD3
(233,221,211)
#EBE0D7
(235,224,215)
#EDE3DB
(237,227,219)
#EFE6DF
(239,230,223)
#F1E9E3
(241,233,227)
#F3ECE7
(243,236,231)
#F5EFEB
(245,239,235)
#F7F2EF
(247,242,239)
#F9F5F3
(249,245,243)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DACF color. Also use rgb(231,218,207) instead hex code.

Text Font Color

.myTextColor { color: #E7DACF; }

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

This text font color is #E7DACF.

Background Color

.myBgColor { background-color: #E7DACF; }

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

This div background color is #E7DACF.

Border color

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

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

This div border color is #E7DACF.

Opacity

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

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

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

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

This text has shadow with #E7DACF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DACF.

Preview

Color preview on black background

This text has color #E7DACF on black background.


Color preview on white background

This text has color #E7DACF on white background.


Black color preview on #E7DACF background

This text has black color on #E7DACF background.


White color preview on #E7DACF background

This text has white color on #E7DACF background.


Related colors

Complementary color

Complementary color for #hex is #182530.


I love getcolorcode.com

Triadic colors

1 #CFE7DA and #DACFE7 with #E7DACF are triadic colors.

2 #CFDAE7 and #DAE7CF with #E7DACF are triadic colors.