COLOR #E7B7A5

HEX: #E7B7A5 RGB: (231,183,165)

Color info

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

RGB color model

#E7B7A5 color RGB value is (231,183,165).

RGB: (231,183,165) (91%, 72%, 65%)

RGB channels and saturation

R 231 of 255 = 91%
G 183 of 255 = 72%
B 165 of 255 = 65%

231
183
165

R + G + B ~ 76%. #E7B7A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 183 + 165 = 579 (100%)
R 231 of 579 ~ 39.9%
G 183 of 579 ~ 31.61%
B 165 of 579 ~ 28.5'%

%39.9
%31.61
%28.5

CMYK color model

#E7B7A5 color CMYK value is (0,21,29,9).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 28.57%
  • key color value is 9.41%

CMYK: (0,21,29,9)
C0M21Y29K9 (0%, 21%, 29%, 9%)
(0.00 / 0.21 / 0.29 / 0.09)

CMYK percentages

%0
%20.78
%28.57
%9.41

Codes

Color #E7B7A5 in popluar color models

E7 B7 A5
RGB 231 183 165
HSL 16° 57.89% 77.65%
HSB/HSV 16° 28.57% 90.59%
CMYK 0.00% 20.78% 28.57%
9.41%

Color #E7B7A5 in popluar number systems.

HEX E7 B7 A5
Decimal 231 183 165
Binary 11100111 10110111 10100101
Octal 347 267 245

Shades and tints

Shades of #E7B7A5

#E7B7A5
(231,183,165)
#D2A796
(210,167,150)
#BD9787
(189,151,135)
#A88778
(168,135,120)
#937769
(147,119,105)
#7E675A
(126,103,90)
#69574B
(105,87,75)
#54473C
(84,71,60)
#3F372D
(63,55,45)
#2A271E
(42,39,30)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #E7B7A5

#E7B7A5
(231,183,165)
#E9BDAD
(233,189,173)
#EBC3B5
(235,195,181)
#EDC9BD
(237,201,189)
#EFCFC5
(239,207,197)
#F1D5CD
(241,213,205)
#F3DBD5
(243,219,213)
#F5E1DD
(245,225,221)
#F7E7E5
(247,231,229)
#F9EDED
(249,237,237)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B7A5 color. Also use rgb(231,183,165) instead hex code.

Text Font Color

.myTextColor { color: #E7B7A5; }

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

This text font color is #E7B7A5.

Background Color

.myBgColor { background-color: #E7B7A5; }

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

This div background color is #E7B7A5.

Border color

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

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

This div border color is #E7B7A5.

Opacity

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

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

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

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

This text has shadow with #E7B7A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B7A5.

Preview

Color preview on black background

This text has color #E7B7A5 on black background.


Color preview on white background

This text has color #E7B7A5 on white background.


Black color preview on #E7B7A5 background

This text has black color on #E7B7A5 background.


White color preview on #E7B7A5 background

This text has white color on #E7B7A5 background.


Related colors

Complementary color

Complementary color for #hex is #18485A.


I love getcolorcode.com

Triadic colors

1 #A5E7B7 and #B7A5E7 with #E7B7A5 are triadic colors.

2 #A5B7E7 and #B7E7A5 with #E7B7A5 are triadic colors.