COLOR #E7C97A

HEX: #E7C97A RGB: (231,201,122)

Color info

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

RGB color model

#E7C97A color RGB value is (231,201,122).

RGB: (231,201,122) (91%, 79%, 48%)

RGB channels and saturation

R 231 of 255 = 91%
G 201 of 255 = 79%
B 122 of 255 = 48%

231
201
122

R + G + B ~ 73%. #E7C97A is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 201 + 122 = 554 (100%)
R 231 of 554 ~ 41.7%
G 201 of 554 ~ 36.28%
B 122 of 554 ~ 22.02'%

%41.7
%36.28
%22.02

CMYK color model

#E7C97A color CMYK value is (0,13,47,9).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 47.19%
  • key color value is 9.41%

CMYK: (0,13,47,9)
C0M13Y47K9 (0%, 13%, 47%, 9%)
(0.00 / 0.13 / 0.47 / 0.09)

CMYK percentages

%0
%12.99
%47.19
%9.41

Codes

Color #E7C97A in popluar color models

E7 C9 7A
RGB 231 201 122
HSL 43° 69.43% 69.22%
HSB/HSV 43° 47.19% 90.59%
CMYK 0.00% 12.99% 47.19%
9.41%

Color #E7C97A in popluar number systems.

HEX E7 C9 7A
Decimal 231 201 122
Binary 11100111 11001001 1111010
Octal 347 311 172

Shades and tints

Shades of #E7C97A

#E7C97A
(231,201,122)
#D2B76F
(210,183,111)
#BDA564
(189,165,100)
#A89359
(168,147,89)
#93814E
(147,129,78)
#7E6F43
(126,111,67)
#695D38
(105,93,56)
#544B2D
(84,75,45)
#3F3922
(63,57,34)
#2A2717
(42,39,23)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #E7C97A

#E7C97A
(231,201,122)
#E9CD86
(233,205,134)
#EBD192
(235,209,146)
#EDD59E
(237,213,158)
#EFD9AA
(239,217,170)
#F1DDB6
(241,221,182)
#F3E1C2
(243,225,194)
#F5E5CE
(245,229,206)
#F7E9DA
(247,233,218)
#F9EDE6
(249,237,230)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C97A color. Also use rgb(231,201,122) instead hex code.

Text Font Color

.myTextColor { color: #E7C97A; }

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

This text font color is #E7C97A.

Background Color

.myBgColor { background-color: #E7C97A; }

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

This div background color is #E7C97A.

Border color

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

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

This div border color is #E7C97A.

Opacity

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

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

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

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

This text has shadow with #E7C97A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C97A.

Preview

Color preview on black background

This text has color #E7C97A on black background.


Color preview on white background

This text has color #E7C97A on white background.


Black color preview on #E7C97A background

This text has black color on #E7C97A background.


White color preview on #E7C97A background

This text has white color on #E7C97A background.


Related colors

Complementary color

Complementary color for #hex is #183685.


I love getcolorcode.com

Triadic colors

1 #7AE7C9 and #C97AE7 with #E7C97A are triadic colors.

2 #7AC9E7 and #C9E77A with #E7C97A are triadic colors.