COLOR #E9CAD8

HEX: #E9CAD8 RGB: (233,202,216)

Color info

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

RGB color model

#E9CAD8 color RGB value is (233,202,216).

RGB: (233,202,216) (91%, 79%, 85%)

RGB channels and saturation

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

233
202
216

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

Portions of RGB colors in percentages

R + G + B = 233 + 202 + 216 = 651 (100%)
R 233 of 651 ~ 35.79%
G 202 of 651 ~ 31.03%
B 216 of 651 ~ 33.18'%

%35.79
%31.03
%33.18

CMYK color model

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

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

CMYK: (0,13,7,9)
C0M13Y7K9 (0%, 13%, 7%, 9%)
(0.00 / 0.13 / 0.07 / 0.09)

CMYK percentages

%0
%13.3
%7.3
%8.63

Codes

Color #E9CAD8 in popluar color models

E9 CA D8
RGB 233 202 216
HSL 333° 41.33% 85.29%
HSB/HSV 333° 13.30% 91.37%
CMYK 0.00% 13.30% 7.30%
8.63%

Color #E9CAD8 in popluar number systems.

HEX E9 CA D8
Decimal 233 202 216
Binary 11101001 11001010 11011000
Octal 351 312 330

Shades and tints

Shades of #E9CAD8

#E9CAD8
(233,202,216)
#D4B8C5
(212,184,197)
#BFA6B2
(191,166,178)
#AA949F
(170,148,159)
#95828C
(149,130,140)
#807079
(128,112,121)
#6B5E66
(107,94,102)
#564C53
(86,76,83)
#413A40
(65,58,64)
#2C282D
(44,40,45)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #E9CAD8

#E9CAD8
(233,202,216)
#EBCEDB
(235,206,219)
#EDD2DE
(237,210,222)
#EFD6E1
(239,214,225)
#F1DAE4
(241,218,228)
#F3DEE7
(243,222,231)
#F5E2EA
(245,226,234)
#F7E6ED
(247,230,237)
#F9EAF0
(249,234,240)
#FBEEF3
(251,238,243)
#FDF2F6
(253,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CAD8; }

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

This text font color is #E9CAD8.

Background Color

.myBgColor { background-color: #E9CAD8; }

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

This div background color is #E9CAD8.

Border color

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

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

This div border color is #E9CAD8.

Opacity

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

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

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

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

This text has shadow with #E9CAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CAD8.

Preview

Color preview on black background

This text has color #E9CAD8 on black background.


Color preview on white background

This text has color #E9CAD8 on white background.


Black color preview on #E9CAD8 background

This text has black color on #E9CAD8 background.


White color preview on #E9CAD8 background

This text has white color on #E9CAD8 background.


Related colors

Complementary color

Complementary color for #hex is #163527.


I love getcolorcode.com

Triadic colors

1 #D8E9CA and #CAD8E9 with #E9CAD8 are triadic colors.

2 #D8CAE9 and #CAE9D8 with #E9CAD8 are triadic colors.