COLOR #E1CBA4

HEX: #E1CBA4
RGB: (225,203,164)

Color info

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

RGB color model

#E1CBA4 color RGB value is (225,203,164).

  • red value is 225;
  • green value is 203;
  • blue value is 164.
RGB:
(225,203,164)
(88%,80%,64%)

RGB channels and saturation

R 225 of 255 = 88%
G 203 of 255 = 80%
B 164 of 255 = 64%

225
203
164

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

Portions of RGB colors in percentages

R + G + B =
225 + 203 + 164 = 592 (100%)
R 225 of 592 ~ 38.01%
G 203 of 592 ~ 34.29%
B 164 of 592 ~ 27.7%

%38.01
%34.29
%27.7

CMYK color model

#E1CBA4 color CMYK value is (0,10,27,12).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 27.11%
  • key color value is 11.76%
CMYK:
(0,10,27,12)
C0M10Y27K12 
(0%,10%,27%,12%)
(0.00/0.10/0.27/0.12)	

CMYK percentages

%0
%9.78
%27.11
%11.76

Codes

Color #E1CBA4 in popluar color models

E1CBA4
RGB225203164
HSL38°50.41%76.27%
HSB/HSV38°27.11%88.24%
CMYK0.00%9.78%27.11%
11.76%

Color #E1CBA4 in popluar number systems.

HEXE1CBA4
Decimal225203164
Binary111000011100101110100100
Octal341313244

Shades and tints

Shades of #E1CBA4

#E1CBA4
(225,203,164)
#CDB996
(205,185,150)
#B9A788
(185,167,136)
#A5957A
(165,149,122)
#91836C
(145,131,108)
#7D715E
(125,113,94)
#695F50
(105,95,80)
#554D42
(85,77,66)
#413B34
(65,59,52)
#2D2926
(45,41,38)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #E1CBA4

#E1CBA4
(225,203,164)
#E3CFAC
(227,207,172)
#E5D3B4
(229,211,180)
#E7D7BC
(231,215,188)
#E9DBC4
(233,219,196)
#EBDFCC
(235,223,204)
#EDE3D4
(237,227,212)
#EFE7DC
(239,231,220)
#F1EBE4
(241,235,228)
#F3EFEC
(243,239,236)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CBA4 color. Also use rgb(225,203,164) instead hex code.

Text Font Color

.myTextColor { color: #E1CBA4; }

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

This text font color is #E1CBA4.


Background Color

.myBgColor { background-color: #E1CBA4; }

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

This div background color is #E1CBA4.


Border color

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

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

This div border color is #E1CBA4.


Opacity

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

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

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

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

This text has shadow with #E1CBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CBA4 on black background.


Color preview on white background

This text has color #E1CBA4 on white background.



Black color preview on #E1CBA4 background

This text has black color on #E1CBA4 background.


White color preview on #E1CBA4 background

This text has white color on #E1CBA4 background.