COLOR #E7DAD0

HEX: #E7DAD0
RGB: (231,218,208)

Color info

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

RGB color model

#E7DAD0 color RGB value is (231,218,208).

  • red value is 231;
  • green value is 218;
  • blue value is 208.
RGB:
(231,218,208)
(91%,85%,82%)

RGB channels and saturation

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

231
218
208

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

Portions of RGB colors in percentages

R + G + B =
231 + 218 + 208 = 657 (100%)
R 231 of 657 ~ 35.16%
G 218 of 657 ~ 33.18%
B 208 of 657 ~ 31.66%

%35.16
%33.18
%31.66

CMYK color model

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

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

Codes

Color #E7DAD0 in popluar color models

E7DAD0
RGB231218208
HSL26°32.39%86.08%
HSB/HSV26°9.96%90.59%
CMYK0.00%5.63%9.96%
9.41%

Color #E7DAD0 in popluar number systems.

HEXE7DAD0
Decimal231218208
Binary111001111101101011010000
Octal347332320

Shades and tints

Shades of #E7DAD0

#E7DAD0
(231,218,208)
#D2C7BE
(210,199,190)
#BDB4AC
(189,180,172)
#A8A19A
(168,161,154)
#938E88
(147,142,136)
#7E7B76
(126,123,118)
#696864
(105,104,100)
#545552
(84,85,82)
#3F4240
(63,66,64)
#2A2F2E
(42,47,46)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #E7DAD0

#E7DAD0
(231,218,208)
#E9DDD4
(233,221,212)
#EBE0D8
(235,224,216)
#EDE3DC
(237,227,220)
#EFE6E0
(239,230,224)
#F1E9E4
(241,233,228)
#F3ECE8
(243,236,232)
#F5EFEC
(245,239,236)
#F7F2F0
(247,242,240)
#F9F5F4
(249,245,244)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DAD0; }

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

This text font color is #E7DAD0.


Background Color

.myBgColor { background-color: #E7DAD0; }

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

This div background color is #E7DAD0.


Border color

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

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

This div border color is #E7DAD0.


Opacity

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

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

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

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

This text has shadow with #E7DAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DAD0 on black background.


Color preview on white background

This text has color #E7DAD0 on white background.



Black color preview on #E7DAD0 background

This text has black color on #E7DAD0 background.


White color preview on #E7DAD0 background

This text has white color on #E7DAD0 background.