COLOR #E5CAD9

HEX: #E5CAD9 RGB: (229,202,217)

Color info

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

RGB color model

#E5CAD9 color RGB value is (229,202,217).

RGB: (229,202,217) (90%, 79%, 85%)

RGB channels and saturation

R 229 of 255 = 90%
G 202 of 255 = 79%
B 217 of 255 = 85%

229
202
217

R + G + B ~ 85%. #E5CAD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 202 + 217 = 648 (100%)
R 229 of 648 ~ 35.34%
G 202 of 648 ~ 31.17%
B 217 of 648 ~ 33.49'%

%35.34
%31.17
%33.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 5.24%
  • key color value is 10.20%
CMYK: (0,12,5,10) C0M12Y5K10 (0%,12%,5%,10%) (0.00/0.12/0.05/0.10) 

CMYK percentages

%0
%11.79
%5.24
%10.2

Codes

Color #E5CAD9 in popluar color models

E5 CA D9
RGB 229 202 217
HSL 327° 34.18% 84.51%
HSB/HSV 327° 11.79% 89.80%
CMYK 0.00% 11.79% 5.24%
10.20%

Color #E5CAD9 in popluar number systems.

HEX E5 CA D9
Decimal 229 202 217
Binary 11100101 11001010 11011001
Octal 345 312 331

Shades and tints

Shades of #E5CAD9

#E5CAD9
(229,202,217)
#D1B8C6
(209,184,198)
#BDA6B3
(189,166,179)
#A994A0
(169,148,160)
#95828D
(149,130,141)
#81707A
(129,112,122)
#6D5E67
(109,94,103)
#594C54
(89,76,84)
#453A41
(69,58,65)
#31282E
(49,40,46)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #E5CAD9

#E5CAD9
(229,202,217)
#E7CEDC
(231,206,220)
#E9D2DF
(233,210,223)
#EBD6E2
(235,214,226)
#EDDAE5
(237,218,229)
#EFDEE8
(239,222,232)
#F1E2EB
(241,226,235)
#F3E6EE
(243,230,238)
#F5EAF1
(245,234,241)
#F7EEF4
(247,238,244)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CAD9; }

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

This text font color is #E5CAD9.

Background Color

.myBgColor { background-color: #E5CAD9; }

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

This div background color is #E5CAD9.

Border color

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

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

This div border color is #E5CAD9.

Opacity

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

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

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

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

This text has shadow with #E5CAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CAD9.

Preview

Color preview on black background

This text has color #E5CAD9 on black background.


Color preview on white background

This text has color #E5CAD9 on white background.


Black color preview on #E5CAD9 background

This text has black color on #E5CAD9 background.


White color preview on #E5CAD9 background

This text has white color on #E5CAD9 background.


Related colors

Complementary color

Complementary color for #hex is #1A3526.


I love getcolorcode.com

Triadic colors

1 #D9E5CA and #CAD9E5 with #E5CAD9 are triadic colors.

2 #D9CAE5 and #CAE5D9 with #E5CAD9 are triadic colors.