COLOR #E7C4F6

HEX: #E7C4F6
RGB: (231,196,246)

Color info

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

RGB color model

#E7C4F6 color RGB value is (231,196,246).

  • red value is 231;
  • green value is 196;
  • blue value is 246.
RGB:
(231,196,246)
(91%,77%,96%)

RGB channels and saturation

R 231 of 255 = 91%
G 196 of 255 = 77%
B 246 of 255 = 96%

231
196
246

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

Portions of RGB colors in percentages

R + G + B =
231 + 196 + 246 = 673 (100%)
R 231 of 673 ~ 34.32%
G 196 of 673 ~ 29.12%
B 246 of 673 ~ 36.55%

%34.32
%29.12
%36.55

CMYK color model

#E7C4F6 color CMYK value is (6,20,0,4).

  • cyan value is 6.10%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(6,20,0,4)
C6M20Y0K4 
(6%,20%,0%,4%)
(0.06/0.20/0.00/0.04)	

CMYK percentages

%6.1
%20.33
%0
%3.53

Codes

Color #E7C4F6 in popluar color models

E7C4F6
RGB231196246
HSL282°73.53%86.67%
HSB/HSV282°20.33%96.47%
CMYK6.10%20.33%0.00%
3.53%

Color #E7C4F6 in popluar number systems.

HEXE7C4F6
Decimal231196246
Binary111001111100010011110110
Octal347304366

Shades and tints

Shades of #E7C4F6

#E7C4F6
(231,196,246)
#D2B3E0
(210,179,224)
#BDA2CA
(189,162,202)
#A891B4
(168,145,180)
#93809E
(147,128,158)
#7E6F88
(126,111,136)
#695E72
(105,94,114)
#544D5C
(84,77,92)
#3F3C46
(63,60,70)
#2A2B30
(42,43,48)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #E7C4F6

#E7C4F6
(231,196,246)
#E9C9F6
(233,201,246)
#EBCEF6
(235,206,246)
#EDD3F6
(237,211,246)
#EFD8F6
(239,216,246)
#F1DDF6
(241,221,246)
#F3E2F6
(243,226,246)
#F5E7F6
(245,231,246)
#F7ECF6
(247,236,246)
#F9F1F6
(249,241,246)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C4F6 color. Also use rgb(231,196,246) instead hex code.

Text Font Color

.myTextColor { color: #E7C4F6; }

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

This text font color is #E7C4F6.


Background Color

.myBgColor { background-color: #E7C4F6; }

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

This div background color is #E7C4F6.


Border color

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

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

This div border color is #E7C4F6.


Opacity

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

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

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

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

This text has shadow with #E7C4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C4F6 on black background.


Color preview on white background

This text has color #E7C4F6 on white background.



Black color preview on #E7C4F6 background

This text has black color on #E7C4F6 background.


White color preview on #E7C4F6 background

This text has white color on #E7C4F6 background.