COLOR #E3CCF2

HEX: #E3CCF2
RGB: (227,204,242)

Color info

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

RGB color model

#E3CCF2 color RGB value is (227,204,242).

  • red value is 227;
  • green value is 204;
  • blue value is 242.
RGB:
(227,204,242)
(89%,80%,95%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 242 of 255 = 95%

227
204
242

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

Portions of RGB colors in percentages

R + G + B =
227 + 204 + 242 = 673 (100%)
R 227 of 673 ~ 33.73%
G 204 of 673 ~ 30.31%
B 242 of 673 ~ 35.96%

%33.73
%30.31
%35.96

CMYK color model

#E3CCF2 color CMYK value is (6,16,0,5).

  • cyan value is 6.20%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(6,16,0,5)
C6M16Y0K5 
(6%,16%,0%,5%)
(0.06/0.16/0.00/0.05)	

CMYK percentages

%6.2
%15.7
%0
%5.1

Codes

Color #E3CCF2 in popluar color models

E3CCF2
RGB227204242
HSL276°59.38%87.45%
HSB/HSV276°15.70%94.90%
CMYK6.20%15.70%0.00%
5.10%

Color #E3CCF2 in popluar number systems.

HEXE3CCF2
Decimal227204242
Binary111000111100110011110010
Octal343314362

Shades and tints

Shades of #E3CCF2

#E3CCF2
(227,204,242)
#CFBADC
(207,186,220)
#BBA8C6
(187,168,198)
#A796B0
(167,150,176)
#93849A
(147,132,154)
#7F7284
(127,114,132)
#6B606E
(107,96,110)
#574E58
(87,78,88)
#433C42
(67,60,66)
#2F2A2C
(47,42,44)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #E3CCF2

#E3CCF2
(227,204,242)
#E5D0F3
(229,208,243)
#E7D4F4
(231,212,244)
#E9D8F5
(233,216,245)
#EBDCF6
(235,220,246)
#EDE0F7
(237,224,247)
#EFE4F8
(239,228,248)
#F1E8F9
(241,232,249)
#F3ECFA
(243,236,250)
#F5F0FB
(245,240,251)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CCF2 color. Also use rgb(227,204,242) instead hex code.

Text Font Color

.myTextColor { color: #E3CCF2; }

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

This text font color is #E3CCF2.


Background Color

.myBgColor { background-color: #E3CCF2; }

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

This div background color is #E3CCF2.


Border color

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

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

This div border color is #E3CCF2.


Opacity

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

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

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

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

This text has shadow with #E3CCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CCF2 on black background.


Color preview on white background

This text has color #E3CCF2 on white background.



Black color preview on #E3CCF2 background

This text has black color on #E3CCF2 background.


White color preview on #E3CCF2 background

This text has white color on #E3CCF2 background.