COLOR #E7DDB8

HEX: #E7DDB8
RGB: (231,221,184)

Color info

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

RGB color model

#E7DDB8 color RGB value is (231,221,184).

  • red value is 231;
  • green value is 221;
  • blue value is 184.
RGB:
(231,221,184)
(91%,87%,72%)

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 184 of 255 = 72%

231
221
184

R + G + B ~ 83%. #E7DDB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 221 + 184 = 636 (100%)
R 231 of 636 ~ 36.32%
G 221 of 636 ~ 34.75%
B 184 of 636 ~ 28.93%

%36.32
%34.75
%28.93

CMYK color model

#E7DDB8 color CMYK value is (0,4,20,9).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 20.35%
  • key color value is 9.41%
CMYK:
(0,4,20,9)
C0M4Y20K9 
(0%,4%,20%,9%)
(0.00/0.04/0.20/0.09)	

CMYK percentages

%0
%4.33
%20.35
%9.41

Codes

Color #E7DDB8 in popluar color models

E7DDB8
RGB231221184
HSL47°49.47%81.37%
HSB/HSV47°20.35%90.59%
CMYK0.00%4.33%20.35%
9.41%

Color #E7DDB8 in popluar number systems.

HEXE7DDB8
Decimal231221184
Binary111001111101110110111000
Octal347335270

Shades and tints

Shades of #E7DDB8

#E7DDB8
(231,221,184)
#D2C9A8
(210,201,168)
#BDB598
(189,181,152)
#A8A188
(168,161,136)
#938D78
(147,141,120)
#7E7968
(126,121,104)
#696558
(105,101,88)
#545148
(84,81,72)
#3F3D38
(63,61,56)
#2A2928
(42,41,40)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #E7DDB8

#E7DDB8
(231,221,184)
#E9E0BE
(233,224,190)
#EBE3C4
(235,227,196)
#EDE6CA
(237,230,202)
#EFE9D0
(239,233,208)
#F1ECD6
(241,236,214)
#F3EFDC
(243,239,220)
#F5F2E2
(245,242,226)
#F7F5E8
(247,245,232)
#F9F8EE
(249,248,238)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DDB8 color. Also use rgb(231,221,184) instead hex code.

Text Font Color

.myTextColor { color: #E7DDB8; }

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

This text font color is #E7DDB8.


Background Color

.myBgColor { background-color: #E7DDB8; }

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

This div background color is #E7DDB8.


Border color

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

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

This div border color is #E7DDB8.


Opacity

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

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

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

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

This text has shadow with #E7DDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DDB8 on black background.


Color preview on white background

This text has color #E7DDB8 on white background.



Black color preview on #E7DDB8 background

This text has black color on #E7DDB8 background.


White color preview on #E7DDB8 background

This text has white color on #E7DDB8 background.