COLOR #E8CCF8

HEX: #E8CCF8
RGB: (232,204,248)

Color info

#E8CCF8 contains red, green and blue colors in about the same proportion. Web safe color of #E8CCF8 is #FFCCFF (or #FCF).

RGB color model

#E8CCF8 color RGB value is (232,204,248).

  • red value is 232;
  • green value is 204;
  • blue value is 248.
RGB:
(232,204,248)
(91%,80%,97%)

RGB channels and saturation

R 232 of 255 = 91%
G 204 of 255 = 80%
B 248 of 255 = 97%

232
204
248

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

Portions of RGB colors in percentages

R + G + B =
232 + 204 + 248 = 684 (100%)
R 232 of 684 ~ 33.92%
G 204 of 684 ~ 29.82%
B 248 of 684 ~ 36.26%

%33.92
%29.82
%36.26

CMYK color model

#E8CCF8 color CMYK value is (6,18,0,3).

  • cyan value is 6.45%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(6,18,0,3)
C6M18Y0K3 
(6%,18%,0%,3%)
(0.06/0.18/0.00/0.03)	

CMYK percentages

%6.45
%17.74
%0
%2.75

Codes

Color #E8CCF8 in popluar color models

E8CCF8
RGB232204248
HSL278°75.86%88.63%
HSB/HSV278°17.74%97.25%
CMYK6.45%17.74%0.00%
2.75%

Color #E8CCF8 in popluar number systems.

HEXE8CCF8
Decimal232204248
Binary111010001100110011111000
Octal350314370

Shades and tints

Shades of #E8CCF8

#E8CCF8
(232,204,248)
#D3BAE2
(211,186,226)
#BEA8CC
(190,168,204)
#A996B6
(169,150,182)
#9484A0
(148,132,160)
#7F728A
(127,114,138)
#6A6074
(106,96,116)
#554E5E
(85,78,94)
#403C48
(64,60,72)
#2B2A32
(43,42,50)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #E8CCF8

#E8CCF8
(232,204,248)
#EAD0F8
(234,208,248)
#ECD4F8
(236,212,248)
#EED8F8
(238,216,248)
#F0DCF8
(240,220,248)
#F2E0F8
(242,224,248)
#F4E4F8
(244,228,248)
#F6E8F8
(246,232,248)
#F8ECF8
(248,236,248)
#FAF0F8
(250,240,248)
#FCF4F8
(252,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CCF8 color. Also use rgb(232,204,248) instead hex code.

Text Font Color

.myTextColor { color: #E8CCF8; }

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

This text font color is #E8CCF8.


Background Color

.myBgColor { background-color: #E8CCF8; }

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

This div background color is #E8CCF8.


Border color

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

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

This div border color is #E8CCF8.


Opacity

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

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

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

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

This text has shadow with #E8CCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CCF8 on black background.


Color preview on white background

This text has color #E8CCF8 on white background.



Black color preview on #E8CCF8 background

This text has black color on #E8CCF8 background.


White color preview on #E8CCF8 background

This text has white color on #E8CCF8 background.