COLOR #E5CAB5

HEX: #E5CAB5 RGB: (229,202,181)

Color info

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

RGB color model

#E5CAB5 color RGB value is (229,202,181).

RGB: (229,202,181) (90%, 79%, 71%)

RGB channels and saturation

R 229 of 255 = 90%
G 202 of 255 = 79%
B 181 of 255 = 71%

229
202
181

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

Portions of RGB colors in percentages

R + G + B = 229 + 202 + 181 = 612 (100%)
R 229 of 612 ~ 37.42%
G 202 of 612 ~ 33.01%
B 181 of 612 ~ 29.58'%

%37.42
%33.01
%29.58

CMYK color model

#E5CAB5 color CMYK value is (0,12,21,10).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 20.96%
  • key color value is 10.20%

CMYK: (0,12,21,10)
C0M12Y21K10 (0%, 12%, 21%, 10%)
(0.00 / 0.12 / 0.21 / 0.10)

CMYK percentages

%0
%11.79
%20.96
%10.2

Codes

Color #E5CAB5 in popluar color models

E5 CA B5
RGB 229 202 181
HSL 26° 48.00% 80.39%
HSB/HSV 26° 20.96% 89.80%
CMYK 0.00% 11.79% 20.96%
10.20%

Color #E5CAB5 in popluar number systems.

HEX E5 CA B5
Decimal 229 202 181
Binary 11100101 11001010 10110101
Octal 345 312 265

Shades and tints

Shades of #E5CAB5

#E5CAB5
(229,202,181)
#D1B8A5
(209,184,165)
#BDA695
(189,166,149)
#A99485
(169,148,133)
#958275
(149,130,117)
#817065
(129,112,101)
#6D5E55
(109,94,85)
#594C45
(89,76,69)
#453A35
(69,58,53)
#312825
(49,40,37)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #E5CAB5

#E5CAB5
(229,202,181)
#E7CEBB
(231,206,187)
#E9D2C1
(233,210,193)
#EBD6C7
(235,214,199)
#EDDACD
(237,218,205)
#EFDED3
(239,222,211)
#F1E2D9
(241,226,217)
#F3E6DF
(243,230,223)
#F5EAE5
(245,234,229)
#F7EEEB
(247,238,235)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CAB5; }

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

This text font color is #E5CAB5.

Background Color

.myBgColor { background-color: #E5CAB5; }

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

This div background color is #E5CAB5.

Border color

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

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

This div border color is #E5CAB5.

Opacity

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

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

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

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

This text has shadow with #E5CAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CAB5.

Preview

Color preview on black background

This text has color #E5CAB5 on black background.


Color preview on white background

This text has color #E5CAB5 on white background.


Black color preview on #E5CAB5 background

This text has black color on #E5CAB5 background.


White color preview on #E5CAB5 background

This text has white color on #E5CAB5 background.


Related colors

Complementary color

Complementary color for #hex is #1A354A.


I love getcolorcode.com

Triadic colors

1 #B5E5CA and #CAB5E5 with #E5CAB5 are triadic colors.

2 #B5CAE5 and #CAE5B5 with #E5CAB5 are triadic colors.