COLOR #E7B167

HEX: #E7B167
RGB: (231,177,103)

Color info

#E7B167 contains mainly red and green colors. Web safe color of #E7B167 is #FF9966 (or #F96).

RGB color model

#E7B167 color RGB value is (231,177,103).

  • red value is 231;
  • green value is 177;
  • blue value is 103.
RGB:
(231,177,103)
(91%,69%,40%)

RGB channels and saturation

R 231 of 255 = 91%
G 177 of 255 = 69%
B 103 of 255 = 40%

231
177
103

R + G + B ~ 67%. #E7B167 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 177 + 103 = 511 (100%)
R 231 of 511 ~ 45.21%
G 177 of 511 ~ 34.64%
B 103 of 511 ~ 20.16%

%45.21
%34.64
%20.16

CMYK color model

#E7B167 color CMYK value is (0,23,55,9).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 55.41%
  • key color value is 9.41%
CMYK:
(0,23,55,9)
C0M23Y55K9 
(0%,23%,55%,9%)
(0.00/0.23/0.55/0.09)	

CMYK percentages

%0
%23.38
%55.41
%9.41

Codes

Color #E7B167 in popluar color models

E7B167
RGB231177103
HSL35°72.73%65.49%
HSB/HSV35°55.41%90.59%
CMYK0.00%23.38%55.41%
9.41%

Color #E7B167 in popluar number systems.

HEXE7B167
Decimal231177103
Binary11100111101100011100111
Octal347261147

Shades and tints

Shades of #E7B167

#E7B167
(231,177,103)
#D2A15E
(210,161,94)
#BD9155
(189,145,85)
#A8814C
(168,129,76)
#937143
(147,113,67)
#7E613A
(126,97,58)
#695131
(105,81,49)
#544128
(84,65,40)
#3F311F
(63,49,31)
#2A2116
(42,33,22)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #E7B167

#E7B167
(231,177,103)
#E9B874
(233,184,116)
#EBBF81
(235,191,129)
#EDC68E
(237,198,142)
#EFCD9B
(239,205,155)
#F1D4A8
(241,212,168)
#F3DBB5
(243,219,181)
#F5E2C2
(245,226,194)
#F7E9CF
(247,233,207)
#F9F0DC
(249,240,220)
#FBF7E9
(251,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B167 color. Also use rgb(231,177,103) instead hex code.

Text Font Color

.myTextColor { color: #E7B167; }

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

This text font color is #E7B167.


Background Color

.myBgColor { background-color: #E7B167; }

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

This div background color is #E7B167.


Border color

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

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

This div border color is #E7B167.


Opacity

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

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

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

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

This text has shadow with #E7B167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B167 on black background.


Color preview on white background

This text has color #E7B167 on white background.



Black color preview on #E7B167 background

This text has black color on #E7B167 background.


White color preview on #E7B167 background

This text has white color on #E7B167 background.