COLOR #E7C29D

HEX: #E7C29D
RGB: (231,194,157)

Color info

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

RGB color model

#E7C29D color RGB value is (231,194,157).

  • red value is 231;
  • green value is 194;
  • blue value is 157.
RGB:
(231,194,157)
(91%,76%,62%)

RGB channels and saturation

R 231 of 255 = 91%
G 194 of 255 = 76%
B 157 of 255 = 62%

231
194
157

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

Portions of RGB colors in percentages

R + G + B =
231 + 194 + 157 = 582 (100%)
R 231 of 582 ~ 39.69%
G 194 of 582 ~ 33.33%
B 157 of 582 ~ 26.98%

%39.69
%33.33
%26.98

CMYK color model

#E7C29D color CMYK value is (0,16,32,9).

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 32.03%
  • key color value is 9.41%
CMYK:
(0,16,32,9)
C0M16Y32K9 
(0%,16%,32%,9%)
(0.00/0.16/0.32/0.09)	

CMYK percentages

%0
%16.02
%32.03
%9.41

Codes

Color #E7C29D in popluar color models

E7C29D
RGB231194157
HSL30°60.66%76.08%
HSB/HSV30°32.03%90.59%
CMYK0.00%16.02%32.03%
9.41%

Color #E7C29D in popluar number systems.

HEXE7C29D
Decimal231194157
Binary111001111100001010011101
Octal347302235

Shades and tints

Shades of #E7C29D

#E7C29D
(231,194,157)
#D2B18F
(210,177,143)
#BDA081
(189,160,129)
#A88F73
(168,143,115)
#937E65
(147,126,101)
#7E6D57
(126,109,87)
#695C49
(105,92,73)
#544B3B
(84,75,59)
#3F3A2D
(63,58,45)
#2A291F
(42,41,31)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #E7C29D

#E7C29D
(231,194,157)
#E9C7A5
(233,199,165)
#EBCCAD
(235,204,173)
#EDD1B5
(237,209,181)
#EFD6BD
(239,214,189)
#F1DBC5
(241,219,197)
#F3E0CD
(243,224,205)
#F5E5D5
(245,229,213)
#F7EADD
(247,234,221)
#F9EFE5
(249,239,229)
#FBF4ED
(251,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C29D color. Also use rgb(231,194,157) instead hex code.

Text Font Color

.myTextColor { color: #E7C29D; }

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

This text font color is #E7C29D.


Background Color

.myBgColor { background-color: #E7C29D; }

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

This div background color is #E7C29D.


Border color

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

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

This div border color is #E7C29D.


Opacity

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

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

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

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

This text has shadow with #E7C29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C29D on black background.


Color preview on white background

This text has color #E7C29D on white background.



Black color preview on #E7C29D background

This text has black color on #E7C29D background.


White color preview on #E7C29D background

This text has white color on #E7C29D background.