COLOR #E7DCBD

HEX: #E7DCBD RGB: (231,220,189)

Color info

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

RGB color model

#E7DCBD color RGB value is (231,220,189).

RGB: (231,220,189) (91%, 86%, 74%)

RGB channels and saturation

R 231 of 255 = 91%
G 220 of 255 = 86%
B 189 of 255 = 74%

231
220
189

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

Portions of RGB colors in percentages

R + G + B = 231 + 220 + 189 = 640 (100%)
R 231 of 640 ~ 36.09%
G 220 of 640 ~ 34.38%
B 189 of 640 ~ 29.53'%

%36.09
%34.38
%29.53

CMYK color model

#E7DCBD color CMYK value is (0,5,18,9).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 18.18%
  • key color value is 9.41%

CMYK: (0,5,18,9)
C0M5Y18K9 (0%, 5%, 18%, 9%)
(0.00 / 0.05 / 0.18 / 0.09)

CMYK percentages

%0
%4.76
%18.18
%9.41

Codes

Color #E7DCBD in popluar color models

E7 DC BD
RGB 231 220 189
HSL 44° 46.67% 82.35%
HSB/HSV 44° 18.18% 90.59%
CMYK 0.00% 4.76% 18.18%
9.41%

Color #E7DCBD in popluar number systems.

HEX E7 DC BD
Decimal 231 220 189
Binary 11100111 11011100 10111101
Octal 347 334 275

Shades and tints

Shades of #E7DCBD

#E7DCBD
(231,220,189)
#D2C8AC
(210,200,172)
#BDB49B
(189,180,155)
#A8A08A
(168,160,138)
#938C79
(147,140,121)
#7E7868
(126,120,104)
#696457
(105,100,87)
#545046
(84,80,70)
#3F3C35
(63,60,53)
#2A2824
(42,40,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #E7DCBD

#E7DCBD
(231,220,189)
#E9DFC3
(233,223,195)
#EBE2C9
(235,226,201)
#EDE5CF
(237,229,207)
#EFE8D5
(239,232,213)
#F1EBDB
(241,235,219)
#F3EEE1
(243,238,225)
#F5F1E7
(245,241,231)
#F7F4ED
(247,244,237)
#F9F7F3
(249,247,243)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DCBD color. Also use rgb(231,220,189) instead hex code.

Text Font Color

.myTextColor { color: #E7DCBD; }

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

This text font color is #E7DCBD.

Background Color

.myBgColor { background-color: #E7DCBD; }

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

This div background color is #E7DCBD.

Border color

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

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

This div border color is #E7DCBD.

Opacity

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

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

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

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

This text has shadow with #E7DCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DCBD.

Preview

Color preview on black background

This text has color #E7DCBD on black background.


Color preview on white background

This text has color #E7DCBD on white background.


Black color preview on #E7DCBD background

This text has black color on #E7DCBD background.


White color preview on #E7DCBD background

This text has white color on #E7DCBD background.


Related colors

Complementary color

Complementary color for #hex is #182342.


I love getcolorcode.com

Triadic colors

1 #BDE7DC and #DCBDE7 with #E7DCBD are triadic colors.

2 #BDDCE7 and #DCE7BD with #E7DCBD are triadic colors.