COLOR #E1C1AC

HEX: #E1C1AC
RGB: (225,193,172)

Color info

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

RGB color model

#E1C1AC color RGB value is (225,193,172).

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

RGB channels and saturation

R 225 of 255 = 88%
G 193 of 255 = 76%
B 172 of 255 = 67%

225
193
172

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

Portions of RGB colors in percentages

R + G + B =
225 + 193 + 172 = 590 (100%)
R 225 of 590 ~ 38.14%
G 193 of 590 ~ 32.71%
B 172 of 590 ~ 29.15%

%38.14
%32.71
%29.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 23.56%
  • key color value is 11.76%
CMYK:
(0,14,24,12)
C0M14Y24K12 
(0%,14%,24%,12%)
(0.00/0.14/0.24/0.12)	

CMYK percentages

%0
%14.22
%23.56
%11.76

Codes

Color #E1C1AC in popluar color models

E1C1AC
RGB225193172
HSL24°46.90%77.84%
HSB/HSV24°23.56%88.24%
CMYK0.00%14.22%23.56%
11.76%

Color #E1C1AC in popluar number systems.

HEXE1C1AC
Decimal225193172
Binary111000011100000110101100
Octal341301254

Shades and tints

Shades of #E1C1AC

#E1C1AC
(225,193,172)
#CDB09D
(205,176,157)
#B99F8E
(185,159,142)
#A58E7F
(165,142,127)
#917D70
(145,125,112)
#7D6C61
(125,108,97)
#695B52
(105,91,82)
#554A43
(85,74,67)
#413934
(65,57,52)
#2D2825
(45,40,37)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #E1C1AC

#E1C1AC
(225,193,172)
#E3C6B3
(227,198,179)
#E5CBBA
(229,203,186)
#E7D0C1
(231,208,193)
#E9D5C8
(233,213,200)
#EBDACF
(235,218,207)
#EDDFD6
(237,223,214)
#EFE4DD
(239,228,221)
#F1E9E4
(241,233,228)
#F3EEEB
(243,238,235)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C1AC; }

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

This text font color is #E1C1AC.


Background Color

.myBgColor { background-color: #E1C1AC; }

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

This div background color is #E1C1AC.


Border color

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

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

This div border color is #E1C1AC.


Opacity

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

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

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

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

This text has shadow with #E1C1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C1AC on black background.


Color preview on white background

This text has color #E1C1AC on white background.



Black color preview on #E1C1AC background

This text has black color on #E1C1AC background.


White color preview on #E1C1AC background

This text has white color on #E1C1AC background.