COLOR #E1CAD0

HEX: #E1CAD0
RGB: (225,202,208)

Color info

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

RGB color model

#E1CAD0 color RGB value is (225,202,208).

  • red value is 225;
  • green value is 202;
  • blue value is 208.
RGB:
(225,202,208)
(88%,79%,82%)

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 208 of 255 = 82%

225
202
208

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

Portions of RGB colors in percentages

R + G + B =
225 + 202 + 208 = 635 (100%)
R 225 of 635 ~ 35.43%
G 202 of 635 ~ 31.81%
B 208 of 635 ~ 32.76%

%35.43
%31.81
%32.76

CMYK color model

#E1CAD0 color CMYK value is (0,10,8,12).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 7.56%
  • key color value is 11.76%
CMYK:
(0,10,8,12)
C0M10Y8K12 
(0%,10%,8%,12%)
(0.00/0.10/0.08/0.12)	

CMYK percentages

%0
%10.22
%7.56
%11.76

Codes

Color #E1CAD0 in popluar color models

E1CAD0
RGB225202208
HSL344°27.71%83.73%
HSB/HSV344°10.22%88.24%
CMYK0.00%10.22%7.56%
11.76%

Color #E1CAD0 in popluar number systems.

HEXE1CAD0
Decimal225202208
Binary111000011100101011010000
Octal341312320

Shades and tints

Shades of #E1CAD0

#E1CAD0
(225,202,208)
#CDB8BE
(205,184,190)
#B9A6AC
(185,166,172)
#A5949A
(165,148,154)
#918288
(145,130,136)
#7D7076
(125,112,118)
#695E64
(105,94,100)
#554C52
(85,76,82)
#413A40
(65,58,64)
#2D282E
(45,40,46)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #E1CAD0

#E1CAD0
(225,202,208)
#E3CED4
(227,206,212)
#E5D2D8
(229,210,216)
#E7D6DC
(231,214,220)
#E9DAE0
(233,218,224)
#EBDEE4
(235,222,228)
#EDE2E8
(237,226,232)
#EFE6EC
(239,230,236)
#F1EAF0
(241,234,240)
#F3EEF4
(243,238,244)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CAD0; }

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

This text font color is #E1CAD0.


Background Color

.myBgColor { background-color: #E1CAD0; }

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

This div background color is #E1CAD0.


Border color

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

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

This div border color is #E1CAD0.


Opacity

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

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

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

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

This text has shadow with #E1CAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CAD0 on black background.


Color preview on white background

This text has color #E1CAD0 on white background.



Black color preview on #E1CAD0 background

This text has black color on #E1CAD0 background.


White color preview on #E1CAD0 background

This text has white color on #E1CAD0 background.