COLOR #E2C9DC

HEX: #E2C9DC
RGB: (226,201,220)

Color info

#E2C9DC contains red, green and blue colors in about the same proportion. Web safe color of #E2C9DC is #CCCCCC (or #CCC).

RGB color model

#E2C9DC color RGB value is (226,201,220).

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

RGB channels and saturation

R 226 of 255 = 89%
G 201 of 255 = 79%
B 220 of 255 = 86%

226
201
220

R + G + B ~ 85%. #E2C9DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 201 + 220 = 647 (100%)
R 226 of 647 ~ 34.93%
G 201 of 647 ~ 31.07%
B 220 of 647 ~ 34%

%34.93
%31.07
%34

CMYK color model

#E2C9DC color CMYK value is (0,11,3,11).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK:
(0,11,3,11)
C0M11Y3K11 
(0%,11%,3%,11%)
(0.00/0.11/0.03/0.11)	

CMYK percentages

%0
%11.06
%2.65
%11.37

Codes

Color #E2C9DC in popluar color models

E2C9DC
RGB226201220
HSL314°30.12%83.73%
HSB/HSV314°11.06%88.63%
CMYK0.00%11.06%2.65%
11.37%

Color #E2C9DC in popluar number systems.

HEXE2C9DC
Decimal226201220
Binary111000101100100111011100
Octal342311334

Shades and tints

Shades of #E2C9DC

#E2C9DC
(226,201,220)
#CEB7C8
(206,183,200)
#BAA5B4
(186,165,180)
#A693A0
(166,147,160)
#92818C
(146,129,140)
#7E6F78
(126,111,120)
#6A5D64
(106,93,100)
#564B50
(86,75,80)
#42393C
(66,57,60)
#2E2728
(46,39,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #E2C9DC

#E2C9DC
(226,201,220)
#E4CDDF
(228,205,223)
#E6D1E2
(230,209,226)
#E8D5E5
(232,213,229)
#EAD9E8
(234,217,232)
#ECDDEB
(236,221,235)
#EEE1EE
(238,225,238)
#F0E5F1
(240,229,241)
#F2E9F4
(242,233,244)
#F4EDF7
(244,237,247)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C9DC; }

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

This text font color is #E2C9DC.


Background Color

.myBgColor { background-color: #E2C9DC; }

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

This div background color is #E2C9DC.


Border color

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

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

This div border color is #E2C9DC.


Opacity

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

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

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

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

This text has shadow with #E2C9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C9DC on black background.


Color preview on white background

This text has color #E2C9DC on white background.



Black color preview on #E2C9DC background

This text has black color on #E2C9DC background.


White color preview on #E2C9DC background

This text has white color on #E2C9DC background.