COLOR #E7DAC4

HEX: #E7DAC4
RGB: (231,218,196)

Color info

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

RGB color model

#E7DAC4 color RGB value is (231,218,196).

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

RGB channels and saturation

R 231 of 255 = 91%
G 218 of 255 = 85%
B 196 of 255 = 77%

231
218
196

R + G + B ~ 84%. #E7DAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 218 + 196 = 645 (100%)
R 231 of 645 ~ 35.81%
G 218 of 645 ~ 33.8%
B 196 of 645 ~ 30.39%

%35.81
%33.8
%30.39

CMYK color model

#E7DAC4 color CMYK value is (0,6,15,9).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 15.15%
  • key color value is 9.41%
CMYK:
(0,6,15,9)
C0M6Y15K9 
(0%,6%,15%,9%)
(0.00/0.06/0.15/0.09)	

CMYK percentages

%0
%5.63
%15.15
%9.41

Codes

Color #E7DAC4 in popluar color models

E7DAC4
RGB231218196
HSL38°42.17%83.73%
HSB/HSV38°15.15%90.59%
CMYK0.00%5.63%15.15%
9.41%

Color #E7DAC4 in popluar number systems.

HEXE7DAC4
Decimal231218196
Binary111001111101101011000100
Octal347332304

Shades and tints

Shades of #E7DAC4

#E7DAC4
(231,218,196)
#D2C7B3
(210,199,179)
#BDB4A2
(189,180,162)
#A8A191
(168,161,145)
#938E80
(147,142,128)
#7E7B6F
(126,123,111)
#69685E
(105,104,94)
#54554D
(84,85,77)
#3F423C
(63,66,60)
#2A2F2B
(42,47,43)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #E7DAC4

#E7DAC4
(231,218,196)
#E9DDC9
(233,221,201)
#EBE0CE
(235,224,206)
#EDE3D3
(237,227,211)
#EFE6D8
(239,230,216)
#F1E9DD
(241,233,221)
#F3ECE2
(243,236,226)
#F5EFE7
(245,239,231)
#F7F2EC
(247,242,236)
#F9F5F1
(249,245,241)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DAC4; }

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

This text font color is #E7DAC4.


Background Color

.myBgColor { background-color: #E7DAC4; }

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

This div background color is #E7DAC4.


Border color

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

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

This div border color is #E7DAC4.


Opacity

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

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

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

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

This text has shadow with #E7DAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DAC4 on black background.


Color preview on white background

This text has color #E7DAC4 on white background.



Black color preview on #E7DAC4 background

This text has black color on #E7DAC4 background.


White color preview on #E7DAC4 background

This text has white color on #E7DAC4 background.