COLOR #E5C3DD

HEX: #E5C3DD
RGB: (229,195,221)

Color info

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

RGB color model

#E5C3DD color RGB value is (229,195,221).

  • red value is 229;
  • green value is 195;
  • blue value is 221.
RGB:
(229,195,221)
(90%,76%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 195 of 255 = 76%
B 221 of 255 = 87%

229
195
221

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

Portions of RGB colors in percentages

R + G + B =
229 + 195 + 221 = 645 (100%)
R 229 of 645 ~ 35.5%
G 195 of 645 ~ 30.23%
B 221 of 645 ~ 34.26%

%35.5
%30.23
%34.26

CMYK color model

#E5C3DD color CMYK value is (0,15,3,10).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 3.49%
  • key color value is 10.20%
CMYK:
(0,15,3,10)
C0M15Y3K10 
(0%,15%,3%,10%)
(0.00/0.15/0.03/0.10)	

CMYK percentages

%0
%14.85
%3.49
%10.2

Codes

Color #E5C3DD in popluar color models

E5C3DD
RGB229195221
HSL314°39.53%83.14%
HSB/HSV314°14.85%89.80%
CMYK0.00%14.85%3.49%
10.20%

Color #E5C3DD in popluar number systems.

HEXE5C3DD
Decimal229195221
Binary111001011100001111011101
Octal345303335

Shades and tints

Shades of #E5C3DD

#E5C3DD
(229,195,221)
#D1B2C9
(209,178,201)
#BDA1B5
(189,161,181)
#A990A1
(169,144,161)
#957F8D
(149,127,141)
#816E79
(129,110,121)
#6D5D65
(109,93,101)
#594C51
(89,76,81)
#453B3D
(69,59,61)
#312A29
(49,42,41)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #E5C3DD

#E5C3DD
(229,195,221)
#E7C8E0
(231,200,224)
#E9CDE3
(233,205,227)
#EBD2E6
(235,210,230)
#EDD7E9
(237,215,233)
#EFDCEC
(239,220,236)
#F1E1EF
(241,225,239)
#F3E6F2
(243,230,242)
#F5EBF5
(245,235,245)
#F7F0F8
(247,240,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C3DD color. Also use rgb(229,195,221) instead hex code.

Text Font Color

.myTextColor { color: #E5C3DD; }

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

This text font color is #E5C3DD.


Background Color

.myBgColor { background-color: #E5C3DD; }

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

This div background color is #E5C3DD.


Border color

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

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

This div border color is #E5C3DD.


Opacity

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

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

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

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

This text has shadow with #E5C3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C3DD on black background.


Color preview on white background

This text has color #E5C3DD on white background.



Black color preview on #E5C3DD background

This text has black color on #E5C3DD background.


White color preview on #E5C3DD background

This text has white color on #E5C3DD background.