COLOR #E5C5D5

HEX: #E5C5D5 RGB: (229,197,213)

Color info

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

RGB color model

#E5C5D5 color RGB value is (229,197,213).

RGB: (229,197,213) (90%, 77%, 84%)

RGB channels and saturation

R 229 of 255 = 90%
G 197 of 255 = 77%
B 213 of 255 = 84%

229
197
213

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

Portions of RGB colors in percentages

R + G + B = 229 + 197 + 213 = 639 (100%)
R 229 of 639 ~ 35.84%
G 197 of 639 ~ 30.83%
B 213 of 639 ~ 33.33'%

%35.84
%30.83
%33.33

CMYK color model

#E5C5D5 color CMYK value is (0,14,7,10).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 6.99%
  • key color value is 10.20%
CMYK: (0,14,7,10) C0M14Y7K10 (0%,14%,7%,10%) (0.00/0.14/0.07/0.10) 

CMYK percentages

%0
%13.97
%6.99
%10.2

Codes

Color #E5C5D5 in popluar color models

E5 C5 D5
RGB 229 197 213
HSL 330° 38.10% 83.53%
HSB/HSV 330° 13.97% 89.80%
CMYK 0.00% 13.97% 6.99%
10.20%

Color #E5C5D5 in popluar number systems.

HEX E5 C5 D5
Decimal 229 197 213
Binary 11100101 11000101 11010101
Octal 345 305 325

Shades and tints

Shades of #E5C5D5

#E5C5D5
(229,197,213)
#D1B4C2
(209,180,194)
#BDA3AF
(189,163,175)
#A9929C
(169,146,156)
#958189
(149,129,137)
#817076
(129,112,118)
#6D5F63
(109,95,99)
#594E50
(89,78,80)
#453D3D
(69,61,61)
#312C2A
(49,44,42)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #E5C5D5

#E5C5D5
(229,197,213)
#E7CAD8
(231,202,216)
#E9CFDB
(233,207,219)
#EBD4DE
(235,212,222)
#EDD9E1
(237,217,225)
#EFDEE4
(239,222,228)
#F1E3E7
(241,227,231)
#F3E8EA
(243,232,234)
#F5EDED
(245,237,237)
#F7F2F0
(247,242,240)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C5D5 color. Also use rgb(229,197,213) instead hex code.

Text Font Color

.myTextColor { color: #E5C5D5; }

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

This text font color is #E5C5D5.

Background Color

.myBgColor { background-color: #E5C5D5; }

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

This div background color is #E5C5D5.

Border color

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

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

This div border color is #E5C5D5.

Opacity

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

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

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

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

This text has shadow with #E5C5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C5D5.

Preview

Color preview on black background

This text has color #E5C5D5 on black background.


Color preview on white background

This text has color #E5C5D5 on white background.


Black color preview on #E5C5D5 background

This text has black color on #E5C5D5 background.


White color preview on #E5C5D5 background

This text has white color on #E5C5D5 background.


Related colors

Complementary color

Complementary color for #hex is #1A3A2A.


I love getcolorcode.com

Triadic colors

1 #D5E5C5 and #C5D5E5 with #E5C5D5 are triadic colors.

2 #D5C5E5 and #C5E5D5 with #E5C5D5 are triadic colors.