COLOR #E0CAD1

HEX: #E0CAD1 RGB: (224,202,209)

Color info

#E0CAD1 contains red, green and blue colors in about the same proportion. Web safe color of #E0CAD1 is #CCCCCC (or #CCC).

RGB color model

#E0CAD1 color RGB value is (224,202,209).

RGB: (224,202,209) (88%, 79%, 82%)

RGB channels and saturation

R 224 of 255 = 88%
G 202 of 255 = 79%
B 209 of 255 = 82%

224
202
209

R + G + B ~ 83%. #E0CAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 202 + 209 = 635 (100%)
R 224 of 635 ~ 35.28%
G 202 of 635 ~ 31.81%
B 209 of 635 ~ 32.91'%

%35.28
%31.81
%32.91

CMYK color model

#E0CAD1 color CMYK value is (0,10,7,12).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 6.70%
  • key color value is 12.16%

CMYK: (0,10,7,12)
C0M10Y7K12 (0%, 10%, 7%, 12%)
(0.00 / 0.10 / 0.07 / 0.12)

CMYK percentages

%0
%9.82
%6.7
%12.16

Codes

Color #E0CAD1 in popluar color models

E0 CA D1
RGB 224 202 209
HSL 341° 26.19% 83.53%
HSB/HSV 341° 9.82% 87.84%
CMYK 0.00% 9.82% 6.70%
12.16%

Color #E0CAD1 in popluar number systems.

HEX E0 CA D1
Decimal 224 202 209
Binary 11100000 11001010 11010001
Octal 340 312 321

Shades and tints

Shades of #E0CAD1

#E0CAD1
(224,202,209)
#CCB8BE
(204,184,190)
#B8A6AB
(184,166,171)
#A49498
(164,148,152)
#908285
(144,130,133)
#7C7072
(124,112,114)
#685E5F
(104,94,95)
#544C4C
(84,76,76)
#403A39
(64,58,57)
#2C2826
(44,40,38)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #E0CAD1

#E0CAD1
(224,202,209)
#E2CED5
(226,206,213)
#E4D2D9
(228,210,217)
#E6D6DD
(230,214,221)
#E8DAE1
(232,218,225)
#EADEE5
(234,222,229)
#ECE2E9
(236,226,233)
#EEE6ED
(238,230,237)
#F0EAF1
(240,234,241)
#F2EEF5
(242,238,245)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CAD1; }

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

This text font color is #E0CAD1.

Background Color

.myBgColor { background-color: #E0CAD1; }

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

This div background color is #E0CAD1.

Border color

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

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

This div border color is #E0CAD1.

Opacity

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

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

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

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

This text has shadow with #E0CAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CAD1.

Preview

Color preview on black background

This text has color #E0CAD1 on black background.


Color preview on white background

This text has color #E0CAD1 on white background.


Black color preview on #E0CAD1 background

This text has black color on #E0CAD1 background.


White color preview on #E0CAD1 background

This text has white color on #E0CAD1 background.


Related colors

Complementary color

Complementary color for #hex is #1F352E.


I love getcolorcode.com

Triadic colors

1 #D1E0CA and #CAD1E0 with #E0CAD1 are triadic colors.

2 #D1CAE0 and #CAE0D1 with #E0CAD1 are triadic colors.