COLOR #E9CAD4

HEX: #E9CAD4
RGB: (233,202,212)

Color info

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

RGB color model

#E9CAD4 color RGB value is (233,202,212).

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

RGB channels and saturation

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

233
202
212

R + G + B ~ 84%. #E9CAD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 202 + 212 = 647 (100%)
R 233 of 647 ~ 36.01%
G 202 of 647 ~ 31.22%
B 212 of 647 ~ 32.77%

%36.01
%31.22
%32.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 9.01%
  • 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
%9.01
%8.63

Codes

Color #E9CAD4 in popluar color models

E9CAD4
RGB233202212
HSL341°41.33%85.29%
HSB/HSV341°13.30%91.37%
CMYK0.00%13.30%9.01%
8.63%

Color #E9CAD4 in popluar number systems.

HEXE9CAD4
Decimal233202212
Binary111010011100101011010100
Octal351312324

Shades and tints

Shades of #E9CAD4

#E9CAD4
(233,202,212)
#D4B8C1
(212,184,193)
#BFA6AE
(191,166,174)
#AA949B
(170,148,155)
#958288
(149,130,136)
#807075
(128,112,117)
#6B5E62
(107,94,98)
#564C4F
(86,76,79)
#413A3C
(65,58,60)
#2C2829
(44,40,41)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #E9CAD4

#E9CAD4
(233,202,212)
#EBCED7
(235,206,215)
#EDD2DA
(237,210,218)
#EFD6DD
(239,214,221)
#F1DAE0
(241,218,224)
#F3DEE3
(243,222,227)
#F5E2E6
(245,226,230)
#F7E6E9
(247,230,233)
#F9EAEC
(249,234,236)
#FBEEEF
(251,238,239)
#FDF2F2
(253,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CAD4; }

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

This text font color is #E9CAD4.


Background Color

.myBgColor { background-color: #E9CAD4; }

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

This div background color is #E9CAD4.


Border color

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

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

This div border color is #E9CAD4.


Opacity

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

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

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

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

This text has shadow with #E9CAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CAD4 on black background.


Color preview on white background

This text has color #E9CAD4 on white background.



Black color preview on #E9CAD4 background

This text has black color on #E9CAD4 background.


White color preview on #E9CAD4 background

This text has white color on #E9CAD4 background.