COLOR #E9C9EC

HEX: #E9C9EC RGB: (233,201,236)

Color info

#E9C9EC contains red, green and blue colors in about the same proportion. Web safe color of #E9C9EC is #FFCCFF (or #FCF).

RGB color model

#E9C9EC color RGB value is (233,201,236).

RGB: (233,201,236) (91%, 79%, 93%)

RGB channels and saturation

R 233 of 255 = 91%
G 201 of 255 = 79%
B 236 of 255 = 93%

233
201
236

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

Portions of RGB colors in percentages

R + G + B = 233 + 201 + 236 = 670 (100%)
R 233 of 670 ~ 34.78%
G 201 of 670 ~ 30%
B 236 of 670 ~ 35.22'%

%34.78
%30
%35.22

CMYK color model

#E9C9EC color CMYK value is (1,15,0,7).

  • cyan value is 1.27%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (1,15,0,7)
C1M15Y0K7 (1%, 15%, 0%, 7%)
(0.01 / 0.15 / 0.00 / 0.07)

CMYK percentages

%1.27
%14.83
%0
%7.45

Codes

Color #E9C9EC in popluar color models

E9 C9 EC
RGB 233 201 236
HSL 295° 47.95% 85.69%
HSB/HSV 295° 14.83% 92.55%
CMYK 1.27% 14.83% 0.00%
7.45%

Color #E9C9EC in popluar number systems.

HEX E9 C9 EC
Decimal 233 201 236
Binary 11101001 11001001 11101100
Octal 351 311 354

Shades and tints

Shades of #E9C9EC

#E9C9EC
(233,201,236)
#D4B7D7
(212,183,215)
#BFA5C2
(191,165,194)
#AA93AD
(170,147,173)
#958198
(149,129,152)
#806F83
(128,111,131)
#6B5D6E
(107,93,110)
#564B59
(86,75,89)
#413944
(65,57,68)
#2C272F
(44,39,47)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #E9C9EC

#E9C9EC
(233,201,236)
#EBCDED
(235,205,237)
#EDD1EE
(237,209,238)
#EFD5EF
(239,213,239)
#F1D9F0
(241,217,240)
#F3DDF1
(243,221,241)
#F5E1F2
(245,225,242)
#F7E5F3
(247,229,243)
#F9E9F4
(249,233,244)
#FBEDF5
(251,237,245)
#FDF1F6
(253,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C9EC color. Also use rgb(233,201,236) instead hex code.

Text Font Color

.myTextColor { color: #E9C9EC; }

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

This text font color is #E9C9EC.

Background Color

.myBgColor { background-color: #E9C9EC; }

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

This div background color is #E9C9EC.

Border color

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

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

This div border color is #E9C9EC.

Opacity

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

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

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

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

This text has shadow with #E9C9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C9EC.

Preview

Color preview on black background

This text has color #E9C9EC on black background.


Color preview on white background

This text has color #E9C9EC on white background.


Black color preview on #E9C9EC background

This text has black color on #E9C9EC background.


White color preview on #E9C9EC background

This text has white color on #E9C9EC background.


Related colors

Complementary color

Complementary color for #hex is #163613.


I love getcolorcode.com

Triadic colors

1 #ECE9C9 and #C9ECE9 with #E9C9EC are triadic colors.

2 #ECC9E9 and #C9E9EC with #E9C9EC are triadic colors.