COLOR #E7B38B

HEX: #E7B38B RGB: (231,179,139)

Color info

#E7B38B contains mainly red and green colors. Web safe color of #E7B38B is #FF9999 (or #F99).

RGB color model

#E7B38B color RGB value is (231,179,139).

RGB: (231,179,139) (91%, 70%, 55%)

RGB channels and saturation

R 231 of 255 = 91%
G 179 of 255 = 70%
B 139 of 255 = 55%

231
179
139

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

Portions of RGB colors in percentages

R + G + B = 231 + 179 + 139 = 549 (100%)
R 231 of 549 ~ 42.08%
G 179 of 549 ~ 32.6%
B 139 of 549 ~ 25.32'%

%42.08
%32.6
%25.32

CMYK color model

#E7B38B color CMYK value is (0,23,40,9).

  • cyan value is 0.00%
  • magenta value is 22.51%
  • yellow value is 39.83%
  • key color value is 9.41%

CMYK: (0,23,40,9)
C0M23Y40K9 (0%, 23%, 40%, 9%)
(0.00 / 0.23 / 0.40 / 0.09)

CMYK percentages

%0
%22.51
%39.83
%9.41

Codes

Color #E7B38B in popluar color models

E7 B3 8B
RGB 231 179 139
HSL 26° 65.71% 72.55%
HSB/HSV 26° 39.83% 90.59%
CMYK 0.00% 22.51% 39.83%
9.41%

Color #E7B38B in popluar number systems.

HEX E7 B3 8B
Decimal 231 179 139
Binary 11100111 10110011 10001011
Octal 347 263 213

Shades and tints

Shades of #E7B38B

#E7B38B
(231,179,139)
#D2A37F
(210,163,127)
#BD9373
(189,147,115)
#A88367
(168,131,103)
#93735B
(147,115,91)
#7E634F
(126,99,79)
#695343
(105,83,67)
#544337
(84,67,55)
#3F332B
(63,51,43)
#2A231F
(42,35,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #E7B38B

#E7B38B
(231,179,139)
#E9B995
(233,185,149)
#EBBF9F
(235,191,159)
#EDC5A9
(237,197,169)
#EFCBB3
(239,203,179)
#F1D1BD
(241,209,189)
#F3D7C7
(243,215,199)
#F5DDD1
(245,221,209)
#F7E3DB
(247,227,219)
#F9E9E5
(249,233,229)
#FBEFEF
(251,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B38B color. Also use rgb(231,179,139) instead hex code.

Text Font Color

.myTextColor { color: #E7B38B; }

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

This text font color is #E7B38B.

Background Color

.myBgColor { background-color: #E7B38B; }

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

This div background color is #E7B38B.

Border color

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

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

This div border color is #E7B38B.

Opacity

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

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

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

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

This text has shadow with #E7B38B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B38B.

Preview

Color preview on black background

This text has color #E7B38B on black background.


Color preview on white background

This text has color #E7B38B on white background.


Black color preview on #E7B38B background

This text has black color on #E7B38B background.


White color preview on #E7B38B background

This text has white color on #E7B38B background.


Related colors

Complementary color

Complementary color for #hex is #184C74.


I love getcolorcode.com

Triadic colors

1 #8BE7B3 and #B38BE7 with #E7B38B are triadic colors.

2 #8BB3E7 and #B3E78B with #E7B38B are triadic colors.