COLOR #E7B689

HEX: #E7B689
RGB: (231,182,137)

Color info

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

RGB color model

#E7B689 color RGB value is (231,182,137).

  • red value is 231;
  • green value is 182;
  • blue value is 137.
RGB:
(231,182,137)
(91%,71%,54%)

RGB channels and saturation

R 231 of 255 = 91%
G 182 of 255 = 71%
B 137 of 255 = 54%

231
182
137

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

Portions of RGB colors in percentages

R + G + B =
231 + 182 + 137 = 550 (100%)
R 231 of 550 ~ 42%
G 182 of 550 ~ 33.09%
B 137 of 550 ~ 24.91%

%42
%33.09
%24.91

CMYK color model

#E7B689 color CMYK value is (0,21,41,9).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 40.69%
  • key color value is 9.41%
CMYK:
(0,21,41,9)
C0M21Y41K9 
(0%,21%,41%,9%)
(0.00/0.21/0.41/0.09)	

CMYK percentages

%0
%21.21
%40.69
%9.41

Codes

Color #E7B689 in popluar color models

E7B689
RGB231182137
HSL29°66.20%72.16%
HSB/HSV29°40.69%90.59%
CMYK0.00%21.21%40.69%
9.41%

Color #E7B689 in popluar number systems.

HEXE7B689
Decimal231182137
Binary111001111011011010001001
Octal347266211

Shades and tints

Shades of #E7B689

#E7B689
(231,182,137)
#D2A67D
(210,166,125)
#BD9671
(189,150,113)
#A88665
(168,134,101)
#937659
(147,118,89)
#7E664D
(126,102,77)
#695641
(105,86,65)
#544635
(84,70,53)
#3F3629
(63,54,41)
#2A261D
(42,38,29)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #E7B689

#E7B689
(231,182,137)
#E9BC93
(233,188,147)
#EBC29D
(235,194,157)
#EDC8A7
(237,200,167)
#EFCEB1
(239,206,177)
#F1D4BB
(241,212,187)
#F3DAC5
(243,218,197)
#F5E0CF
(245,224,207)
#F7E6D9
(247,230,217)
#F9ECE3
(249,236,227)
#FBF2ED
(251,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B689 color. Also use rgb(231,182,137) instead hex code.

Text Font Color

.myTextColor { color: #E7B689; }

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

This text font color is #E7B689.


Background Color

.myBgColor { background-color: #E7B689; }

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

This div background color is #E7B689.


Border color

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

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

This div border color is #E7B689.


Opacity

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

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

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

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

This text has shadow with #E7B689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B689 on black background.


Color preview on white background

This text has color #E7B689 on white background.



Black color preview on #E7B689 background

This text has black color on #E7B689 background.


White color preview on #E7B689 background

This text has white color on #E7B689 background.