COLOR #E7DAD1

HEX: #E7DAD1 RGB: (231,218,209)

Color info

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

RGB color model

#E7DAD1 color RGB value is (231,218,209).

RGB: (231,218,209) (91%, 85%, 82%)

RGB channels and saturation

R 231 of 255 = 91%
G 218 of 255 = 85%
B 209 of 255 = 82%

231
218
209

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

Portions of RGB colors in percentages

R + G + B = 231 + 218 + 209 = 658 (100%)
R 231 of 658 ~ 35.11%
G 218 of 658 ~ 33.13%
B 209 of 658 ~ 31.76'%

%35.11
%33.13
%31.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 9.52%
  • 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
%9.52
%9.41

Codes

Color #E7DAD1 in popluar color models

E7 DA D1
RGB 231 218 209
HSL 25° 31.43% 86.27%
HSB/HSV 25° 9.52% 90.59%
CMYK 0.00% 5.63% 9.52%
9.41%

Color #E7DAD1 in popluar number systems.

HEX E7 DA D1
Decimal 231 218 209
Binary 11100111 11011010 11010001
Octal 347 332 321

Shades and tints

Shades of #E7DAD1

#E7DAD1
(231,218,209)
#D2C7BE
(210,199,190)
#BDB4AB
(189,180,171)
#A8A198
(168,161,152)
#938E85
(147,142,133)
#7E7B72
(126,123,114)
#69685F
(105,104,95)
#54554C
(84,85,76)
#3F4239
(63,66,57)
#2A2F26
(42,47,38)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #E7DAD1

#E7DAD1
(231,218,209)
#E9DDD5
(233,221,213)
#EBE0D9
(235,224,217)
#EDE3DD
(237,227,221)
#EFE6E1
(239,230,225)
#F1E9E5
(241,233,229)
#F3ECE9
(243,236,233)
#F5EFED
(245,239,237)
#F7F2F1
(247,242,241)
#F9F5F5
(249,245,245)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DAD1; }

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

This text font color is #E7DAD1.

Background Color

.myBgColor { background-color: #E7DAD1; }

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

This div background color is #E7DAD1.

Border color

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

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

This div border color is #E7DAD1.

Opacity

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

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

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

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

This text has shadow with #E7DAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DAD1.

Preview

Color preview on black background

This text has color #E7DAD1 on black background.


Color preview on white background

This text has color #E7DAD1 on white background.


Black color preview on #E7DAD1 background

This text has black color on #E7DAD1 background.


White color preview on #E7DAD1 background

This text has white color on #E7DAD1 background.


Related colors

Complementary color

Complementary color for #hex is #18252E.


I love getcolorcode.com

Triadic colors

1 #D1E7DA and #DAD1E7 with #E7DAD1 are triadic colors.

2 #D1DAE7 and #DAE7D1 with #E7DAD1 are triadic colors.