COLOR #E5CCD7

HEX: #E5CCD7
RGB: (229,204,215)

Color info

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

RGB color model

#E5CCD7 color RGB value is (229,204,215).

  • red value is 229;
  • green value is 204;
  • blue value is 215.
RGB:
(229,204,215)
(90%,80%,84%)

RGB channels and saturation

R 229 of 255 = 90%
G 204 of 255 = 80%
B 215 of 255 = 84%

229
204
215

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

Portions of RGB colors in percentages

R + G + B =
229 + 204 + 215 = 648 (100%)
R 229 of 648 ~ 35.34%
G 204 of 648 ~ 31.48%
B 215 of 648 ~ 33.18%

%35.34
%31.48
%33.18

CMYK color model

#E5CCD7 color CMYK value is (0,11,6,10).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 6.11%
  • key color value is 10.20%
CMYK:
(0,11,6,10)
C0M11Y6K10 
(0%,11%,6%,10%)
(0.00/0.11/0.06/0.10)	

CMYK percentages

%0
%10.92
%6.11
%10.2

Codes

Color #E5CCD7 in popluar color models

E5CCD7
RGB229204215
HSL334°32.47%84.90%
HSB/HSV334°10.92%89.80%
CMYK0.00%10.92%6.11%
10.20%

Color #E5CCD7 in popluar number systems.

HEXE5CCD7
Decimal229204215
Binary111001011100110011010111
Octal345314327

Shades and tints

Shades of #E5CCD7

#E5CCD7
(229,204,215)
#D1BAC4
(209,186,196)
#BDA8B1
(189,168,177)
#A9969E
(169,150,158)
#95848B
(149,132,139)
#817278
(129,114,120)
#6D6065
(109,96,101)
#594E52
(89,78,82)
#453C3F
(69,60,63)
#312A2C
(49,42,44)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #E5CCD7

#E5CCD7
(229,204,215)
#E7D0DA
(231,208,218)
#E9D4DD
(233,212,221)
#EBD8E0
(235,216,224)
#EDDCE3
(237,220,227)
#EFE0E6
(239,224,230)
#F1E4E9
(241,228,233)
#F3E8EC
(243,232,236)
#F5ECEF
(245,236,239)
#F7F0F2
(247,240,242)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CCD7; }

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

This text font color is #E5CCD7.


Background Color

.myBgColor { background-color: #E5CCD7; }

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

This div background color is #E5CCD7.


Border color

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

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

This div border color is #E5CCD7.


Opacity

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

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

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

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

This text has shadow with #E5CCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CCD7 on black background.


Color preview on white background

This text has color #E5CCD7 on white background.



Black color preview on #E5CCD7 background

This text has black color on #E5CCD7 background.


White color preview on #E5CCD7 background

This text has white color on #E5CCD7 background.