COLOR #E5CAD2

HEX: #E5CAD2
RGB: (229,202,210)

Color info

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

RGB color model

#E5CAD2 color RGB value is (229,202,210).

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

RGB channels and saturation

R 229 of 255 = 90%
G 202 of 255 = 79%
B 210 of 255 = 82%

229
202
210

R + G + B ~ 84%. #E5CAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 202 + 210 = 641 (100%)
R 229 of 641 ~ 35.73%
G 202 of 641 ~ 31.51%
B 210 of 641 ~ 32.76%

%35.73
%31.51
%32.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 8.30%
  • key color value is 10.20%
CMYK:
(0,12,8,10)
C0M12Y8K10 
(0%,12%,8%,10%)
(0.00/0.12/0.08/0.10)	

CMYK percentages

%0
%11.79
%8.3
%10.2

Codes

Color #E5CAD2 in popluar color models

E5CAD2
RGB229202210
HSL342°34.18%84.51%
HSB/HSV342°11.79%89.80%
CMYK0.00%11.79%8.30%
10.20%

Color #E5CAD2 in popluar number systems.

HEXE5CAD2
Decimal229202210
Binary111001011100101011010010
Octal345312322

Shades and tints

Shades of #E5CAD2

#E5CAD2
(229,202,210)
#D1B8BF
(209,184,191)
#BDA6AC
(189,166,172)
#A99499
(169,148,153)
#958286
(149,130,134)
#817073
(129,112,115)
#6D5E60
(109,94,96)
#594C4D
(89,76,77)
#453A3A
(69,58,58)
#312827
(49,40,39)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #E5CAD2

#E5CAD2
(229,202,210)
#E7CED6
(231,206,214)
#E9D2DA
(233,210,218)
#EBD6DE
(235,214,222)
#EDDAE2
(237,218,226)
#EFDEE6
(239,222,230)
#F1E2EA
(241,226,234)
#F3E6EE
(243,230,238)
#F5EAF2
(245,234,242)
#F7EEF6
(247,238,246)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CAD2; }

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

This text font color is #E5CAD2.


Background Color

.myBgColor { background-color: #E5CAD2; }

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

This div background color is #E5CAD2.


Border color

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

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

This div border color is #E5CAD2.


Opacity

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

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

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

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

This text has shadow with #E5CAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CAD2 on black background.


Color preview on white background

This text has color #E5CAD2 on white background.



Black color preview on #E5CAD2 background

This text has black color on #E5CAD2 background.


White color preview on #E5CAD2 background

This text has white color on #E5CAD2 background.