COLOR #E1CABB

HEX: #E1CABB
RGB: (225,202,187)

Color info

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

RGB color model

#E1CABB color RGB value is (225,202,187).

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

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 187 of 255 = 73%

225
202
187

R + G + B ~ 80%. #E1CABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 202 + 187 = 614 (100%)
R 225 of 614 ~ 36.64%
G 202 of 614 ~ 32.9%
B 187 of 614 ~ 30.46%

%36.64
%32.9
%30.46

CMYK color model

#E1CABB color CMYK value is (0,10,17,12).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 16.89%
  • key color value is 11.76%
CMYK:
(0,10,17,12)
C0M10Y17K12 
(0%,10%,17%,12%)
(0.00/0.10/0.17/0.12)	

CMYK percentages

%0
%10.22
%16.89
%11.76

Codes

Color #E1CABB in popluar color models

E1CABB
RGB225202187
HSL24°38.78%80.78%
HSB/HSV24°16.89%88.24%
CMYK0.00%10.22%16.89%
11.76%

Color #E1CABB in popluar number systems.

HEXE1CABB
Decimal225202187
Binary111000011100101010111011
Octal341312273

Shades and tints

Shades of #E1CABB

#E1CABB
(225,202,187)
#CDB8AA
(205,184,170)
#B9A699
(185,166,153)
#A59488
(165,148,136)
#918277
(145,130,119)
#7D7066
(125,112,102)
#695E55
(105,94,85)
#554C44
(85,76,68)
#413A33
(65,58,51)
#2D2822
(45,40,34)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #E1CABB

#E1CABB
(225,202,187)
#E3CEC1
(227,206,193)
#E5D2C7
(229,210,199)
#E7D6CD
(231,214,205)
#E9DAD3
(233,218,211)
#EBDED9
(235,222,217)
#EDE2DF
(237,226,223)
#EFE6E5
(239,230,229)
#F1EAEB
(241,234,235)
#F3EEF1
(243,238,241)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CABB; }

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

This text font color is #E1CABB.


Background Color

.myBgColor { background-color: #E1CABB; }

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

This div background color is #E1CABB.


Border color

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

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

This div border color is #E1CABB.


Opacity

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

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

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

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

This text has shadow with #E1CABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CABB on black background.


Color preview on white background

This text has color #E1CABB on white background.



Black color preview on #E1CABB background

This text has black color on #E1CABB background.


White color preview on #E1CABB background

This text has white color on #E1CABB background.