COLOR #E1CAC9

HEX: #E1CAC9
RGB: (225,202,201)

Color info

#E1CAC9 contains red, green and blue colors in about the same proportion. Web safe color of #E1CAC9 is #CCCCCC (or #CCC).

RGB color model

#E1CAC9 color RGB value is (225,202,201).

  • red value is 225;
  • green value is 202;
  • blue value is 201.
RGB:
(225,202,201)
(88%,79%,79%)

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 201 of 255 = 79%

225
202
201

R + G + B ~ 82%. #E1CAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 202 + 201 = 628 (100%)
R 225 of 628 ~ 35.83%
G 202 of 628 ~ 32.17%
B 201 of 628 ~ 32.01%

%35.83
%32.17
%32.01

CMYK color model

#E1CAC9 color CMYK value is (0,10,11,12).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 10.67%
  • key color value is 11.76%
CMYK:
(0,10,11,12)
C0M10Y11K12 
(0%,10%,11%,12%)
(0.00/0.10/0.11/0.12)	

CMYK percentages

%0
%10.22
%10.67
%11.76

Codes

Color #E1CAC9 in popluar color models

E1CAC9
RGB225202201
HSL28.57%83.53%
HSB/HSV10.67%88.24%
CMYK0.00%10.22%10.67%
11.76%

Color #E1CAC9 in popluar number systems.

HEXE1CAC9
Decimal225202201
Binary111000011100101011001001
Octal341312311

Shades and tints

Shades of #E1CAC9

#E1CAC9
(225,202,201)
#CDB8B7
(205,184,183)
#B9A6A5
(185,166,165)
#A59493
(165,148,147)
#918281
(145,130,129)
#7D706F
(125,112,111)
#695E5D
(105,94,93)
#554C4B
(85,76,75)
#413A39
(65,58,57)
#2D2827
(45,40,39)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #E1CAC9

#E1CAC9
(225,202,201)
#E3CECD
(227,206,205)
#E5D2D1
(229,210,209)
#E7D6D5
(231,214,213)
#E9DAD9
(233,218,217)
#EBDEDD
(235,222,221)
#EDE2E1
(237,226,225)
#EFE6E5
(239,230,229)
#F1EAE9
(241,234,233)
#F3EEED
(243,238,237)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CAC9 color. Also use rgb(225,202,201) instead hex code.

Text Font Color

.myTextColor { color: #E1CAC9; }

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

This text font color is #E1CAC9.


Background Color

.myBgColor { background-color: #E1CAC9; }

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

This div background color is #E1CAC9.


Border color

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

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

This div border color is #E1CAC9.


Opacity

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

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

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

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

This text has shadow with #E1CAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CAC9 on black background.


Color preview on white background

This text has color #E1CAC9 on white background.



Black color preview on #E1CAC9 background

This text has black color on #E1CAC9 background.


White color preview on #E1CAC9 background

This text has white color on #E1CAC9 background.