COLOR #E5CAB9

HEX: #E5CAB9
RGB: (229,202,185)

Color info

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

RGB color model

#E5CAB9 color RGB value is (229,202,185).

  • red value is 229;
  • green value is 202;
  • blue value is 185.
RGB:
(229,202,185)
(90%,79%,73%)

RGB channels and saturation

R 229 of 255 = 90%
G 202 of 255 = 79%
B 185 of 255 = 73%

229
202
185

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

Portions of RGB colors in percentages

R + G + B =
229 + 202 + 185 = 616 (100%)
R 229 of 616 ~ 37.18%
G 202 of 616 ~ 32.79%
B 185 of 616 ~ 30.03%

%37.18
%32.79
%30.03

CMYK color model

#E5CAB9 color CMYK value is (0,12,19,10).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 19.21%
  • key color value is 10.20%
CMYK:
(0,12,19,10)
C0M12Y19K10 
(0%,12%,19%,10%)
(0.00/0.12/0.19/0.10)	

CMYK percentages

%0
%11.79
%19.21
%10.2

Codes

Color #E5CAB9 in popluar color models

E5CAB9
RGB229202185
HSL23°45.83%81.18%
HSB/HSV23°19.21%89.80%
CMYK0.00%11.79%19.21%
10.20%

Color #E5CAB9 in popluar number systems.

HEXE5CAB9
Decimal229202185
Binary111001011100101010111001
Octal345312271

Shades and tints

Shades of #E5CAB9

#E5CAB9
(229,202,185)
#D1B8A9
(209,184,169)
#BDA699
(189,166,153)
#A99489
(169,148,137)
#958279
(149,130,121)
#817069
(129,112,105)
#6D5E59
(109,94,89)
#594C49
(89,76,73)
#453A39
(69,58,57)
#312829
(49,40,41)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #E5CAB9

#E5CAB9
(229,202,185)
#E7CEBF
(231,206,191)
#E9D2C5
(233,210,197)
#EBD6CB
(235,214,203)
#EDDAD1
(237,218,209)
#EFDED7
(239,222,215)
#F1E2DD
(241,226,221)
#F3E6E3
(243,230,227)
#F5EAE9
(245,234,233)
#F7EEEF
(247,238,239)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CAB9 color. Also use rgb(229,202,185) instead hex code.

Text Font Color

.myTextColor { color: #E5CAB9; }

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

This text font color is #E5CAB9.


Background Color

.myBgColor { background-color: #E5CAB9; }

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

This div background color is #E5CAB9.


Border color

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

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

This div border color is #E5CAB9.


Opacity

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

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

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

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

This text has shadow with #E5CAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CAB9 on black background.


Color preview on white background

This text has color #E5CAB9 on white background.



Black color preview on #E5CAB9 background

This text has black color on #E5CAB9 background.


White color preview on #E5CAB9 background

This text has white color on #E5CAB9 background.