COLOR #E3C4FC

HEX: #E3C4FC
RGB: (227,196,252)

Color info

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

RGB color model

#E3C4FC color RGB value is (227,196,252).

  • red value is 227;
  • green value is 196;
  • blue value is 252.
RGB:
(227,196,252)
(89%,77%,99%)

RGB channels and saturation

R 227 of 255 = 89%
G 196 of 255 = 77%
B 252 of 255 = 99%

227
196
252

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

Portions of RGB colors in percentages

R + G + B =
227 + 196 + 252 = 675 (100%)
R 227 of 675 ~ 33.63%
G 196 of 675 ~ 29.04%
B 252 of 675 ~ 37.33%

%33.63
%29.04
%37.33

CMYK color model

#E3C4FC color CMYK value is (10,22,0,1).

  • cyan value is 9.92%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(10,22,0,1)
C10M22Y0K1 
(10%,22%,0%,1%)
(0.10/0.22/0.00/0.01)	

CMYK percentages

%9.92
%22.22
%0
%1.18

Codes

Color #E3C4FC in popluar color models

E3C4FC
RGB227196252
HSL273°90.32%87.84%
HSB/HSV273°22.22%98.82%
CMYK9.92%22.22%0.00%
1.18%

Color #E3C4FC in popluar number systems.

HEXE3C4FC
Decimal227196252
Binary111000111100010011111100
Octal343304374

Shades and tints

Shades of #E3C4FC

#E3C4FC
(227,196,252)
#CFB3E6
(207,179,230)
#BBA2D0
(187,162,208)
#A791BA
(167,145,186)
#9380A4
(147,128,164)
#7F6F8E
(127,111,142)
#6B5E78
(107,94,120)
#574D62
(87,77,98)
#433C4C
(67,60,76)
#2F2B36
(47,43,54)
#1B1A20
(27,26,32)
#000000
(0,0,0)

Tints of #E3C4FC

#E3C4FC
(227,196,252)
#E5C9FC
(229,201,252)
#E7CEFC
(231,206,252)
#E9D3FC
(233,211,252)
#EBD8FC
(235,216,252)
#EDDDFC
(237,221,252)
#EFE2FC
(239,226,252)
#F1E7FC
(241,231,252)
#F3ECFC
(243,236,252)
#F5F1FC
(245,241,252)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C4FC color. Also use rgb(227,196,252) instead hex code.

Text Font Color

.myTextColor { color: #E3C4FC; }

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

This text font color is #E3C4FC.


Background Color

.myBgColor { background-color: #E3C4FC; }

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

This div background color is #E3C4FC.


Border color

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

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

This div border color is #E3C4FC.


Opacity

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

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

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

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

This text has shadow with #E3C4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C4FC on black background.


Color preview on white background

This text has color #E3C4FC on white background.



Black color preview on #E3C4FC background

This text has black color on #E3C4FC background.


White color preview on #E3C4FC background

This text has white color on #E3C4FC background.