COLOR #E7C3A6

HEX: #E7C3A6 RGB: (231,195,166)

Color info

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

RGB color model

#E7C3A6 color RGB value is (231,195,166).

RGB: (231,195,166) (91%, 76%, 65%)

RGB channels and saturation

R 231 of 255 = 91%
G 195 of 255 = 76%
B 166 of 255 = 65%

231
195
166

R + G + B ~ 77%. #E7C3A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 195 + 166 = 592 (100%)
R 231 of 592 ~ 39.02%
G 195 of 592 ~ 32.94%
B 166 of 592 ~ 28.04'%

%39.02
%32.94
%28.04

CMYK color model

#E7C3A6 color CMYK value is (0,16,28,9).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 28.14%
  • key color value is 9.41%
CMYK: (0,16,28,9) C0M16Y28K9 (0%,16%,28%,9%) (0.00/0.16/0.28/0.09) 

CMYK percentages

%0
%15.58
%28.14
%9.41

Codes

Color #E7C3A6 in popluar color models

E7 C3 A6
RGB 231 195 166
HSL 27° 57.52% 77.84%
HSB/HSV 27° 28.14% 90.59%
CMYK 0.00% 15.58% 28.14%
9.41%

Color #E7C3A6 in popluar number systems.

HEX E7 C3 A6
Decimal 231 195 166
Binary 11100111 11000011 10100110
Octal 347 303 246

Shades and tints

Shades of #E7C3A6

#E7C3A6
(231,195,166)
#D2B297
(210,178,151)
#BDA188
(189,161,136)
#A89079
(168,144,121)
#937F6A
(147,127,106)
#7E6E5B
(126,110,91)
#695D4C
(105,93,76)
#544C3D
(84,76,61)
#3F3B2E
(63,59,46)
#2A2A1F
(42,42,31)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #E7C3A6

#E7C3A6
(231,195,166)
#E9C8AE
(233,200,174)
#EBCDB6
(235,205,182)
#EDD2BE
(237,210,190)
#EFD7C6
(239,215,198)
#F1DCCE
(241,220,206)
#F3E1D6
(243,225,214)
#F5E6DE
(245,230,222)
#F7EBE6
(247,235,230)
#F9F0EE
(249,240,238)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C3A6 color. Also use rgb(231,195,166) instead hex code.

Text Font Color

.myTextColor { color: #E7C3A6; }

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

This text font color is #E7C3A6.

Background Color

.myBgColor { background-color: #E7C3A6; }

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

This div background color is #E7C3A6.

Border color

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

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

This div border color is #E7C3A6.

Opacity

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

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

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

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

This text has shadow with #E7C3A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C3A6.

Preview

Color preview on black background

This text has color #E7C3A6 on black background.


Color preview on white background

This text has color #E7C3A6 on white background.


Black color preview on #E7C3A6 background

This text has black color on #E7C3A6 background.


White color preview on #E7C3A6 background

This text has white color on #E7C3A6 background.


Related colors

Complementary color

Complementary color for #hex is #183C59.


I love getcolorcode.com

Triadic colors

1 #A6E7C3 and #C3A6E7 with #E7C3A6 are triadic colors.

2 #A6C3E7 and #C3E7A6 with #E7C3A6 are triadic colors.