COLOR #E2C6EC

HEX: #E2C6EC
RGB: (226,198,236)

Color info

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

RGB color model

#E2C6EC color RGB value is (226,198,236).

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

RGB channels and saturation

R 226 of 255 = 89%
G 198 of 255 = 78%
B 236 of 255 = 93%

226
198
236

R + G + B ~ 87%. #E2C6EC is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 198 + 236 = 660 (100%)
R 226 of 660 ~ 34.24%
G 198 of 660 ~ 30%
B 236 of 660 ~ 35.76%

%34.24
%30
%35.76

CMYK color model

#E2C6EC color CMYK value is (4,16,0,7).

  • cyan value is 4.24%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,16,0,7)
C4M16Y0K7 
(4%,16%,0%,7%)
(0.04/0.16/0.00/0.07)	

CMYK percentages

%4.24
%16.1
%0
%7.45

Codes

Color #E2C6EC in popluar color models

E2C6EC
RGB226198236
HSL284°50.00%85.10%
HSB/HSV284°16.10%92.55%
CMYK4.24%16.10%0.00%
7.45%

Color #E2C6EC in popluar number systems.

HEXE2C6EC
Decimal226198236
Binary111000101100011011101100
Octal342306354

Shades and tints

Shades of #E2C6EC

#E2C6EC
(226,198,236)
#CEB4D7
(206,180,215)
#BAA2C2
(186,162,194)
#A690AD
(166,144,173)
#927E98
(146,126,152)
#7E6C83
(126,108,131)
#6A5A6E
(106,90,110)
#564859
(86,72,89)
#423644
(66,54,68)
#2E242F
(46,36,47)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #E2C6EC

#E2C6EC
(226,198,236)
#E4CBED
(228,203,237)
#E6D0EE
(230,208,238)
#E8D5EF
(232,213,239)
#EADAF0
(234,218,240)
#ECDFF1
(236,223,241)
#EEE4F2
(238,228,242)
#F0E9F3
(240,233,243)
#F2EEF4
(242,238,244)
#F4F3F5
(244,243,245)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C6EC; }

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

This text font color is #E2C6EC.


Background Color

.myBgColor { background-color: #E2C6EC; }

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

This div background color is #E2C6EC.


Border color

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

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

This div border color is #E2C6EC.


Opacity

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

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

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

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

This text has shadow with #E2C6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C6EC on black background.


Color preview on white background

This text has color #E2C6EC on white background.



Black color preview on #E2C6EC background

This text has black color on #E2C6EC background.


White color preview on #E2C6EC background

This text has white color on #E2C6EC background.