COLOR #E7B988

HEX: #E7B988
RGB: (231,185,136)

Color info

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

RGB color model

#E7B988 color RGB value is (231,185,136).

  • red value is 231;
  • green value is 185;
  • blue value is 136.
RGB:
(231,185,136)
(91%,73%,53%)

RGB channels and saturation

R 231 of 255 = 91%
G 185 of 255 = 73%
B 136 of 255 = 53%

231
185
136

R + G + B ~ 72%. #E7B988 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 185 + 136 = 552 (100%)
R 231 of 552 ~ 41.85%
G 185 of 552 ~ 33.51%
B 136 of 552 ~ 24.64%

%41.85
%33.51
%24.64

CMYK color model

#E7B988 color CMYK value is (0,20,41,9).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 41.13%
  • key color value is 9.41%
CMYK:
(0,20,41,9)
C0M20Y41K9 
(0%,20%,41%,9%)
(0.00/0.20/0.41/0.09)	

CMYK percentages

%0
%19.91
%41.13
%9.41

Codes

Color #E7B988 in popluar color models

E7B988
RGB231185136
HSL31°66.43%71.96%
HSB/HSV31°41.13%90.59%
CMYK0.00%19.91%41.13%
9.41%

Color #E7B988 in popluar number systems.

HEXE7B988
Decimal231185136
Binary111001111011100110001000
Octal347271210

Shades and tints

Shades of #E7B988

#E7B988
(231,185,136)
#D2A97C
(210,169,124)
#BD9970
(189,153,112)
#A88964
(168,137,100)
#937958
(147,121,88)
#7E694C
(126,105,76)
#695940
(105,89,64)
#544934
(84,73,52)
#3F3928
(63,57,40)
#2A291C
(42,41,28)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #E7B988

#E7B988
(231,185,136)
#E9BF92
(233,191,146)
#EBC59C
(235,197,156)
#EDCBA6
(237,203,166)
#EFD1B0
(239,209,176)
#F1D7BA
(241,215,186)
#F3DDC4
(243,221,196)
#F5E3CE
(245,227,206)
#F7E9D8
(247,233,216)
#F9EFE2
(249,239,226)
#FBF5EC
(251,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B988 color. Also use rgb(231,185,136) instead hex code.

Text Font Color

.myTextColor { color: #E7B988; }

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

This text font color is #E7B988.


Background Color

.myBgColor { background-color: #E7B988; }

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

This div background color is #E7B988.


Border color

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

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

This div border color is #E7B988.


Opacity

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

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

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

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

This text has shadow with #E7B988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B988 on black background.


Color preview on white background

This text has color #E7B988 on white background.



Black color preview on #E7B988 background

This text has black color on #E7B988 background.


White color preview on #E7B988 background

This text has white color on #E7B988 background.