COLOR #E7C9BD

HEX: #E7C9BD
RGB: (231,201,189)

Color info

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

RGB color model

#E7C9BD color RGB value is (231,201,189).

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

RGB channels and saturation

R 231 of 255 = 91%
G 201 of 255 = 79%
B 189 of 255 = 74%

231
201
189

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

Portions of RGB colors in percentages

R + G + B =
231 + 201 + 189 = 621 (100%)
R 231 of 621 ~ 37.2%
G 201 of 621 ~ 32.37%
B 189 of 621 ~ 30.43%

%37.2
%32.37
%30.43

CMYK color model

#E7C9BD color CMYK value is (0,13,18,9).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 18.18%
  • key color value is 9.41%
CMYK:
(0,13,18,9)
C0M13Y18K9 
(0%,13%,18%,9%)
(0.00/0.13/0.18/0.09)	

CMYK percentages

%0
%12.99
%18.18
%9.41

Codes

Color #E7C9BD in popluar color models

E7C9BD
RGB231201189
HSL17°46.67%82.35%
HSB/HSV17°18.18%90.59%
CMYK0.00%12.99%18.18%
9.41%

Color #E7C9BD in popluar number systems.

HEXE7C9BD
Decimal231201189
Binary111001111100100110111101
Octal347311275

Shades and tints

Shades of #E7C9BD

#E7C9BD
(231,201,189)
#D2B7AC
(210,183,172)
#BDA59B
(189,165,155)
#A8938A
(168,147,138)
#938179
(147,129,121)
#7E6F68
(126,111,104)
#695D57
(105,93,87)
#544B46
(84,75,70)
#3F3935
(63,57,53)
#2A2724
(42,39,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #E7C9BD

#E7C9BD
(231,201,189)
#E9CDC3
(233,205,195)
#EBD1C9
(235,209,201)
#EDD5CF
(237,213,207)
#EFD9D5
(239,217,213)
#F1DDDB
(241,221,219)
#F3E1E1
(243,225,225)
#F5E5E7
(245,229,231)
#F7E9ED
(247,233,237)
#F9EDF3
(249,237,243)
#FBF1F9
(251,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C9BD; }

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

This text font color is #E7C9BD.


Background Color

.myBgColor { background-color: #E7C9BD; }

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

This div background color is #E7C9BD.


Border color

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

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

This div border color is #E7C9BD.


Opacity

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

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

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

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

This text has shadow with #E7C9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C9BD on black background.


Color preview on white background

This text has color #E7C9BD on white background.



Black color preview on #E7C9BD background

This text has black color on #E7C9BD background.


White color preview on #E7C9BD background

This text has white color on #E7C9BD background.