COLOR #E5C5DA

HEX: #E5C5DA
RGB: (229,197,218)

Color info

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

RGB color model

#E5C5DA color RGB value is (229,197,218).

  • red value is 229;
  • green value is 197;
  • blue value is 218.
RGB:
(229,197,218)
(90%,77%,85%)

RGB channels and saturation

R 229 of 255 = 90%
G 197 of 255 = 77%
B 218 of 255 = 85%

229
197
218

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

Portions of RGB colors in percentages

R + G + B =
229 + 197 + 218 = 644 (100%)
R 229 of 644 ~ 35.56%
G 197 of 644 ~ 30.59%
B 218 of 644 ~ 33.85%

%35.56
%30.59
%33.85

CMYK color model

#E5C5DA color CMYK value is (0,14,5,10).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 4.80%
  • key color value is 10.20%
CMYK:
(0,14,5,10)
C0M14Y5K10 
(0%,14%,5%,10%)
(0.00/0.14/0.05/0.10)	

CMYK percentages

%0
%13.97
%4.8
%10.2

Codes

Color #E5C5DA in popluar color models

E5C5DA
RGB229197218
HSL321°38.10%83.53%
HSB/HSV321°13.97%89.80%
CMYK0.00%13.97%4.80%
10.20%

Color #E5C5DA in popluar number systems.

HEXE5C5DA
Decimal229197218
Binary111001011100010111011010
Octal345305332

Shades and tints

Shades of #E5C5DA

#E5C5DA
(229,197,218)
#D1B4C7
(209,180,199)
#BDA3B4
(189,163,180)
#A992A1
(169,146,161)
#95818E
(149,129,142)
#81707B
(129,112,123)
#6D5F68
(109,95,104)
#594E55
(89,78,85)
#453D42
(69,61,66)
#312C2F
(49,44,47)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #E5C5DA

#E5C5DA
(229,197,218)
#E7CADD
(231,202,221)
#E9CFE0
(233,207,224)
#EBD4E3
(235,212,227)
#EDD9E6
(237,217,230)
#EFDEE9
(239,222,233)
#F1E3EC
(241,227,236)
#F3E8EF
(243,232,239)
#F5EDF2
(245,237,242)
#F7F2F5
(247,242,245)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C5DA; }

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

This text font color is #E5C5DA.


Background Color

.myBgColor { background-color: #E5C5DA; }

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

This div background color is #E5C5DA.


Border color

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

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

This div border color is #E5C5DA.


Opacity

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

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

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

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

This text has shadow with #E5C5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C5DA on black background.


Color preview on white background

This text has color #E5C5DA on white background.



Black color preview on #E5C5DA background

This text has black color on #E5C5DA background.


White color preview on #E5C5DA background

This text has white color on #E5C5DA background.