COLOR #E5C9ED

HEX: #E5C9ED
RGB: (229,201,237)

Color info

#E5C9ED contains red, green and blue colors in about the same proportion. Web safe color of #E5C9ED is #CCCCFF (or #CCF).

RGB color model

#E5C9ED color RGB value is (229,201,237).

  • red value is 229;
  • green value is 201;
  • blue value is 237.
RGB:
(229,201,237)
(90%,79%,93%)

RGB channels and saturation

R 229 of 255 = 90%
G 201 of 255 = 79%
B 237 of 255 = 93%

229
201
237

R + G + B ~ 87%. #E5C9ED is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 201 + 237 = 667 (100%)
R 229 of 667 ~ 34.33%
G 201 of 667 ~ 30.13%
B 237 of 667 ~ 35.53%

%34.33
%30.13
%35.53

CMYK color model

#E5C9ED color CMYK value is (3,15,0,7).

  • cyan value is 3.38%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(3,15,0,7)
C3M15Y0K7 
(3%,15%,0%,7%)
(0.03/0.15/0.00/0.07)	

CMYK percentages

%3.38
%15.19
%0
%7.06

Codes

Color #E5C9ED in popluar color models

E5C9ED
RGB229201237
HSL287°50.00%85.88%
HSB/HSV287°15.19%92.94%
CMYK3.38%15.19%0.00%
7.06%

Color #E5C9ED in popluar number systems.

HEXE5C9ED
Decimal229201237
Binary111001011100100111101101
Octal345311355

Shades and tints

Shades of #E5C9ED

#E5C9ED
(229,201,237)
#D1B7D8
(209,183,216)
#BDA5C3
(189,165,195)
#A993AE
(169,147,174)
#958199
(149,129,153)
#816F84
(129,111,132)
#6D5D6F
(109,93,111)
#594B5A
(89,75,90)
#453945
(69,57,69)
#312730
(49,39,48)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #E5C9ED

#E5C9ED
(229,201,237)
#E7CDEE
(231,205,238)
#E9D1EF
(233,209,239)
#EBD5F0
(235,213,240)
#EDD9F1
(237,217,241)
#EFDDF2
(239,221,242)
#F1E1F3
(241,225,243)
#F3E5F4
(243,229,244)
#F5E9F5
(245,233,245)
#F7EDF6
(247,237,246)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C9ED color. Also use rgb(229,201,237) instead hex code.

Text Font Color

.myTextColor { color: #E5C9ED; }

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

This text font color is #E5C9ED.


Background Color

.myBgColor { background-color: #E5C9ED; }

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

This div background color is #E5C9ED.


Border color

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

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

This div border color is #E5C9ED.


Opacity

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

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

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

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

This text has shadow with #E5C9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C9ED on black background.


Color preview on white background

This text has color #E5C9ED on white background.



Black color preview on #E5C9ED background

This text has black color on #E5C9ED background.


White color preview on #E5C9ED background

This text has white color on #E5C9ED background.