COLOR #E1CAA3

HEX: #E1CAA3
RGB: (225,202,163)

Color info

#E1CAA3 contains mainly red and green colors. Web safe color of #E1CAA3 is #CCCC99 (or #CC9).

RGB color model

#E1CAA3 color RGB value is (225,202,163).

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

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 163 of 255 = 64%

225
202
163

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

Portions of RGB colors in percentages

R + G + B =
225 + 202 + 163 = 590 (100%)
R 225 of 590 ~ 38.14%
G 202 of 590 ~ 34.24%
B 163 of 590 ~ 27.63%

%38.14
%34.24
%27.63

CMYK color model

#E1CAA3 color CMYK value is (0,10,28,12).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 27.56%
  • key color value is 11.76%
CMYK:
(0,10,28,12)
C0M10Y28K12 
(0%,10%,28%,12%)
(0.00/0.10/0.28/0.12)	

CMYK percentages

%0
%10.22
%27.56
%11.76

Codes

Color #E1CAA3 in popluar color models

E1CAA3
RGB225202163
HSL38°50.82%76.08%
HSB/HSV38°27.56%88.24%
CMYK0.00%10.22%27.56%
11.76%

Color #E1CAA3 in popluar number systems.

HEXE1CAA3
Decimal225202163
Binary111000011100101010100011
Octal341312243

Shades and tints

Shades of #E1CAA3

#E1CAA3
(225,202,163)
#CDB895
(205,184,149)
#B9A687
(185,166,135)
#A59479
(165,148,121)
#91826B
(145,130,107)
#7D705D
(125,112,93)
#695E4F
(105,94,79)
#554C41
(85,76,65)
#413A33
(65,58,51)
#2D2825
(45,40,37)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #E1CAA3

#E1CAA3
(225,202,163)
#E3CEAB
(227,206,171)
#E5D2B3
(229,210,179)
#E7D6BB
(231,214,187)
#E9DAC3
(233,218,195)
#EBDECB
(235,222,203)
#EDE2D3
(237,226,211)
#EFE6DB
(239,230,219)
#F1EAE3
(241,234,227)
#F3EEEB
(243,238,235)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CAA3; }

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

This text font color is #E1CAA3.


Background Color

.myBgColor { background-color: #E1CAA3; }

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

This div background color is #E1CAA3.


Border color

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

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

This div border color is #E1CAA3.


Opacity

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

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

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

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

This text has shadow with #E1CAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CAA3 on black background.


Color preview on white background

This text has color #E1CAA3 on white background.



Black color preview on #E1CAA3 background

This text has black color on #E1CAA3 background.


White color preview on #E1CAA3 background

This text has white color on #E1CAA3 background.