COLOR #E9CADE

HEX: #E9CADE RGB: (233,202,222)

Color info

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

RGB color model

#E9CADE color RGB value is (233,202,222).

RGB: (233,202,222) (91%, 79%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 202 of 255 = 79%
B 222 of 255 = 87%

233
202
222

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

Portions of RGB colors in percentages

R + G + B = 233 + 202 + 222 = 657 (100%)
R 233 of 657 ~ 35.46%
G 202 of 657 ~ 30.75%
B 222 of 657 ~ 33.79'%

%35.46
%30.75
%33.79

CMYK color model

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

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

CMYK: (0,13,5,9)
C0M13Y5K9 (0%, 13%, 5%, 9%)
(0.00 / 0.13 / 0.05 / 0.09)

CMYK percentages

%0
%13.3
%4.72
%8.63

Codes

Color #E9CADE in popluar color models

E9 CA DE
RGB 233 202 222
HSL 321° 41.33% 85.29%
HSB/HSV 321° 13.30% 91.37%
CMYK 0.00% 13.30% 4.72%
8.63%

Color #E9CADE in popluar number systems.

HEX E9 CA DE
Decimal 233 202 222
Binary 11101001 11001010 11011110
Octal 351 312 336

Shades and tints

Shades of #E9CADE

#E9CADE
(233,202,222)
#D4B8CA
(212,184,202)
#BFA6B6
(191,166,182)
#AA94A2
(170,148,162)
#95828E
(149,130,142)
#80707A
(128,112,122)
#6B5E66
(107,94,102)
#564C52
(86,76,82)
#413A3E
(65,58,62)
#2C282A
(44,40,42)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #E9CADE

#E9CADE
(233,202,222)
#EBCEE1
(235,206,225)
#EDD2E4
(237,210,228)
#EFD6E7
(239,214,231)
#F1DAEA
(241,218,234)
#F3DEED
(243,222,237)
#F5E2F0
(245,226,240)
#F7E6F3
(247,230,243)
#F9EAF6
(249,234,246)
#FBEEF9
(251,238,249)
#FDF2FC
(253,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CADE; }

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

This text font color is #E9CADE.

Background Color

.myBgColor { background-color: #E9CADE; }

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

This div background color is #E9CADE.

Border color

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

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

This div border color is #E9CADE.

Opacity

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

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

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

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

This text has shadow with #E9CADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CADE.

Preview

Color preview on black background

This text has color #E9CADE on black background.


Color preview on white background

This text has color #E9CADE on white background.


Black color preview on #E9CADE background

This text has black color on #E9CADE background.


White color preview on #E9CADE background

This text has white color on #E9CADE background.


Related colors

Complementary color

Complementary color for #hex is #163521.


I love getcolorcode.com

Triadic colors

1 #DEE9CA and #CADEE9 with #E9CADE are triadic colors.

2 #DECAE9 and #CAE9DE with #E9CADE are triadic colors.