COLOR #E7DBA7

HEX: #E7DBA7
RGB: (231,219,167)

Color info

#E7DBA7 contains mainly red and green colors. Web safe color of #E7DBA7 is #FFCC99 (or #FC9).

RGB color model

#E7DBA7 color RGB value is (231,219,167).

  • red value is 231;
  • green value is 219;
  • blue value is 167.
RGB:
(231,219,167)
(91%,86%,65%)

RGB channels and saturation

R 231 of 255 = 91%
G 219 of 255 = 86%
B 167 of 255 = 65%

231
219
167

R + G + B ~ 81%. #E7DBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 219 + 167 = 617 (100%)
R 231 of 617 ~ 37.44%
G 219 of 617 ~ 35.49%
B 167 of 617 ~ 27.07%

%37.44
%35.49
%27.07

CMYK color model

#E7DBA7 color CMYK value is (0,5,28,9).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 27.71%
  • key color value is 9.41%
CMYK:
(0,5,28,9)
C0M5Y28K9 
(0%,5%,28%,9%)
(0.00/0.05/0.28/0.09)	

CMYK percentages

%0
%5.19
%27.71
%9.41

Codes

Color #E7DBA7 in popluar color models

E7DBA7
RGB231219167
HSL49°57.14%78.04%
HSB/HSV49°27.71%90.59%
CMYK0.00%5.19%27.71%
9.41%

Color #E7DBA7 in popluar number systems.

HEXE7DBA7
Decimal231219167
Binary111001111101101110100111
Octal347333247

Shades and tints

Shades of #E7DBA7

#E7DBA7
(231,219,167)
#D2C898
(210,200,152)
#BDB589
(189,181,137)
#A8A27A
(168,162,122)
#938F6B
(147,143,107)
#7E7C5C
(126,124,92)
#69694D
(105,105,77)
#54563E
(84,86,62)
#3F432F
(63,67,47)
#2A3020
(42,48,32)
#151D11
(21,29,17)
#000000
(0,0,0)

Tints of #E7DBA7

#E7DBA7
(231,219,167)
#E9DEAF
(233,222,175)
#EBE1B7
(235,225,183)
#EDE4BF
(237,228,191)
#EFE7C7
(239,231,199)
#F1EACF
(241,234,207)
#F3EDD7
(243,237,215)
#F5F0DF
(245,240,223)
#F7F3E7
(247,243,231)
#F9F6EF
(249,246,239)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DBA7 color. Also use rgb(231,219,167) instead hex code.

Text Font Color

.myTextColor { color: #E7DBA7; }

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

This text font color is #E7DBA7.


Background Color

.myBgColor { background-color: #E7DBA7; }

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

This div background color is #E7DBA7.


Border color

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

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

This div border color is #E7DBA7.


Opacity

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

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

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

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

This text has shadow with #E7DBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DBA7 on black background.


Color preview on white background

This text has color #E7DBA7 on white background.



Black color preview on #E7DBA7 background

This text has black color on #E7DBA7 background.


White color preview on #E7DBA7 background

This text has white color on #E7DBA7 background.