COLOR #E1CAD6

HEX: #E1CAD6 RGB: (225,202,214)

Color info

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

RGB color model

#E1CAD6 color RGB value is (225,202,214).

RGB: (225,202,214) (88%, 79%, 84%)

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 214 of 255 = 84%

225
202
214

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

Portions of RGB colors in percentages

R + G + B = 225 + 202 + 214 = 641 (100%)
R 225 of 641 ~ 35.1%
G 202 of 641 ~ 31.51%
B 214 of 641 ~ 33.39'%

%35.1
%31.51
%33.39

CMYK color model

#E1CAD6 color CMYK value is (0,10,5,12).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 4.89%
  • key color value is 11.76%

CMYK: (0,10,5,12)
C0M10Y5K12 (0%, 10%, 5%, 12%)
(0.00 / 0.10 / 0.05 / 0.12)

CMYK percentages

%0
%10.22
%4.89
%11.76

Codes

Color #E1CAD6 in popluar color models

E1 CA D6
RGB 225 202 214
HSL 329° 27.71% 83.73%
HSB/HSV 329° 10.22% 88.24%
CMYK 0.00% 10.22% 4.89%
11.76%

Color #E1CAD6 in popluar number systems.

HEX E1 CA D6
Decimal 225 202 214
Binary 11100001 11001010 11010110
Octal 341 312 326

Shades and tints

Shades of #E1CAD6

#E1CAD6
(225,202,214)
#CDB8C3
(205,184,195)
#B9A6B0
(185,166,176)
#A5949D
(165,148,157)
#91828A
(145,130,138)
#7D7077
(125,112,119)
#695E64
(105,94,100)
#554C51
(85,76,81)
#413A3E
(65,58,62)
#2D282B
(45,40,43)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #E1CAD6

#E1CAD6
(225,202,214)
#E3CED9
(227,206,217)
#E5D2DC
(229,210,220)
#E7D6DF
(231,214,223)
#E9DAE2
(233,218,226)
#EBDEE5
(235,222,229)
#EDE2E8
(237,226,232)
#EFE6EB
(239,230,235)
#F1EAEE
(241,234,238)
#F3EEF1
(243,238,241)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CAD6 color. Also use rgb(225,202,214) instead hex code.

Text Font Color

.myTextColor { color: #E1CAD6; }

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

This text font color is #E1CAD6.

Background Color

.myBgColor { background-color: #E1CAD6; }

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

This div background color is #E1CAD6.

Border color

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

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

This div border color is #E1CAD6.

Opacity

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

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

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

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

This text has shadow with #E1CAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CAD6.

Preview

Color preview on black background

This text has color #E1CAD6 on black background.


Color preview on white background

This text has color #E1CAD6 on white background.


Black color preview on #E1CAD6 background

This text has black color on #E1CAD6 background.


White color preview on #E1CAD6 background

This text has white color on #E1CAD6 background.


Related colors

Complementary color

Complementary color for #hex is #1E3529.


I love getcolorcode.com

Triadic colors

1 #D6E1CA and #CAD6E1 with #E1CAD6 are triadic colors.

2 #D6CAE1 and #CAE1D6 with #E1CAD6 are triadic colors.