COLOR #E1C2CD

HEX: #E1C2CD
RGB: (225,194,205)

Color info

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

RGB color model

#E1C2CD color RGB value is (225,194,205).

  • red value is 225;
  • green value is 194;
  • blue value is 205.
RGB:
(225,194,205)
(88%,76%,80%)

RGB channels and saturation

R 225 of 255 = 88%
G 194 of 255 = 76%
B 205 of 255 = 80%

225
194
205

R + G + B ~ 81%. #E1C2CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 194 + 205 = 624 (100%)
R 225 of 624 ~ 36.06%
G 194 of 624 ~ 31.09%
B 205 of 624 ~ 32.85%

%36.06
%31.09
%32.85

CMYK color model

#E1C2CD color CMYK value is (0,14,9,12).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK:
(0,14,9,12)
C0M14Y9K12 
(0%,14%,9%,12%)
(0.00/0.14/0.09/0.12)	

CMYK percentages

%0
%13.78
%8.89
%11.76

Codes

Color #E1C2CD in popluar color models

E1C2CD
RGB225194205
HSL339°34.07%82.16%
HSB/HSV339°13.78%88.24%
CMYK0.00%13.78%8.89%
11.76%

Color #E1C2CD in popluar number systems.

HEXE1C2CD
Decimal225194205
Binary111000011100001011001101
Octal341302315

Shades and tints

Shades of #E1C2CD

#E1C2CD
(225,194,205)
#CDB1BB
(205,177,187)
#B9A0A9
(185,160,169)
#A58F97
(165,143,151)
#917E85
(145,126,133)
#7D6D73
(125,109,115)
#695C61
(105,92,97)
#554B4F
(85,75,79)
#413A3D
(65,58,61)
#2D292B
(45,41,43)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #E1C2CD

#E1C2CD
(225,194,205)
#E3C7D1
(227,199,209)
#E5CCD5
(229,204,213)
#E7D1D9
(231,209,217)
#E9D6DD
(233,214,221)
#EBDBE1
(235,219,225)
#EDE0E5
(237,224,229)
#EFE5E9
(239,229,233)
#F1EAED
(241,234,237)
#F3EFF1
(243,239,241)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C2CD color. Also use rgb(225,194,205) instead hex code.

Text Font Color

.myTextColor { color: #E1C2CD; }

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

This text font color is #E1C2CD.


Background Color

.myBgColor { background-color: #E1C2CD; }

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

This div background color is #E1C2CD.


Border color

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

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

This div border color is #E1C2CD.


Opacity

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

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

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

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

This text has shadow with #E1C2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C2CD on black background.


Color preview on white background

This text has color #E1C2CD on white background.



Black color preview on #E1C2CD background

This text has black color on #E1C2CD background.


White color preview on #E1C2CD background

This text has white color on #E1C2CD background.