COLOR #E2C7F8

HEX: #E2C7F8
RGB: (226,199,248)

Color info

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

RGB color model

#E2C7F8 color RGB value is (226,199,248).

  • red value is 226;
  • green value is 199;
  • blue value is 248.
RGB:
(226,199,248)
(89%,78%,97%)

RGB channels and saturation

R 226 of 255 = 89%
G 199 of 255 = 78%
B 248 of 255 = 97%

226
199
248

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

Portions of RGB colors in percentages

R + G + B =
226 + 199 + 248 = 673 (100%)
R 226 of 673 ~ 33.58%
G 199 of 673 ~ 29.57%
B 248 of 673 ~ 36.85%

%33.58
%29.57
%36.85

CMYK color model

#E2C7F8 color CMYK value is (9,20,0,3).

  • cyan value is 8.87%
  • magenta value is 19.76%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(9,20,0,3)
C9M20Y0K3 
(9%,20%,0%,3%)
(0.09/0.20/0.00/0.03)	

CMYK percentages

%8.87
%19.76
%0
%2.75

Codes

Color #E2C7F8 in popluar color models

E2C7F8
RGB226199248
HSL273°77.78%87.65%
HSB/HSV273°19.76%97.25%
CMYK8.87%19.76%0.00%
2.75%

Color #E2C7F8 in popluar number systems.

HEXE2C7F8
Decimal226199248
Binary111000101100011111111000
Octal342307370

Shades and tints

Shades of #E2C7F8

#E2C7F8
(226,199,248)
#CEB5E2
(206,181,226)
#BAA3CC
(186,163,204)
#A691B6
(166,145,182)
#927FA0
(146,127,160)
#7E6D8A
(126,109,138)
#6A5B74
(106,91,116)
#56495E
(86,73,94)
#423748
(66,55,72)
#2E2532
(46,37,50)
#1A131C
(26,19,28)
#000000
(0,0,0)

Tints of #E2C7F8

#E2C7F8
(226,199,248)
#E4CCF8
(228,204,248)
#E6D1F8
(230,209,248)
#E8D6F8
(232,214,248)
#EADBF8
(234,219,248)
#ECE0F8
(236,224,248)
#EEE5F8
(238,229,248)
#F0EAF8
(240,234,248)
#F2EFF8
(242,239,248)
#F4F4F8
(244,244,248)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C7F8 color. Also use rgb(226,199,248) instead hex code.

Text Font Color

.myTextColor { color: #E2C7F8; }

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

This text font color is #E2C7F8.


Background Color

.myBgColor { background-color: #E2C7F8; }

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

This div background color is #E2C7F8.


Border color

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

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

This div border color is #E2C7F8.


Opacity

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

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

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

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

This text has shadow with #E2C7F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C7F8 on black background.


Color preview on white background

This text has color #E2C7F8 on white background.



Black color preview on #E2C7F8 background

This text has black color on #E2C7F8 background.


White color preview on #E2C7F8 background

This text has white color on #E2C7F8 background.