COLOR #E2C6F9

HEX: #E2C6F9
RGB: (226,198,249)

Color info

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

RGB color model

#E2C6F9 color RGB value is (226,198,249).

  • red value is 226;
  • green value is 198;
  • blue value is 249.
RGB:
(226,198,249)
(89%,78%,98%)

RGB channels and saturation

R 226 of 255 = 89%
G 198 of 255 = 78%
B 249 of 255 = 98%

226
198
249

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

Portions of RGB colors in percentages

R + G + B =
226 + 198 + 249 = 673 (100%)
R 226 of 673 ~ 33.58%
G 198 of 673 ~ 29.42%
B 249 of 673 ~ 37%

%33.58
%29.42
%37

CMYK color model

#E2C6F9 color CMYK value is (9,20,0,2).

  • cyan value is 9.24%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(9,20,0,2)
C9M20Y0K2 
(9%,20%,0%,2%)
(0.09/0.20/0.00/0.02)	

CMYK percentages

%9.24
%20.48
%0
%2.35

Codes

Color #E2C6F9 in popluar color models

E2C6F9
RGB226198249
HSL273°80.95%87.65%
HSB/HSV273°20.48%97.65%
CMYK9.24%20.48%0.00%
2.35%

Color #E2C6F9 in popluar number systems.

HEXE2C6F9
Decimal226198249
Binary111000101100011011111001
Octal342306371

Shades and tints

Shades of #E2C6F9

#E2C6F9
(226,198,249)
#CEB4E3
(206,180,227)
#BAA2CD
(186,162,205)
#A690B7
(166,144,183)
#927EA1
(146,126,161)
#7E6C8B
(126,108,139)
#6A5A75
(106,90,117)
#56485F
(86,72,95)
#423649
(66,54,73)
#2E2433
(46,36,51)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #E2C6F9

#E2C6F9
(226,198,249)
#E4CBF9
(228,203,249)
#E6D0F9
(230,208,249)
#E8D5F9
(232,213,249)
#EADAF9
(234,218,249)
#ECDFF9
(236,223,249)
#EEE4F9
(238,228,249)
#F0E9F9
(240,233,249)
#F2EEF9
(242,238,249)
#F4F3F9
(244,243,249)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C6F9 color. Also use rgb(226,198,249) instead hex code.

Text Font Color

.myTextColor { color: #E2C6F9; }

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

This text font color is #E2C6F9.


Background Color

.myBgColor { background-color: #E2C6F9; }

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

This div background color is #E2C6F9.


Border color

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

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

This div border color is #E2C6F9.


Opacity

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

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

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

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

This text has shadow with #E2C6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C6F9 on black background.


Color preview on white background

This text has color #E2C6F9 on white background.



Black color preview on #E2C6F9 background

This text has black color on #E2C6F9 background.


White color preview on #E2C6F9 background

This text has white color on #E2C6F9 background.