COLOR #E7BC7E

HEX: #E7BC7E
RGB: (231,188,126)

Color info

#E7BC7E contains mainly red and green colors. Web safe color of #E7BC7E is #FFCC66 (or #FC6).

RGB color model

#E7BC7E color RGB value is (231,188,126).

  • red value is 231;
  • green value is 188;
  • blue value is 126.
RGB:
(231,188,126)
(91%,74%,49%)

RGB channels and saturation

R 231 of 255 = 91%
G 188 of 255 = 74%
B 126 of 255 = 49%

231
188
126

R + G + B ~ 71%. #E7BC7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 188 + 126 = 545 (100%)
R 231 of 545 ~ 42.39%
G 188 of 545 ~ 34.5%
B 126 of 545 ~ 23.12%

%42.39
%34.5
%23.12

CMYK color model

#E7BC7E color CMYK value is (0,19,45,9).

  • cyan value is 0.00%
  • magenta value is 18.61%
  • yellow value is 45.45%
  • key color value is 9.41%
CMYK:
(0,19,45,9)
C0M19Y45K9 
(0%,19%,45%,9%)
(0.00/0.19/0.45/0.09)	

CMYK percentages

%0
%18.61
%45.45
%9.41

Codes

Color #E7BC7E in popluar color models

E7BC7E
RGB231188126
HSL35°68.63%70.00%
HSB/HSV35°45.45%90.59%
CMYK0.00%18.61%45.45%
9.41%

Color #E7BC7E in popluar number systems.

HEXE7BC7E
Decimal231188126
Binary11100111101111001111110
Octal347274176

Shades and tints

Shades of #E7BC7E

#E7BC7E
(231,188,126)
#D2AB73
(210,171,115)
#BD9A68
(189,154,104)
#A8895D
(168,137,93)
#937852
(147,120,82)
#7E6747
(126,103,71)
#69563C
(105,86,60)
#544531
(84,69,49)
#3F3426
(63,52,38)
#2A231B
(42,35,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #E7BC7E

#E7BC7E
(231,188,126)
#E9C289
(233,194,137)
#EBC894
(235,200,148)
#EDCE9F
(237,206,159)
#EFD4AA
(239,212,170)
#F1DAB5
(241,218,181)
#F3E0C0
(243,224,192)
#F5E6CB
(245,230,203)
#F7ECD6
(247,236,214)
#F9F2E1
(249,242,225)
#FBF8EC
(251,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BC7E color. Also use rgb(231,188,126) instead hex code.

Text Font Color

.myTextColor { color: #E7BC7E; }

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

This text font color is #E7BC7E.


Background Color

.myBgColor { background-color: #E7BC7E; }

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

This div background color is #E7BC7E.


Border color

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

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

This div border color is #E7BC7E.


Opacity

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

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

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

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

This text has shadow with #E7BC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BC7E on black background.


Color preview on white background

This text has color #E7BC7E on white background.



Black color preview on #E7BC7E background

This text has black color on #E7BC7E background.


White color preview on #E7BC7E background

This text has white color on #E7BC7E background.