COLOR #E9CAE3

HEX: #E9CAE3
RGB: (233,202,227)

Color info

#E9CAE3 contains red, green and blue colors in about the same proportion. Web safe color of #E9CAE3 is #FFCCCC (or #FCC).

RGB color model

#E9CAE3 color RGB value is (233,202,227).

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

RGB channels and saturation

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

233
202
227

R + G + B ~ 86%. #E9CAE3 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 202 + 227 = 662 (100%)
R 233 of 662 ~ 35.2%
G 202 of 662 ~ 30.51%
B 227 of 662 ~ 34.29%

%35.2
%30.51
%34.29

CMYK color model

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

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

CMYK percentages

%0
%13.3
%2.58
%8.63

Codes

Color #E9CAE3 in popluar color models

E9CAE3
RGB233202227
HSL312°41.33%85.29%
HSB/HSV312°13.30%91.37%
CMYK0.00%13.30%2.58%
8.63%

Color #E9CAE3 in popluar number systems.

HEXE9CAE3
Decimal233202227
Binary111010011100101011100011
Octal351312343

Shades and tints

Shades of #E9CAE3

#E9CAE3
(233,202,227)
#D4B8CF
(212,184,207)
#BFA6BB
(191,166,187)
#AA94A7
(170,148,167)
#958293
(149,130,147)
#80707F
(128,112,127)
#6B5E6B
(107,94,107)
#564C57
(86,76,87)
#413A43
(65,58,67)
#2C282F
(44,40,47)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #E9CAE3

#E9CAE3
(233,202,227)
#EBCEE5
(235,206,229)
#EDD2E7
(237,210,231)
#EFD6E9
(239,214,233)
#F1DAEB
(241,218,235)
#F3DEED
(243,222,237)
#F5E2EF
(245,226,239)
#F7E6F1
(247,230,241)
#F9EAF3
(249,234,243)
#FBEEF5
(251,238,245)
#FDF2F7
(253,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CAE3; }

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

This text font color is #E9CAE3.


Background Color

.myBgColor { background-color: #E9CAE3; }

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

This div background color is #E9CAE3.


Border color

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

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

This div border color is #E9CAE3.


Opacity

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

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

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

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

This text has shadow with #E9CAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CAE3 on black background.


Color preview on white background

This text has color #E9CAE3 on white background.



Black color preview on #E9CAE3 background

This text has black color on #E9CAE3 background.


White color preview on #E9CAE3 background

This text has white color on #E9CAE3 background.