COLOR #E7C29E

HEX: #E7C29E RGB: (231,194,158)

Color info

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

RGB color model

#E7C29E color RGB value is (231,194,158).

RGB: (231,194,158) (91%, 76%, 62%)

RGB channels and saturation

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

231
194
158

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

Portions of RGB colors in percentages

R + G + B = 231 + 194 + 158 = 583 (100%)
R 231 of 583 ~ 39.62%
G 194 of 583 ~ 33.28%
B 158 of 583 ~ 27.1'%

%39.62
%33.28
%27.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 31.60%
  • 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
%31.6
%9.41

Codes

Color #E7C29E in popluar color models

E7 C2 9E
RGB 231 194 158
HSL 30° 60.33% 76.27%
HSB/HSV 30° 31.60% 90.59%
CMYK 0.00% 16.02% 31.60%
9.41%

Color #E7C29E in popluar number systems.

HEX E7 C2 9E
Decimal 231 194 158
Binary 11100111 11000010 10011110
Octal 347 302 236

Shades and tints

Shades of #E7C29E

#E7C29E
(231,194,158)
#D2B190
(210,177,144)
#BDA082
(189,160,130)
#A88F74
(168,143,116)
#937E66
(147,126,102)
#7E6D58
(126,109,88)
#695C4A
(105,92,74)
#544B3C
(84,75,60)
#3F3A2E
(63,58,46)
#2A2920
(42,41,32)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #E7C29E

#E7C29E
(231,194,158)
#E9C7A6
(233,199,166)
#EBCCAE
(235,204,174)
#EDD1B6
(237,209,182)
#EFD6BE
(239,214,190)
#F1DBC6
(241,219,198)
#F3E0CE
(243,224,206)
#F5E5D6
(245,229,214)
#F7EADE
(247,234,222)
#F9EFE6
(249,239,230)
#FBF4EE
(251,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C29E; }

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

This text font color is #E7C29E.

Background Color

.myBgColor { background-color: #E7C29E; }

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

This div background color is #E7C29E.

Border color

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

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

This div border color is #E7C29E.

Opacity

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

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

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

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

This text has shadow with #E7C29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C29E.

Preview

Color preview on black background

This text has color #E7C29E on black background.


Color preview on white background

This text has color #E7C29E on white background.


Black color preview on #E7C29E background

This text has black color on #E7C29E background.


White color preview on #E7C29E background

This text has white color on #E7C29E background.


Related colors

Complementary color

Complementary color for #hex is #183D61.


I love getcolorcode.com

Triadic colors

1 #9EE7C2 and #C29EE7 with #E7C29E are triadic colors.

2 #9EC2E7 and #C2E79E with #E7C29E are triadic colors.