COLOR #E1BCD7

HEX: #E1BCD7 RGB: (225,188,215)

Color info

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

RGB color model

#E1BCD7 color RGB value is (225,188,215).

RGB: (225,188,215) (88%, 74%, 84%)

RGB channels and saturation

R 225 of 255 = 88%
G 188 of 255 = 74%
B 215 of 255 = 84%

225
188
215

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

Portions of RGB colors in percentages

R + G + B = 225 + 188 + 215 = 628 (100%)
R 225 of 628 ~ 35.83%
G 188 of 628 ~ 29.94%
B 215 of 628 ~ 34.24'%

%35.83
%29.94
%34.24

CMYK color model

#E1BCD7 color CMYK value is (0,16,4,12).

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 4.44%
  • key color value is 11.76%

CMYK: (0,16,4,12)
C0M16Y4K12 (0%, 16%, 4%, 12%)
(0.00 / 0.16 / 0.04 / 0.12)

CMYK percentages

%0
%16.44
%4.44
%11.76

Codes

Color #E1BCD7 in popluar color models

E1 BC D7
RGB 225 188 215
HSL 316° 38.14% 80.98%
HSB/HSV 316° 16.44% 88.24%
CMYK 0.00% 16.44% 4.44%
11.76%

Color #E1BCD7 in popluar number systems.

HEX E1 BC D7
Decimal 225 188 215
Binary 11100001 10111100 11010111
Octal 341 274 327

Shades and tints

Shades of #E1BCD7

#E1BCD7
(225,188,215)
#CDABC4
(205,171,196)
#B99AB1
(185,154,177)
#A5899E
(165,137,158)
#91788B
(145,120,139)
#7D6778
(125,103,120)
#695665
(105,86,101)
#554552
(85,69,82)
#41343F
(65,52,63)
#2D232C
(45,35,44)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #E1BCD7

#E1BCD7
(225,188,215)
#E3C2DA
(227,194,218)
#E5C8DD
(229,200,221)
#E7CEE0
(231,206,224)
#E9D4E3
(233,212,227)
#EBDAE6
(235,218,230)
#EDE0E9
(237,224,233)
#EFE6EC
(239,230,236)
#F1ECEF
(241,236,239)
#F3F2F2
(243,242,242)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BCD7 color. Also use rgb(225,188,215) instead hex code.

Text Font Color

.myTextColor { color: #E1BCD7; }

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

This text font color is #E1BCD7.

Background Color

.myBgColor { background-color: #E1BCD7; }

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

This div background color is #E1BCD7.

Border color

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

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

This div border color is #E1BCD7.

Opacity

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

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

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

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

This text has shadow with #E1BCD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BCD7.

Preview

Color preview on black background

This text has color #E1BCD7 on black background.


Color preview on white background

This text has color #E1BCD7 on white background.


Black color preview on #E1BCD7 background

This text has black color on #E1BCD7 background.


White color preview on #E1BCD7 background

This text has white color on #E1BCD7 background.


Related colors

Complementary color

Complementary color for #hex is #1E4328.


I love getcolorcode.com

Triadic colors

1 #D7E1BC and #BCD7E1 with #E1BCD7 are triadic colors.

2 #D7BCE1 and #BCE1D7 with #E1BCD7 are triadic colors.