COLOR #E7C896

HEX: #E7C896
RGB: (231,200,150)

Color info

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

RGB color model

#E7C896 color RGB value is (231,200,150).

  • red value is 231;
  • green value is 200;
  • blue value is 150.
RGB:
(231,200,150)
(91%,78%,59%)

RGB channels and saturation

R 231 of 255 = 91%
G 200 of 255 = 78%
B 150 of 255 = 59%

231
200
150

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

Portions of RGB colors in percentages

R + G + B =
231 + 200 + 150 = 581 (100%)
R 231 of 581 ~ 39.76%
G 200 of 581 ~ 34.42%
B 150 of 581 ~ 25.82%

%39.76
%34.42
%25.82

CMYK color model

#E7C896 color CMYK value is (0,13,35,9).

  • cyan value is 0.00%
  • magenta value is 13.42%
  • yellow value is 35.06%
  • key color value is 9.41%
CMYK:
(0,13,35,9)
C0M13Y35K9 
(0%,13%,35%,9%)
(0.00/0.13/0.35/0.09)	

CMYK percentages

%0
%13.42
%35.06
%9.41

Codes

Color #E7C896 in popluar color models

E7C896
RGB231200150
HSL37°62.79%74.71%
HSB/HSV37°35.06%90.59%
CMYK0.00%13.42%35.06%
9.41%

Color #E7C896 in popluar number systems.

HEXE7C896
Decimal231200150
Binary111001111100100010010110
Octal347310226

Shades and tints

Shades of #E7C896

#E7C896
(231,200,150)
#D2B689
(210,182,137)
#BDA47C
(189,164,124)
#A8926F
(168,146,111)
#938062
(147,128,98)
#7E6E55
(126,110,85)
#695C48
(105,92,72)
#544A3B
(84,74,59)
#3F382E
(63,56,46)
#2A2621
(42,38,33)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #E7C896

#E7C896
(231,200,150)
#E9CD9F
(233,205,159)
#EBD2A8
(235,210,168)
#EDD7B1
(237,215,177)
#EFDCBA
(239,220,186)
#F1E1C3
(241,225,195)
#F3E6CC
(243,230,204)
#F5EBD5
(245,235,213)
#F7F0DE
(247,240,222)
#F9F5E7
(249,245,231)
#FBFAF0
(251,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C896 color. Also use rgb(231,200,150) instead hex code.

Text Font Color

.myTextColor { color: #E7C896; }

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

This text font color is #E7C896.


Background Color

.myBgColor { background-color: #E7C896; }

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

This div background color is #E7C896.


Border color

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

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

This div border color is #E7C896.


Opacity

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

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

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

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

This text has shadow with #E7C896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C896 on black background.


Color preview on white background

This text has color #E7C896 on white background.



Black color preview on #E7C896 background

This text has black color on #E7C896 background.


White color preview on #E7C896 background

This text has white color on #E7C896 background.