COLOR #E5C4D7

HEX: #E5C4D7 RGB: (229,196,215)

Color info

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

RGB color model

#E5C4D7 color RGB value is (229,196,215).

RGB: (229,196,215) (90%, 77%, 84%)

RGB channels and saturation

R 229 of 255 = 90%
G 196 of 255 = 77%
B 215 of 255 = 84%

229
196
215

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

Portions of RGB colors in percentages

R + G + B = 229 + 196 + 215 = 640 (100%)
R 229 of 640 ~ 35.78%
G 196 of 640 ~ 30.63%
B 215 of 640 ~ 33.59'%

%35.78
%30.63
%33.59

CMYK color model

#E5C4D7 color CMYK value is (0,14,6,10).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 6.11%
  • key color value is 10.20%
CMYK: (0,14,6,10) C0M14Y6K10 (0%,14%,6%,10%) (0.00/0.14/0.06/0.10) 

CMYK percentages

%0
%14.41
%6.11
%10.2

Codes

Color #E5C4D7 in popluar color models

E5 C4 D7
RGB 229 196 215
HSL 325° 38.82% 83.33%
HSB/HSV 325° 14.41% 89.80%
CMYK 0.00% 14.41% 6.11%
10.20%

Color #E5C4D7 in popluar number systems.

HEX E5 C4 D7
Decimal 229 196 215
Binary 11100101 11000100 11010111
Octal 345 304 327

Shades and tints

Shades of #E5C4D7

#E5C4D7
(229,196,215)
#D1B3C4
(209,179,196)
#BDA2B1
(189,162,177)
#A9919E
(169,145,158)
#95808B
(149,128,139)
#816F78
(129,111,120)
#6D5E65
(109,94,101)
#594D52
(89,77,82)
#453C3F
(69,60,63)
#312B2C
(49,43,44)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #E5C4D7

#E5C4D7
(229,196,215)
#E7C9DA
(231,201,218)
#E9CEDD
(233,206,221)
#EBD3E0
(235,211,224)
#EDD8E3
(237,216,227)
#EFDDE6
(239,221,230)
#F1E2E9
(241,226,233)
#F3E7EC
(243,231,236)
#F5ECEF
(245,236,239)
#F7F1F2
(247,241,242)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C4D7 color. Also use rgb(229,196,215) instead hex code.

Text Font Color

.myTextColor { color: #E5C4D7; }

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

This text font color is #E5C4D7.

Background Color

.myBgColor { background-color: #E5C4D7; }

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

This div background color is #E5C4D7.

Border color

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

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

This div border color is #E5C4D7.

Opacity

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

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

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

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

This text has shadow with #E5C4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C4D7.

Preview

Color preview on black background

This text has color #E5C4D7 on black background.


Color preview on white background

This text has color #E5C4D7 on white background.


Black color preview on #E5C4D7 background

This text has black color on #E5C4D7 background.


White color preview on #E5C4D7 background

This text has white color on #E5C4D7 background.


Related colors

Complementary color

Complementary color for #hex is #1A3B28.


I love getcolorcode.com

Triadic colors

1 #D7E5C4 and #C4D7E5 with #E5C4D7 are triadic colors.

2 #D7C4E5 and #C4E5D7 with #E5C4D7 are triadic colors.