COLOR #E5CCF7

HEX: #E5CCF7
RGB: (229,204,247)

Color info

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

RGB color model

#E5CCF7 color RGB value is (229,204,247).

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

RGB channels and saturation

R 229 of 255 = 90%
G 204 of 255 = 80%
B 247 of 255 = 97%

229
204
247

R + G + B ~ 89%. #E5CCF7 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 204 + 247 = 680 (100%)
R 229 of 680 ~ 33.68%
G 204 of 680 ~ 30%
B 247 of 680 ~ 36.32%

%33.68
%30
%36.32

CMYK color model

#E5CCF7 color CMYK value is (7,17,0,3).

  • cyan value is 7.29%
  • magenta value is 17.41%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,17,0,3)
C7M17Y0K3 
(7%,17%,0%,3%)
(0.07/0.17/0.00/0.03)	

CMYK percentages

%7.29
%17.41
%0
%3.14

Codes

Color #E5CCF7 in popluar color models

E5CCF7
RGB229204247
HSL275°72.88%88.43%
HSB/HSV275°17.41%96.86%
CMYK7.29%17.41%0.00%
3.14%

Color #E5CCF7 in popluar number systems.

HEXE5CCF7
Decimal229204247
Binary111001011100110011110111
Octal345314367

Shades and tints

Shades of #E5CCF7

#E5CCF7
(229,204,247)
#D1BAE1
(209,186,225)
#BDA8CB
(189,168,203)
#A996B5
(169,150,181)
#95849F
(149,132,159)
#817289
(129,114,137)
#6D6073
(109,96,115)
#594E5D
(89,78,93)
#453C47
(69,60,71)
#312A31
(49,42,49)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #E5CCF7

#E5CCF7
(229,204,247)
#E7D0F7
(231,208,247)
#E9D4F7
(233,212,247)
#EBD8F7
(235,216,247)
#EDDCF7
(237,220,247)
#EFE0F7
(239,224,247)
#F1E4F7
(241,228,247)
#F3E8F7
(243,232,247)
#F5ECF7
(245,236,247)
#F7F0F7
(247,240,247)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CCF7; }

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

This text font color is #E5CCF7.


Background Color

.myBgColor { background-color: #E5CCF7; }

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

This div background color is #E5CCF7.


Border color

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

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

This div border color is #E5CCF7.


Opacity

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

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

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

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

This text has shadow with #E5CCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CCF7 on black background.


Color preview on white background

This text has color #E5CCF7 on white background.



Black color preview on #E5CCF7 background

This text has black color on #E5CCF7 background.


White color preview on #E5CCF7 background

This text has white color on #E5CCF7 background.