COLOR #E2C9FD

HEX: #E2C9FD
RGB: (226,201,253)

Color info

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

RGB color model

#E2C9FD color RGB value is (226,201,253).

  • red value is 226;
  • green value is 201;
  • blue value is 253.
RGB:
(226,201,253)
(89%,79%,99%)

RGB channels and saturation

R 226 of 255 = 89%
G 201 of 255 = 79%
B 253 of 255 = 99%

226
201
253

R + G + B ~ 89%. #E2C9FD is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 201 + 253 = 680 (100%)
R 226 of 680 ~ 33.24%
G 201 of 680 ~ 29.56%
B 253 of 680 ~ 37.21%

%33.24
%29.56
%37.21

CMYK color model

#E2C9FD color CMYK value is (11,21,0,1).

  • cyan value is 10.67%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(11,21,0,1)
C11M21Y0K1 
(11%,21%,0%,1%)
(0.11/0.21/0.00/0.01)	

CMYK percentages

%10.67
%20.55
%0
%0.78

Codes

Color #E2C9FD in popluar color models

E2C9FD
RGB226201253
HSL269°92.86%89.02%
HSB/HSV269°20.55%99.22%
CMYK10.67%20.55%0.00%
0.78%

Color #E2C9FD in popluar number systems.

HEXE2C9FD
Decimal226201253
Binary111000101100100111111101
Octal342311375

Shades and tints

Shades of #E2C9FD

#E2C9FD
(226,201,253)
#CEB7E6
(206,183,230)
#BAA5CF
(186,165,207)
#A693B8
(166,147,184)
#9281A1
(146,129,161)
#7E6F8A
(126,111,138)
#6A5D73
(106,93,115)
#564B5C
(86,75,92)
#423945
(66,57,69)
#2E272E
(46,39,46)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #E2C9FD

#E2C9FD
(226,201,253)
#E4CDFD
(228,205,253)
#E6D1FD
(230,209,253)
#E8D5FD
(232,213,253)
#EAD9FD
(234,217,253)
#ECDDFD
(236,221,253)
#EEE1FD
(238,225,253)
#F0E5FD
(240,229,253)
#F2E9FD
(242,233,253)
#F4EDFD
(244,237,253)
#F6F1FD
(246,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C9FD color. Also use rgb(226,201,253) instead hex code.

Text Font Color

.myTextColor { color: #E2C9FD; }

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

This text font color is #E2C9FD.


Background Color

.myBgColor { background-color: #E2C9FD; }

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

This div background color is #E2C9FD.


Border color

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

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

This div border color is #E2C9FD.


Opacity

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

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

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

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

This text has shadow with #E2C9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C9FD on black background.


Color preview on white background

This text has color #E2C9FD on white background.



Black color preview on #E2C9FD background

This text has black color on #E2C9FD background.


White color preview on #E2C9FD background

This text has white color on #E2C9FD background.