COLOR #E1C7AC

HEX: #E1C7AC
RGB: (225,199,172)

Color info

#E1C7AC contains red, green and blue colors in about the same proportion. Web safe color of #E1C7AC is #CCCC99 (or #CC9).

RGB color model

#E1C7AC color RGB value is (225,199,172).

  • red value is 225;
  • green value is 199;
  • blue value is 172.
RGB:
(225,199,172)
(88%,78%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 199 of 255 = 78%
B 172 of 255 = 67%

225
199
172

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

Portions of RGB colors in percentages

R + G + B =
225 + 199 + 172 = 596 (100%)
R 225 of 596 ~ 37.75%
G 199 of 596 ~ 33.39%
B 172 of 596 ~ 28.86%

%37.75
%33.39
%28.86

CMYK color model

#E1C7AC color CMYK value is (0,12,24,12).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 23.56%
  • key color value is 11.76%
CMYK:
(0,12,24,12)
C0M12Y24K12 
(0%,12%,24%,12%)
(0.00/0.12/0.24/0.12)	

CMYK percentages

%0
%11.56
%23.56
%11.76

Codes

Color #E1C7AC in popluar color models

E1C7AC
RGB225199172
HSL31°46.90%77.84%
HSB/HSV31°23.56%88.24%
CMYK0.00%11.56%23.56%
11.76%

Color #E1C7AC in popluar number systems.

HEXE1C7AC
Decimal225199172
Binary111000011100011110101100
Octal341307254

Shades and tints

Shades of #E1C7AC

#E1C7AC
(225,199,172)
#CDB59D
(205,181,157)
#B9A38E
(185,163,142)
#A5917F
(165,145,127)
#917F70
(145,127,112)
#7D6D61
(125,109,97)
#695B52
(105,91,82)
#554943
(85,73,67)
#413734
(65,55,52)
#2D2525
(45,37,37)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #E1C7AC

#E1C7AC
(225,199,172)
#E3CCB3
(227,204,179)
#E5D1BA
(229,209,186)
#E7D6C1
(231,214,193)
#E9DBC8
(233,219,200)
#EBE0CF
(235,224,207)
#EDE5D6
(237,229,214)
#EFEADD
(239,234,221)
#F1EFE4
(241,239,228)
#F3F4EB
(243,244,235)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C7AC color. Also use rgb(225,199,172) instead hex code.

Text Font Color

.myTextColor { color: #E1C7AC; }

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

This text font color is #E1C7AC.


Background Color

.myBgColor { background-color: #E1C7AC; }

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

This div background color is #E1C7AC.


Border color

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

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

This div border color is #E1C7AC.


Opacity

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

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

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

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

This text has shadow with #E1C7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C7AC on black background.


Color preview on white background

This text has color #E1C7AC on white background.



Black color preview on #E1C7AC background

This text has black color on #E1C7AC background.


White color preview on #E1C7AC background

This text has white color on #E1C7AC background.