COLOR #E7DACD

HEX: #E7DACD RGB: (231,218,205)

Color info

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

RGB color model

#E7DACD color RGB value is (231,218,205).

RGB: (231,218,205) (91%, 85%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 218 of 255 = 85%
B 205 of 255 = 80%

231
218
205

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

Portions of RGB colors in percentages

R + G + B = 231 + 218 + 205 = 654 (100%)
R 231 of 654 ~ 35.32%
G 218 of 654 ~ 33.33%
B 205 of 654 ~ 31.35'%

%35.32
%33.33
%31.35

CMYK color model

#E7DACD color CMYK value is (0,6,11,9).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK: (0,6,11,9) C0M6Y11K9 (0%,6%,11%,9%) (0.00/0.06/0.11/0.09) 

CMYK percentages

%0
%5.63
%11.26
%9.41

Codes

Color #E7DACD in popluar color models

E7 DA CD
RGB 231 218 205
HSL 30° 35.14% 85.49%
HSB/HSV 30° 11.26% 90.59%
CMYK 0.00% 5.63% 11.26%
9.41%

Color #E7DACD in popluar number systems.

HEX E7 DA CD
Decimal 231 218 205
Binary 11100111 11011010 11001101
Octal 347 332 315

Shades and tints

Shades of #E7DACD

#E7DACD
(231,218,205)
#D2C7BB
(210,199,187)
#BDB4A9
(189,180,169)
#A8A197
(168,161,151)
#938E85
(147,142,133)
#7E7B73
(126,123,115)
#696861
(105,104,97)
#54554F
(84,85,79)
#3F423D
(63,66,61)
#2A2F2B
(42,47,43)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #E7DACD

#E7DACD
(231,218,205)
#E9DDD1
(233,221,209)
#EBE0D5
(235,224,213)
#EDE3D9
(237,227,217)
#EFE6DD
(239,230,221)
#F1E9E1
(241,233,225)
#F3ECE5
(243,236,229)
#F5EFE9
(245,239,233)
#F7F2ED
(247,242,237)
#F9F5F1
(249,245,241)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DACD; }

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

This text font color is #E7DACD.

Background Color

.myBgColor { background-color: #E7DACD; }

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

This div background color is #E7DACD.

Border color

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

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

This div border color is #E7DACD.

Opacity

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

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

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

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

This text has shadow with #E7DACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DACD.

Preview

Color preview on black background

This text has color #E7DACD on black background.


Color preview on white background

This text has color #E7DACD on white background.


Black color preview on #E7DACD background

This text has black color on #E7DACD background.


White color preview on #E7DACD background

This text has white color on #E7DACD background.


Related colors

Complementary color

Complementary color for #hex is #182532.


I love getcolorcode.com

Triadic colors

1 #CDE7DA and #DACDE7 with #E7DACD are triadic colors.

2 #CDDAE7 and #DAE7CD with #E7DACD are triadic colors.