COLOR #E9CAD5

HEX: #E9CAD5
RGB: (233,202,213)

Color info

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

RGB color model

#E9CAD5 color RGB value is (233,202,213).

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

RGB channels and saturation

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

233
202
213

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

Portions of RGB colors in percentages

R + G + B =
233 + 202 + 213 = 648 (100%)
R 233 of 648 ~ 35.96%
G 202 of 648 ~ 31.17%
B 213 of 648 ~ 32.87%

%35.96
%31.17
%32.87

CMYK color model

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

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

CMYK percentages

%0
%13.3
%8.58
%8.63

Codes

Color #E9CAD5 in popluar color models

E9CAD5
RGB233202213
HSL339°41.33%85.29%
HSB/HSV339°13.30%91.37%
CMYK0.00%13.30%8.58%
8.63%

Color #E9CAD5 in popluar number systems.

HEXE9CAD5
Decimal233202213
Binary111010011100101011010101
Octal351312325

Shades and tints

Shades of #E9CAD5

#E9CAD5
(233,202,213)
#D4B8C2
(212,184,194)
#BFA6AF
(191,166,175)
#AA949C
(170,148,156)
#958289
(149,130,137)
#807076
(128,112,118)
#6B5E63
(107,94,99)
#564C50
(86,76,80)
#413A3D
(65,58,61)
#2C282A
(44,40,42)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #E9CAD5

#E9CAD5
(233,202,213)
#EBCED8
(235,206,216)
#EDD2DB
(237,210,219)
#EFD6DE
(239,214,222)
#F1DAE1
(241,218,225)
#F3DEE4
(243,222,228)
#F5E2E7
(245,226,231)
#F7E6EA
(247,230,234)
#F9EAED
(249,234,237)
#FBEEF0
(251,238,240)
#FDF2F3
(253,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CAD5; }

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

This text font color is #E9CAD5.


Background Color

.myBgColor { background-color: #E9CAD5; }

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

This div background color is #E9CAD5.


Border color

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

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

This div border color is #E9CAD5.


Opacity

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

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

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

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

This text has shadow with #E9CAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CAD5 on black background.


Color preview on white background

This text has color #E9CAD5 on white background.



Black color preview on #E9CAD5 background

This text has black color on #E9CAD5 background.


White color preview on #E9CAD5 background

This text has white color on #E9CAD5 background.