COLOR #E8CCF9

HEX: #E8CCF9
RGB: (232,204,249)

Color info

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

RGB color model

#E8CCF9 color RGB value is (232,204,249).

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

RGB channels and saturation

R 232 of 255 = 91%
G 204 of 255 = 80%
B 249 of 255 = 98%

232
204
249

R + G + B ~ 90%. #E8CCF9 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 204 + 249 = 685 (100%)
R 232 of 685 ~ 33.87%
G 204 of 685 ~ 29.78%
B 249 of 685 ~ 36.35%

%33.87
%29.78
%36.35

CMYK color model

#E8CCF9 color CMYK value is (7,18,0,2).

  • cyan value is 6.83%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(7,18,0,2)
C7M18Y0K2 
(7%,18%,0%,2%)
(0.07/0.18/0.00/0.02)	

CMYK percentages

%6.83
%18.07
%0
%2.35

Codes

Color #E8CCF9 in popluar color models

E8CCF9
RGB232204249
HSL277°78.95%88.82%
HSB/HSV277°18.07%97.65%
CMYK6.83%18.07%0.00%
2.35%

Color #E8CCF9 in popluar number systems.

HEXE8CCF9
Decimal232204249
Binary111010001100110011111001
Octal350314371

Shades and tints

Shades of #E8CCF9

#E8CCF9
(232,204,249)
#D3BAE3
(211,186,227)
#BEA8CD
(190,168,205)
#A996B7
(169,150,183)
#9484A1
(148,132,161)
#7F728B
(127,114,139)
#6A6075
(106,96,117)
#554E5F
(85,78,95)
#403C49
(64,60,73)
#2B2A33
(43,42,51)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #E8CCF9

#E8CCF9
(232,204,249)
#EAD0F9
(234,208,249)
#ECD4F9
(236,212,249)
#EED8F9
(238,216,249)
#F0DCF9
(240,220,249)
#F2E0F9
(242,224,249)
#F4E4F9
(244,228,249)
#F6E8F9
(246,232,249)
#F8ECF9
(248,236,249)
#FAF0F9
(250,240,249)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CCF9; }

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

This text font color is #E8CCF9.


Background Color

.myBgColor { background-color: #E8CCF9; }

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

This div background color is #E8CCF9.


Border color

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

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

This div border color is #E8CCF9.


Opacity

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

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

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

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

This text has shadow with #E8CCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CCF9 on black background.


Color preview on white background

This text has color #E8CCF9 on white background.



Black color preview on #E8CCF9 background

This text has black color on #E8CCF9 background.


White color preview on #E8CCF9 background

This text has white color on #E8CCF9 background.