COLOR #E7C3AA

HEX: #E7C3AA RGB: (231,195,170)

Color info

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

RGB color model

#E7C3AA color RGB value is (231,195,170).

RGB: (231,195,170) (91%, 76%, 67%)

RGB channels and saturation

R 231 of 255 = 91%
G 195 of 255 = 76%
B 170 of 255 = 67%

231
195
170

R + G + B ~ 78%. #E7C3AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 195 + 170 = 596 (100%)
R 231 of 596 ~ 38.76%
G 195 of 596 ~ 32.72%
B 170 of 596 ~ 28.52'%

%38.76
%32.72
%28.52

CMYK color model

#E7C3AA color CMYK value is (0,16,26,9).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 26.41%
  • key color value is 9.41%

CMYK: (0,16,26,9)
C0M16Y26K9 (0%, 16%, 26%, 9%)
(0.00 / 0.16 / 0.26 / 0.09)

CMYK percentages

%0
%15.58
%26.41
%9.41

Codes

Color #E7C3AA in popluar color models

E7 C3 AA
RGB 231 195 170
HSL 25° 55.96% 78.63%
HSB/HSV 25° 26.41% 90.59%
CMYK 0.00% 15.58% 26.41%
9.41%

Color #E7C3AA in popluar number systems.

HEX E7 C3 AA
Decimal 231 195 170
Binary 11100111 11000011 10101010
Octal 347 303 252

Shades and tints

Shades of #E7C3AA

#E7C3AA
(231,195,170)
#D2B29B
(210,178,155)
#BDA18C
(189,161,140)
#A8907D
(168,144,125)
#937F6E
(147,127,110)
#7E6E5F
(126,110,95)
#695D50
(105,93,80)
#544C41
(84,76,65)
#3F3B32
(63,59,50)
#2A2A23
(42,42,35)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #E7C3AA

#E7C3AA
(231,195,170)
#E9C8B1
(233,200,177)
#EBCDB8
(235,205,184)
#EDD2BF
(237,210,191)
#EFD7C6
(239,215,198)
#F1DCCD
(241,220,205)
#F3E1D4
(243,225,212)
#F5E6DB
(245,230,219)
#F7EBE2
(247,235,226)
#F9F0E9
(249,240,233)
#FBF5F0
(251,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C3AA; }

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

This text font color is #E7C3AA.

Background Color

.myBgColor { background-color: #E7C3AA; }

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

This div background color is #E7C3AA.

Border color

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

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

This div border color is #E7C3AA.

Opacity

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

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

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

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

This text has shadow with #E7C3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C3AA.

Preview

Color preview on black background

This text has color #E7C3AA on black background.


Color preview on white background

This text has color #E7C3AA on white background.


Black color preview on #E7C3AA background

This text has black color on #E7C3AA background.


White color preview on #E7C3AA background

This text has white color on #E7C3AA background.


Related colors

Complementary color

Complementary color for #hex is #183C55.


I love getcolorcode.com

Triadic colors

1 #AAE7C3 and #C3AAE7 with #E7C3AA are triadic colors.

2 #AAC3E7 and #C3E7AA with #E7C3AA are triadic colors.