COLOR #E9CAE9

HEX: #E9CAE9
RGB: (233,202,233)

Color info

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

RGB color model

#E9CAE9 color RGB value is (233,202,233).

  • red value is 233;
  • green value is 202;
  • blue value is 233.
RGB:
(233,202,233)
(91%,79%,91%)

RGB channels and saturation

R 233 of 255 = 91%
G 202 of 255 = 79%
B 233 of 255 = 91%

233
202
233

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

Portions of RGB colors in percentages

R + G + B =
233 + 202 + 233 = 668 (100%)
R 233 of 668 ~ 34.88%
G 202 of 668 ~ 30.24%
B 233 of 668 ~ 34.88%

%34.88
%30.24
%34.88

CMYK color model

#E9CAE9 color CMYK value is (0,13,0,9).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(0,13,0,9)
C0M13Y0K9 
(0%,13%,0%,9%)
(0.00/0.13/0.00/0.09)	

CMYK percentages

%0
%13.3
%0
%8.63

Codes

Color #E9CAE9 in popluar color models

E9CAE9
RGB233202233
HSL300°41.33%85.29%
HSB/HSV300°13.30%91.37%
CMYK0.00%13.30%0.00%
8.63%

Color #E9CAE9 in popluar number systems.

HEXE9CAE9
Decimal233202233
Binary111010011100101011101001
Octal351312351

Shades and tints

Shades of #E9CAE9

#E9CAE9
(233,202,233)
#D4B8D4
(212,184,212)
#BFA6BF
(191,166,191)
#AA94AA
(170,148,170)
#958295
(149,130,149)
#807080
(128,112,128)
#6B5E6B
(107,94,107)
#564C56
(86,76,86)
#413A41
(65,58,65)
#2C282C
(44,40,44)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #E9CAE9

#E9CAE9
(233,202,233)
#EBCEEB
(235,206,235)
#EDD2ED
(237,210,237)
#EFD6EF
(239,214,239)
#F1DAF1
(241,218,241)
#F3DEF3
(243,222,243)
#F5E2F5
(245,226,245)
#F7E6F7
(247,230,247)
#F9EAF9
(249,234,249)
#FBEEFB
(251,238,251)
#FDF2FD
(253,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CAE9; }

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

This text font color is #E9CAE9.


Background Color

.myBgColor { background-color: #E9CAE9; }

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

This div background color is #E9CAE9.


Border color

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

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

This div border color is #E9CAE9.


Opacity

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

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

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

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

This text has shadow with #E9CAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CAE9 on black background.


Color preview on white background

This text has color #E9CAE9 on white background.



Black color preview on #E9CAE9 background

This text has black color on #E9CAE9 background.


White color preview on #E9CAE9 background

This text has white color on #E9CAE9 background.