COLOR #E5CCFB

HEX: #E5CCFB
RGB: (229,204,251)

Color info

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

RGB color model

#E5CCFB color RGB value is (229,204,251).

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

RGB channels and saturation

R 229 of 255 = 90%
G 204 of 255 = 80%
B 251 of 255 = 98%

229
204
251

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

Portions of RGB colors in percentages

R + G + B =
229 + 204 + 251 = 684 (100%)
R 229 of 684 ~ 33.48%
G 204 of 684 ~ 29.82%
B 251 of 684 ~ 36.7%

%33.48
%29.82
%36.7

CMYK color model

#E5CCFB color CMYK value is (9,19,0,2).

  • cyan value is 8.76%
  • magenta value is 18.73%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(9,19,0,2)
C9M19Y0K2 
(9%,19%,0%,2%)
(0.09/0.19/0.00/0.02)	

CMYK percentages

%8.76
%18.73
%0
%1.57

Codes

Color #E5CCFB in popluar color models

E5CCFB
RGB229204251
HSL272°85.45%89.22%
HSB/HSV272°18.73%98.43%
CMYK8.76%18.73%0.00%
1.57%

Color #E5CCFB in popluar number systems.

HEXE5CCFB
Decimal229204251
Binary111001011100110011111011
Octal345314373

Shades and tints

Shades of #E5CCFB

#E5CCFB
(229,204,251)
#D1BAE5
(209,186,229)
#BDA8CF
(189,168,207)
#A996B9
(169,150,185)
#9584A3
(149,132,163)
#81728D
(129,114,141)
#6D6077
(109,96,119)
#594E61
(89,78,97)
#453C4B
(69,60,75)
#312A35
(49,42,53)
#1D181F
(29,24,31)
#000000
(0,0,0)

Tints of #E5CCFB

#E5CCFB
(229,204,251)
#E7D0FB
(231,208,251)
#E9D4FB
(233,212,251)
#EBD8FB
(235,216,251)
#EDDCFB
(237,220,251)
#EFE0FB
(239,224,251)
#F1E4FB
(241,228,251)
#F3E8FB
(243,232,251)
#F5ECFB
(245,236,251)
#F7F0FB
(247,240,251)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CCFB; }

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

This text font color is #E5CCFB.


Background Color

.myBgColor { background-color: #E5CCFB; }

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

This div background color is #E5CCFB.


Border color

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

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

This div border color is #E5CCFB.


Opacity

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

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

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

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

This text has shadow with #E5CCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CCFB on black background.


Color preview on white background

This text has color #E5CCFB on white background.



Black color preview on #E5CCFB background

This text has black color on #E5CCFB background.


White color preview on #E5CCFB background

This text has white color on #E5CCFB background.