COLOR #E7DFB7

HEX: #E7DFB7
RGB: (231,223,183)

Color info

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

RGB color model

#E7DFB7 color RGB value is (231,223,183).

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

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 183 of 255 = 72%

231
223
183

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

Portions of RGB colors in percentages

R + G + B =
231 + 223 + 183 = 637 (100%)
R 231 of 637 ~ 36.26%
G 223 of 637 ~ 35.01%
B 183 of 637 ~ 28.73%

%36.26
%35.01
%28.73

CMYK color model

#E7DFB7 color CMYK value is (0,3,21,9).

  • cyan value is 0.00%
  • magenta value is 3.46%
  • yellow value is 20.78%
  • key color value is 9.41%
CMYK:
(0,3,21,9)
C0M3Y21K9 
(0%,3%,21%,9%)
(0.00/0.03/0.21/0.09)	

CMYK percentages

%0
%3.46
%20.78
%9.41

Codes

Color #E7DFB7 in popluar color models

E7DFB7
RGB231223183
HSL50°50.00%81.18%
HSB/HSV50°20.78%90.59%
CMYK0.00%3.46%20.78%
9.41%

Color #E7DFB7 in popluar number systems.

HEXE7DFB7
Decimal231223183
Binary111001111101111110110111
Octal347337267

Shades and tints

Shades of #E7DFB7

#E7DFB7
(231,223,183)
#D2CBA7
(210,203,167)
#BDB797
(189,183,151)
#A8A387
(168,163,135)
#938F77
(147,143,119)
#7E7B67
(126,123,103)
#696757
(105,103,87)
#545347
(84,83,71)
#3F3F37
(63,63,55)
#2A2B27
(42,43,39)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #E7DFB7

#E7DFB7
(231,223,183)
#E9E1BD
(233,225,189)
#EBE3C3
(235,227,195)
#EDE5C9
(237,229,201)
#EFE7CF
(239,231,207)
#F1E9D5
(241,233,213)
#F3EBDB
(243,235,219)
#F5EDE1
(245,237,225)
#F7EFE7
(247,239,231)
#F9F1ED
(249,241,237)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DFB7 color. Also use rgb(231,223,183) instead hex code.

Text Font Color

.myTextColor { color: #E7DFB7; }

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

This text font color is #E7DFB7.


Background Color

.myBgColor { background-color: #E7DFB7; }

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

This div background color is #E7DFB7.


Border color

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

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

This div border color is #E7DFB7.


Opacity

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

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

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

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

This text has shadow with #E7DFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DFB7 on black background.


Color preview on white background

This text has color #E7DFB7 on white background.



Black color preview on #E7DFB7 background

This text has black color on #E7DFB7 background.


White color preview on #E7DFB7 background

This text has white color on #E7DFB7 background.