COLOR #E5CAC9

HEX: #E5CAC9 RGB: (229,202,201)

Color info

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

RGB color model

#E5CAC9 color RGB value is (229,202,201).

RGB: (229,202,201) (90%, 79%, 79%)

RGB channels and saturation

R 229 of 255 = 90%
G 202 of 255 = 79%
B 201 of 255 = 79%

229
202
201

R + G + B ~ 83%. #E5CAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 202 + 201 = 632 (100%)
R 229 of 632 ~ 36.23%
G 202 of 632 ~ 31.96%
B 201 of 632 ~ 31.8'%

%36.23
%31.96
%31.8

CMYK color model

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

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

CMYK: (0,12,12,10)
C0M12Y12K10 (0%, 12%, 12%, 10%)
(0.00 / 0.12 / 0.12 / 0.10)

CMYK percentages

%0
%11.79
%12.23
%10.2

Codes

Color #E5CAC9 in popluar color models

E5 CA C9
RGB 229 202 201
HSL 35.00% 84.31%
HSB/HSV 12.23% 89.80%
CMYK 0.00% 11.79% 12.23%
10.20%

Color #E5CAC9 in popluar number systems.

HEX E5 CA C9
Decimal 229 202 201
Binary 11100101 11001010 11001001
Octal 345 312 311

Shades and tints

Shades of #E5CAC9

#E5CAC9
(229,202,201)
#D1B8B7
(209,184,183)
#BDA6A5
(189,166,165)
#A99493
(169,148,147)
#958281
(149,130,129)
#81706F
(129,112,111)
#6D5E5D
(109,94,93)
#594C4B
(89,76,75)
#453A39
(69,58,57)
#312827
(49,40,39)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #E5CAC9

#E5CAC9
(229,202,201)
#E7CECD
(231,206,205)
#E9D2D1
(233,210,209)
#EBD6D5
(235,214,213)
#EDDAD9
(237,218,217)
#EFDEDD
(239,222,221)
#F1E2E1
(241,226,225)
#F3E6E5
(243,230,229)
#F5EAE9
(245,234,233)
#F7EEED
(247,238,237)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CAC9; }

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

This text font color is #E5CAC9.

Background Color

.myBgColor { background-color: #E5CAC9; }

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

This div background color is #E5CAC9.

Border color

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

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

This div border color is #E5CAC9.

Opacity

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

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

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

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

This text has shadow with #E5CAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CAC9.

Preview

Color preview on black background

This text has color #E5CAC9 on black background.


Color preview on white background

This text has color #E5CAC9 on white background.


Black color preview on #E5CAC9 background

This text has black color on #E5CAC9 background.


White color preview on #E5CAC9 background

This text has white color on #E5CAC9 background.


Related colors

Complementary color

Complementary color for #hex is #1A3536.


I love getcolorcode.com

Triadic colors

1 #C9E5CA and #CAC9E5 with #E5CAC9 are triadic colors.

2 #C9CAE5 and #CAE5C9 with #E5CAC9 are triadic colors.