COLOR #E7C3AE

HEX: #E7C3AE
RGB: (231,195,174)

Color info

#E7C3AE contains red, green and blue colors in about the same proportion. Web safe color of #E7C3AE is #FFCC99 (or #FC9).

RGB color model

#E7C3AE color RGB value is (231,195,174).

  • red value is 231;
  • green value is 195;
  • blue value is 174.
RGB:
(231,195,174)
(91%,76%,68%)

RGB channels and saturation

R 231 of 255 = 91%
G 195 of 255 = 76%
B 174 of 255 = 68%

231
195
174

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

Portions of RGB colors in percentages

R + G + B =
231 + 195 + 174 = 600 (100%)
R 231 of 600 ~ 38.5%
G 195 of 600 ~ 32.5%
B 174 of 600 ~ 29%

%38.5
%32.5
%29

CMYK color model

#E7C3AE color CMYK value is (0,16,25,9).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 24.68%
  • key color value is 9.41%
CMYK:
(0,16,25,9)
C0M16Y25K9 
(0%,16%,25%,9%)
(0.00/0.16/0.25/0.09)	

CMYK percentages

%0
%15.58
%24.68
%9.41

Codes

Color #E7C3AE in popluar color models

E7C3AE
RGB231195174
HSL22°54.29%79.41%
HSB/HSV22°24.68%90.59%
CMYK0.00%15.58%24.68%
9.41%

Color #E7C3AE in popluar number systems.

HEXE7C3AE
Decimal231195174
Binary111001111100001110101110
Octal347303256

Shades and tints

Shades of #E7C3AE

#E7C3AE
(231,195,174)
#D2B29F
(210,178,159)
#BDA190
(189,161,144)
#A89081
(168,144,129)
#937F72
(147,127,114)
#7E6E63
(126,110,99)
#695D54
(105,93,84)
#544C45
(84,76,69)
#3F3B36
(63,59,54)
#2A2A27
(42,42,39)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #E7C3AE

#E7C3AE
(231,195,174)
#E9C8B5
(233,200,181)
#EBCDBC
(235,205,188)
#EDD2C3
(237,210,195)
#EFD7CA
(239,215,202)
#F1DCD1
(241,220,209)
#F3E1D8
(243,225,216)
#F5E6DF
(245,230,223)
#F7EBE6
(247,235,230)
#F9F0ED
(249,240,237)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C3AE; }

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

This text font color is #E7C3AE.


Background Color

.myBgColor { background-color: #E7C3AE; }

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

This div background color is #E7C3AE.


Border color

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

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

This div border color is #E7C3AE.


Opacity

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

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

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

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

This text has shadow with #E7C3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C3AE on black background.


Color preview on white background

This text has color #E7C3AE on white background.



Black color preview on #E7C3AE background

This text has black color on #E7C3AE background.


White color preview on #E7C3AE background

This text has white color on #E7C3AE background.