COLOR #E5BCD9

HEX: #E5BCD9
RGB: (229,188,217)

Color info

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

RGB color model

#E5BCD9 color RGB value is (229,188,217).

  • red value is 229;
  • green value is 188;
  • blue value is 217.
RGB:
(229,188,217)
(90%,74%,85%)

RGB channels and saturation

R 229 of 255 = 90%
G 188 of 255 = 74%
B 217 of 255 = 85%

229
188
217

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

Portions of RGB colors in percentages

R + G + B =
229 + 188 + 217 = 634 (100%)
R 229 of 634 ~ 36.12%
G 188 of 634 ~ 29.65%
B 217 of 634 ~ 34.23%

%36.12
%29.65
%34.23

CMYK color model

#E5BCD9 color CMYK value is (0,18,5,10).

  • cyan value is 0.00%
  • magenta value is 17.90%
  • yellow value is 5.24%
  • key color value is 10.20%
CMYK:
(0,18,5,10)
C0M18Y5K10 
(0%,18%,5%,10%)
(0.00/0.18/0.05/0.10)	

CMYK percentages

%0
%17.9
%5.24
%10.2

Codes

Color #E5BCD9 in popluar color models

E5BCD9
RGB229188217
HSL318°44.09%81.76%
HSB/HSV318°17.90%89.80%
CMYK0.00%17.90%5.24%
10.20%

Color #E5BCD9 in popluar number systems.

HEXE5BCD9
Decimal229188217
Binary111001011011110011011001
Octal345274331

Shades and tints

Shades of #E5BCD9

#E5BCD9
(229,188,217)
#D1ABC6
(209,171,198)
#BD9AB3
(189,154,179)
#A989A0
(169,137,160)
#95788D
(149,120,141)
#81677A
(129,103,122)
#6D5667
(109,86,103)
#594554
(89,69,84)
#453441
(69,52,65)
#31232E
(49,35,46)
#1D121B
(29,18,27)
#000000
(0,0,0)

Tints of #E5BCD9

#E5BCD9
(229,188,217)
#E7C2DC
(231,194,220)
#E9C8DF
(233,200,223)
#EBCEE2
(235,206,226)
#EDD4E5
(237,212,229)
#EFDAE8
(239,218,232)
#F1E0EB
(241,224,235)
#F3E6EE
(243,230,238)
#F5ECF1
(245,236,241)
#F7F2F4
(247,242,244)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BCD9 color. Also use rgb(229,188,217) instead hex code.

Text Font Color

.myTextColor { color: #E5BCD9; }

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

This text font color is #E5BCD9.


Background Color

.myBgColor { background-color: #E5BCD9; }

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

This div background color is #E5BCD9.


Border color

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

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

This div border color is #E5BCD9.


Opacity

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

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

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

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

This text has shadow with #E5BCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BCD9 on black background.


Color preview on white background

This text has color #E5BCD9 on white background.



Black color preview on #E5BCD9 background

This text has black color on #E5BCD9 background.


White color preview on #E5BCD9 background

This text has white color on #E5BCD9 background.