COLOR #E1CAB3

HEX: #E1CAB3
RGB: (225,202,179)

Color info

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

RGB color model

#E1CAB3 color RGB value is (225,202,179).

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

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 179 of 255 = 70%

225
202
179

R + G + B ~ 79%. #E1CAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 202 + 179 = 606 (100%)
R 225 of 606 ~ 37.13%
G 202 of 606 ~ 33.33%
B 179 of 606 ~ 29.54%

%37.13
%33.33
%29.54

CMYK color model

#E1CAB3 color CMYK value is (0,10,20,12).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 20.44%
  • key color value is 11.76%
CMYK:
(0,10,20,12)
C0M10Y20K12 
(0%,10%,20%,12%)
(0.00/0.10/0.20/0.12)	

CMYK percentages

%0
%10.22
%20.44
%11.76

Codes

Color #E1CAB3 in popluar color models

E1CAB3
RGB225202179
HSL30°43.40%79.22%
HSB/HSV30°20.44%88.24%
CMYK0.00%10.22%20.44%
11.76%

Color #E1CAB3 in popluar number systems.

HEXE1CAB3
Decimal225202179
Binary111000011100101010110011
Octal341312263

Shades and tints

Shades of #E1CAB3

#E1CAB3
(225,202,179)
#CDB8A3
(205,184,163)
#B9A693
(185,166,147)
#A59483
(165,148,131)
#918273
(145,130,115)
#7D7063
(125,112,99)
#695E53
(105,94,83)
#554C43
(85,76,67)
#413A33
(65,58,51)
#2D2823
(45,40,35)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #E1CAB3

#E1CAB3
(225,202,179)
#E3CEB9
(227,206,185)
#E5D2BF
(229,210,191)
#E7D6C5
(231,214,197)
#E9DACB
(233,218,203)
#EBDED1
(235,222,209)
#EDE2D7
(237,226,215)
#EFE6DD
(239,230,221)
#F1EAE3
(241,234,227)
#F3EEE9
(243,238,233)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CAB3; }

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

This text font color is #E1CAB3.


Background Color

.myBgColor { background-color: #E1CAB3; }

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

This div background color is #E1CAB3.


Border color

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

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

This div border color is #E1CAB3.


Opacity

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

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

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

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

This text has shadow with #E1CAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CAB3 on black background.


Color preview on white background

This text has color #E1CAB3 on white background.



Black color preview on #E1CAB3 background

This text has black color on #E1CAB3 background.


White color preview on #E1CAB3 background

This text has white color on #E1CAB3 background.