COLOR #E1CABE

HEX: #E1CABE
RGB: (225,202,190)

Color info

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

RGB color model

#E1CABE color RGB value is (225,202,190).

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

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 190 of 255 = 75%

225
202
190

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

Portions of RGB colors in percentages

R + G + B =
225 + 202 + 190 = 617 (100%)
R 225 of 617 ~ 36.47%
G 202 of 617 ~ 32.74%
B 190 of 617 ~ 30.79%

%36.47
%32.74
%30.79

CMYK color model

#E1CABE color CMYK value is (0,10,16,12).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 15.56%
  • key color value is 11.76%
CMYK:
(0,10,16,12)
C0M10Y16K12 
(0%,10%,16%,12%)
(0.00/0.10/0.16/0.12)	

CMYK percentages

%0
%10.22
%15.56
%11.76

Codes

Color #E1CABE in popluar color models

E1CABE
RGB225202190
HSL21°36.84%81.37%
HSB/HSV21°15.56%88.24%
CMYK0.00%10.22%15.56%
11.76%

Color #E1CABE in popluar number systems.

HEXE1CABE
Decimal225202190
Binary111000011100101010111110
Octal341312276

Shades and tints

Shades of #E1CABE

#E1CABE
(225,202,190)
#CDB8AD
(205,184,173)
#B9A69C
(185,166,156)
#A5948B
(165,148,139)
#91827A
(145,130,122)
#7D7069
(125,112,105)
#695E58
(105,94,88)
#554C47
(85,76,71)
#413A36
(65,58,54)
#2D2825
(45,40,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #E1CABE

#E1CABE
(225,202,190)
#E3CEC3
(227,206,195)
#E5D2C8
(229,210,200)
#E7D6CD
(231,214,205)
#E9DAD2
(233,218,210)
#EBDED7
(235,222,215)
#EDE2DC
(237,226,220)
#EFE6E1
(239,230,225)
#F1EAE6
(241,234,230)
#F3EEEB
(243,238,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CABE; }

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

This text font color is #E1CABE.


Background Color

.myBgColor { background-color: #E1CABE; }

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

This div background color is #E1CABE.


Border color

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

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

This div border color is #E1CABE.


Opacity

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

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

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

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

This text has shadow with #E1CABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CABE on black background.


Color preview on white background

This text has color #E1CABE on white background.



Black color preview on #E1CABE background

This text has black color on #E1CABE background.


White color preview on #E1CABE background

This text has white color on #E1CABE background.