COLOR #E1C4CB

HEX: #E1C4CB RGB: (225,196,203)

Color info

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

RGB color model

#E1C4CB color RGB value is (225,196,203).

RGB: (225,196,203) (88%, 77%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 196 of 255 = 77%
B 203 of 255 = 80%

225
196
203

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

Portions of RGB colors in percentages

R + G + B = 225 + 196 + 203 = 624 (100%)
R 225 of 624 ~ 36.06%
G 196 of 624 ~ 31.41%
B 203 of 624 ~ 32.53'%

%36.06
%31.41
%32.53

CMYK color model

#E1C4CB color CMYK value is (0,13,10,12).

  • cyan value is 0.00%
  • magenta value is 12.89%
  • yellow value is 9.78%
  • key color value is 11.76%

CMYK: (0,13,10,12)
C0M13Y10K12 (0%, 13%, 10%, 12%)
(0.00 / 0.13 / 0.10 / 0.12)

CMYK percentages

%0
%12.89
%9.78
%11.76

Codes

Color #E1C4CB in popluar color models

E1 C4 CB
RGB 225 196 203
HSL 346° 32.58% 82.55%
HSB/HSV 346° 12.89% 88.24%
CMYK 0.00% 12.89% 9.78%
11.76%

Color #E1C4CB in popluar number systems.

HEX E1 C4 CB
Decimal 225 196 203
Binary 11100001 11000100 11001011
Octal 341 304 313

Shades and tints

Shades of #E1C4CB

#E1C4CB
(225,196,203)
#CDB3B9
(205,179,185)
#B9A2A7
(185,162,167)
#A59195
(165,145,149)
#918083
(145,128,131)
#7D6F71
(125,111,113)
#695E5F
(105,94,95)
#554D4D
(85,77,77)
#413C3B
(65,60,59)
#2D2B29
(45,43,41)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #E1C4CB

#E1C4CB
(225,196,203)
#E3C9CF
(227,201,207)
#E5CED3
(229,206,211)
#E7D3D7
(231,211,215)
#E9D8DB
(233,216,219)
#EBDDDF
(235,221,223)
#EDE2E3
(237,226,227)
#EFE7E7
(239,231,231)
#F1ECEB
(241,236,235)
#F3F1EF
(243,241,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C4CB color. Also use rgb(225,196,203) instead hex code.

Text Font Color

.myTextColor { color: #E1C4CB; }

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

This text font color is #E1C4CB.

Background Color

.myBgColor { background-color: #E1C4CB; }

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

This div background color is #E1C4CB.

Border color

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

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

This div border color is #E1C4CB.

Opacity

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

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

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

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

This text has shadow with #E1C4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C4CB.

Preview

Color preview on black background

This text has color #E1C4CB on black background.


Color preview on white background

This text has color #E1C4CB on white background.


Black color preview on #E1C4CB background

This text has black color on #E1C4CB background.


White color preview on #E1C4CB background

This text has white color on #E1C4CB background.


Related colors

Complementary color

Complementary color for #hex is #1E3B34.


I love getcolorcode.com

Triadic colors

1 #CBE1C4 and #C4CBE1 with #E1C4CB are triadic colors.

2 #CBC4E1 and #C4E1CB with #E1C4CB are triadic colors.