COLOR #E5C5F7

HEX: #E5C5F7
RGB: (229,197,247)

Color info

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

RGB color model

#E5C5F7 color RGB value is (229,197,247).

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

RGB channels and saturation

R 229 of 255 = 90%
G 197 of 255 = 77%
B 247 of 255 = 97%

229
197
247

R + G + B ~ 88%. #E5C5F7 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 197 + 247 = 673 (100%)
R 229 of 673 ~ 34.03%
G 197 of 673 ~ 29.27%
B 247 of 673 ~ 36.7%

%34.03
%29.27
%36.7

CMYK color model

#E5C5F7 color CMYK value is (7,20,0,3).

  • cyan value is 7.29%
  • magenta value is 20.24%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,20,0,3)
C7M20Y0K3 
(7%,20%,0%,3%)
(0.07/0.20/0.00/0.03)	

CMYK percentages

%7.29
%20.24
%0
%3.14

Codes

Color #E5C5F7 in popluar color models

E5C5F7
RGB229197247
HSL278°75.76%87.06%
HSB/HSV278°20.24%96.86%
CMYK7.29%20.24%0.00%
3.14%

Color #E5C5F7 in popluar number systems.

HEXE5C5F7
Decimal229197247
Binary111001011100010111110111
Octal345305367

Shades and tints

Shades of #E5C5F7

#E5C5F7
(229,197,247)
#D1B4E1
(209,180,225)
#BDA3CB
(189,163,203)
#A992B5
(169,146,181)
#95819F
(149,129,159)
#817089
(129,112,137)
#6D5F73
(109,95,115)
#594E5D
(89,78,93)
#453D47
(69,61,71)
#312C31
(49,44,49)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #E5C5F7

#E5C5F7
(229,197,247)
#E7CAF7
(231,202,247)
#E9CFF7
(233,207,247)
#EBD4F7
(235,212,247)
#EDD9F7
(237,217,247)
#EFDEF7
(239,222,247)
#F1E3F7
(241,227,247)
#F3E8F7
(243,232,247)
#F5EDF7
(245,237,247)
#F7F2F7
(247,242,247)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C5F7; }

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

This text font color is #E5C5F7.


Background Color

.myBgColor { background-color: #E5C5F7; }

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

This div background color is #E5C5F7.


Border color

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

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

This div border color is #E5C5F7.


Opacity

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

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

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

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

This text has shadow with #E5C5F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C5F7 on black background.


Color preview on white background

This text has color #E5C5F7 on white background.



Black color preview on #E5C5F7 background

This text has black color on #E5C5F7 background.


White color preview on #E5C5F7 background

This text has white color on #E5C5F7 background.