COLOR #E1CAC4

HEX: #E1CAC4
RGB: (225,202,196)

Color info

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

RGB color model

#E1CAC4 color RGB value is (225,202,196).

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

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 196 of 255 = 77%

225
202
196

R + G + B ~ 81%. #E1CAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 202 + 196 = 623 (100%)
R 225 of 623 ~ 36.12%
G 202 of 623 ~ 32.42%
B 196 of 623 ~ 31.46%

%36.12
%32.42
%31.46

CMYK color model

#E1CAC4 color CMYK value is (0,10,13,12).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 12.89%
  • key color value is 11.76%
CMYK:
(0,10,13,12)
C0M10Y13K12 
(0%,10%,13%,12%)
(0.00/0.10/0.13/0.12)	

CMYK percentages

%0
%10.22
%12.89
%11.76

Codes

Color #E1CAC4 in popluar color models

E1CAC4
RGB225202196
HSL12°32.58%82.55%
HSB/HSV12°12.89%88.24%
CMYK0.00%10.22%12.89%
11.76%

Color #E1CAC4 in popluar number systems.

HEXE1CAC4
Decimal225202196
Binary111000011100101011000100
Octal341312304

Shades and tints

Shades of #E1CAC4

#E1CAC4
(225,202,196)
#CDB8B3
(205,184,179)
#B9A6A2
(185,166,162)
#A59491
(165,148,145)
#918280
(145,130,128)
#7D706F
(125,112,111)
#695E5E
(105,94,94)
#554C4D
(85,76,77)
#413A3C
(65,58,60)
#2D282B
(45,40,43)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #E1CAC4

#E1CAC4
(225,202,196)
#E3CEC9
(227,206,201)
#E5D2CE
(229,210,206)
#E7D6D3
(231,214,211)
#E9DAD8
(233,218,216)
#EBDEDD
(235,222,221)
#EDE2E2
(237,226,226)
#EFE6E7
(239,230,231)
#F1EAEC
(241,234,236)
#F3EEF1
(243,238,241)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CAC4; }

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

This text font color is #E1CAC4.


Background Color

.myBgColor { background-color: #E1CAC4; }

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

This div background color is #E1CAC4.


Border color

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

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

This div border color is #E1CAC4.


Opacity

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

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

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

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

This text has shadow with #E1CAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CAC4 on black background.


Color preview on white background

This text has color #E1CAC4 on white background.



Black color preview on #E1CAC4 background

This text has black color on #E1CAC4 background.


White color preview on #E1CAC4 background

This text has white color on #E1CAC4 background.