COLOR #E1C9CD

HEX: #E1C9CD RGB: (225,201,205)

Color info

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

RGB color model

#E1C9CD color RGB value is (225,201,205).

RGB: (225,201,205) (88%, 79%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 201 of 255 = 79%
B 205 of 255 = 80%

225
201
205

R + G + B ~ 82%. #E1C9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 201 + 205 = 631 (100%)
R 225 of 631 ~ 35.66%
G 201 of 631 ~ 31.85%
B 205 of 631 ~ 32.49'%

%35.66
%31.85
%32.49

CMYK color model

#E1C9CD color CMYK value is (0,11,9,12).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK: (0,11,9,12) C0M11Y9K12 (0%,11%,9%,12%) (0.00/0.11/0.09/0.12) 

CMYK percentages

%0
%10.67
%8.89
%11.76

Codes

Color #E1C9CD in popluar color models

E1 C9 CD
RGB 225 201 205
HSL 350° 28.57% 83.53%
HSB/HSV 350° 10.67% 88.24%
CMYK 0.00% 10.67% 8.89%
11.76%

Color #E1C9CD in popluar number systems.

HEX E1 C9 CD
Decimal 225 201 205
Binary 11100001 11001001 11001101
Octal 341 311 315

Shades and tints

Shades of #E1C9CD

#E1C9CD
(225,201,205)
#CDB7BB
(205,183,187)
#B9A5A9
(185,165,169)
#A59397
(165,147,151)
#918185
(145,129,133)
#7D6F73
(125,111,115)
#695D61
(105,93,97)
#554B4F
(85,75,79)
#41393D
(65,57,61)
#2D272B
(45,39,43)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #E1C9CD

#E1C9CD
(225,201,205)
#E3CDD1
(227,205,209)
#E5D1D5
(229,209,213)
#E7D5D9
(231,213,217)
#E9D9DD
(233,217,221)
#EBDDE1
(235,221,225)
#EDE1E5
(237,225,229)
#EFE5E9
(239,229,233)
#F1E9ED
(241,233,237)
#F3EDF1
(243,237,241)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C9CD; }

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

This text font color is #E1C9CD.

Background Color

.myBgColor { background-color: #E1C9CD; }

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

This div background color is #E1C9CD.

Border color

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

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

This div border color is #E1C9CD.

Opacity

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

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

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

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

This text has shadow with #E1C9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C9CD.

Preview

Color preview on black background

This text has color #E1C9CD on black background.


Color preview on white background

This text has color #E1C9CD on white background.


Black color preview on #E1C9CD background

This text has black color on #E1C9CD background.


White color preview on #E1C9CD background

This text has white color on #E1C9CD background.


Related colors

Complementary color

Complementary color for #hex is #1E3632.


I love getcolorcode.com

Triadic colors

1 #CDE1C9 and #C9CDE1 with #E1C9CD are triadic colors.

2 #CDC9E1 and #C9E1CD with #E1C9CD are triadic colors.