COLOR #E5CAB2

HEX: #E5CAB2
RGB: (229,202,178)

Color info

#E5CAB2 contains red, green and blue colors in about the same proportion. Web safe color of #E5CAB2 is #CCCC99 (or #CC9).

RGB color model

#E5CAB2 color RGB value is (229,202,178).

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

RGB channels and saturation

R 229 of 255 = 90%
G 202 of 255 = 79%
B 178 of 255 = 70%

229
202
178

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

Portions of RGB colors in percentages

R + G + B =
229 + 202 + 178 = 609 (100%)
R 229 of 609 ~ 37.6%
G 202 of 609 ~ 33.17%
B 178 of 609 ~ 29.23%

%37.6
%33.17
%29.23

CMYK color model

#E5CAB2 color CMYK value is (0,12,22,10).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 22.27%
  • key color value is 10.20%
CMYK:
(0,12,22,10)
C0M12Y22K10 
(0%,12%,22%,10%)
(0.00/0.12/0.22/0.10)	

CMYK percentages

%0
%11.79
%22.27
%10.2

Codes

Color #E5CAB2 in popluar color models

E5CAB2
RGB229202178
HSL28°49.51%79.80%
HSB/HSV28°22.27%89.80%
CMYK0.00%11.79%22.27%
10.20%

Color #E5CAB2 in popluar number systems.

HEXE5CAB2
Decimal229202178
Binary111001011100101010110010
Octal345312262

Shades and tints

Shades of #E5CAB2

#E5CAB2
(229,202,178)
#D1B8A2
(209,184,162)
#BDA692
(189,166,146)
#A99482
(169,148,130)
#958272
(149,130,114)
#817062
(129,112,98)
#6D5E52
(109,94,82)
#594C42
(89,76,66)
#453A32
(69,58,50)
#312822
(49,40,34)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #E5CAB2

#E5CAB2
(229,202,178)
#E7CEB9
(231,206,185)
#E9D2C0
(233,210,192)
#EBD6C7
(235,214,199)
#EDDACE
(237,218,206)
#EFDED5
(239,222,213)
#F1E2DC
(241,226,220)
#F3E6E3
(243,230,227)
#F5EAEA
(245,234,234)
#F7EEF1
(247,238,241)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CAB2; }

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

This text font color is #E5CAB2.


Background Color

.myBgColor { background-color: #E5CAB2; }

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

This div background color is #E5CAB2.


Border color

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

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

This div border color is #E5CAB2.


Opacity

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

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

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

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

This text has shadow with #E5CAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CAB2 on black background.


Color preview on white background

This text has color #E5CAB2 on white background.



Black color preview on #E5CAB2 background

This text has black color on #E5CAB2 background.


White color preview on #E5CAB2 background

This text has white color on #E5CAB2 background.