COLOR #E5CAB8

HEX: #E5CAB8
RGB: (229,202,184)

Color info

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

RGB color model

#E5CAB8 color RGB value is (229,202,184).

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

RGB channels and saturation

R 229 of 255 = 90%
G 202 of 255 = 79%
B 184 of 255 = 72%

229
202
184

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

Portions of RGB colors in percentages

R + G + B =
229 + 202 + 184 = 615 (100%)
R 229 of 615 ~ 37.24%
G 202 of 615 ~ 32.85%
B 184 of 615 ~ 29.92%

%37.24
%32.85
%29.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 19.65%
  • key color value is 10.20%
CMYK:
(0,12,20,10)
C0M12Y20K10 
(0%,12%,20%,10%)
(0.00/0.12/0.20/0.10)	

CMYK percentages

%0
%11.79
%19.65
%10.2

Codes

Color #E5CAB8 in popluar color models

E5CAB8
RGB229202184
HSL24°46.39%80.98%
HSB/HSV24°19.65%89.80%
CMYK0.00%11.79%19.65%
10.20%

Color #E5CAB8 in popluar number systems.

HEXE5CAB8
Decimal229202184
Binary111001011100101010111000
Octal345312270

Shades and tints

Shades of #E5CAB8

#E5CAB8
(229,202,184)
#D1B8A8
(209,184,168)
#BDA698
(189,166,152)
#A99488
(169,148,136)
#958278
(149,130,120)
#817068
(129,112,104)
#6D5E58
(109,94,88)
#594C48
(89,76,72)
#453A38
(69,58,56)
#312828
(49,40,40)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #E5CAB8

#E5CAB8
(229,202,184)
#E7CEBE
(231,206,190)
#E9D2C4
(233,210,196)
#EBD6CA
(235,214,202)
#EDDAD0
(237,218,208)
#EFDED6
(239,222,214)
#F1E2DC
(241,226,220)
#F3E6E2
(243,230,226)
#F5EAE8
(245,234,232)
#F7EEEE
(247,238,238)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CAB8; }

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

This text font color is #E5CAB8.


Background Color

.myBgColor { background-color: #E5CAB8; }

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

This div background color is #E5CAB8.


Border color

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

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

This div border color is #E5CAB8.


Opacity

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

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

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

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

This text has shadow with #E5CAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CAB8 on black background.


Color preview on white background

This text has color #E5CAB8 on white background.



Black color preview on #E5CAB8 background

This text has black color on #E5CAB8 background.


White color preview on #E5CAB8 background

This text has white color on #E5CAB8 background.