COLOR #E7D1BD

HEX: #E7D1BD
RGB: (231,209,189)

Color info

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

RGB color model

#E7D1BD color RGB value is (231,209,189).

  • red value is 231;
  • green value is 209;
  • blue value is 189.
RGB:
(231,209,189)
(91%,82%,74%)

RGB channels and saturation

R 231 of 255 = 91%
G 209 of 255 = 82%
B 189 of 255 = 74%

231
209
189

R + G + B ~ 82%. #E7D1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 209 + 189 = 629 (100%)
R 231 of 629 ~ 36.72%
G 209 of 629 ~ 33.23%
B 189 of 629 ~ 30.05%

%36.72
%33.23
%30.05

CMYK color model

#E7D1BD color CMYK value is (0,10,18,9).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 18.18%
  • key color value is 9.41%
CMYK:
(0,10,18,9)
C0M10Y18K9 
(0%,10%,18%,9%)
(0.00/0.10/0.18/0.09)	

CMYK percentages

%0
%9.52
%18.18
%9.41

Codes

Color #E7D1BD in popluar color models

E7D1BD
RGB231209189
HSL29°46.67%82.35%
HSB/HSV29°18.18%90.59%
CMYK0.00%9.52%18.18%
9.41%

Color #E7D1BD in popluar number systems.

HEXE7D1BD
Decimal231209189
Binary111001111101000110111101
Octal347321275

Shades and tints

Shades of #E7D1BD

#E7D1BD
(231,209,189)
#D2BEAC
(210,190,172)
#BDAB9B
(189,171,155)
#A8988A
(168,152,138)
#938579
(147,133,121)
#7E7268
(126,114,104)
#695F57
(105,95,87)
#544C46
(84,76,70)
#3F3935
(63,57,53)
#2A2624
(42,38,36)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #E7D1BD

#E7D1BD
(231,209,189)
#E9D5C3
(233,213,195)
#EBD9C9
(235,217,201)
#EDDDCF
(237,221,207)
#EFE1D5
(239,225,213)
#F1E5DB
(241,229,219)
#F3E9E1
(243,233,225)
#F5EDE7
(245,237,231)
#F7F1ED
(247,241,237)
#F9F5F3
(249,245,243)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D1BD; }

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

This text font color is #E7D1BD.


Background Color

.myBgColor { background-color: #E7D1BD; }

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

This div background color is #E7D1BD.


Border color

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

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

This div border color is #E7D1BD.


Opacity

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

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

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

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

This text has shadow with #E7D1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D1BD on black background.


Color preview on white background

This text has color #E7D1BD on white background.



Black color preview on #E7D1BD background

This text has black color on #E7D1BD background.


White color preview on #E7D1BD background

This text has white color on #E7D1BD background.