COLOR #E9CAD1

HEX: #E9CAD1 RGB: (233,202,209)

Color info

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

RGB color model

#E9CAD1 color RGB value is (233,202,209).

RGB: (233,202,209) (91%, 79%, 82%)

RGB channels and saturation

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

233
202
209

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

Portions of RGB colors in percentages

R + G + B = 233 + 202 + 209 = 644 (100%)
R 233 of 644 ~ 36.18%
G 202 of 644 ~ 31.37%
B 209 of 644 ~ 32.45'%

%36.18
%31.37
%32.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 10.30%
  • key color value is 8.63%

CMYK: (0,13,10,9)
C0M13Y10K9 (0%, 13%, 10%, 9%)
(0.00 / 0.13 / 0.10 / 0.09)

CMYK percentages

%0
%13.3
%10.3
%8.63

Codes

Color #E9CAD1 in popluar color models

E9 CA D1
RGB 233 202 209
HSL 346° 41.33% 85.29%
HSB/HSV 346° 13.30% 91.37%
CMYK 0.00% 13.30% 10.30%
8.63%

Color #E9CAD1 in popluar number systems.

HEX E9 CA D1
Decimal 233 202 209
Binary 11101001 11001010 11010001
Octal 351 312 321

Shades and tints

Shades of #E9CAD1

#E9CAD1
(233,202,209)
#D4B8BE
(212,184,190)
#BFA6AB
(191,166,171)
#AA9498
(170,148,152)
#958285
(149,130,133)
#807072
(128,112,114)
#6B5E5F
(107,94,95)
#564C4C
(86,76,76)
#413A39
(65,58,57)
#2C2826
(44,40,38)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #E9CAD1

#E9CAD1
(233,202,209)
#EBCED5
(235,206,213)
#EDD2D9
(237,210,217)
#EFD6DD
(239,214,221)
#F1DAE1
(241,218,225)
#F3DEE5
(243,222,229)
#F5E2E9
(245,226,233)
#F7E6ED
(247,230,237)
#F9EAF1
(249,234,241)
#FBEEF5
(251,238,245)
#FDF2F9
(253,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CAD1; }

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

This text font color is #E9CAD1.

Background Color

.myBgColor { background-color: #E9CAD1; }

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

This div background color is #E9CAD1.

Border color

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

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

This div border color is #E9CAD1.

Opacity

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

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

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

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

This text has shadow with #E9CAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CAD1.

Preview

Color preview on black background

This text has color #E9CAD1 on black background.


Color preview on white background

This text has color #E9CAD1 on white background.


Black color preview on #E9CAD1 background

This text has black color on #E9CAD1 background.


White color preview on #E9CAD1 background

This text has white color on #E9CAD1 background.


Related colors

Complementary color

Complementary color for #hex is #16352E.


I love getcolorcode.com

Triadic colors

1 #D1E9CA and #CAD1E9 with #E9CAD1 are triadic colors.

2 #D1CAE9 and #CAE9D1 with #E9CAD1 are triadic colors.