COLOR #E5BACD

HEX: #E5BACD
RGB: (229,186,205)

Color info

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

RGB color model

#E5BACD color RGB value is (229,186,205).

  • red value is 229;
  • green value is 186;
  • blue value is 205.
RGB:
(229,186,205)
(90%,73%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 186 of 255 = 73%
B 205 of 255 = 80%

229
186
205

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

Portions of RGB colors in percentages

R + G + B =
229 + 186 + 205 = 620 (100%)
R 229 of 620 ~ 36.94%
G 186 of 620 ~ 30%
B 205 of 620 ~ 33.06%

%36.94
%30
%33.06

CMYK color model

#E5BACD color CMYK value is (0,19,10,10).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK:
(0,19,10,10)
C0M19Y10K10 
(0%,19%,10%,10%)
(0.00/0.19/0.10/0.10)	

CMYK percentages

%0
%18.78
%10.48
%10.2

Codes

Color #E5BACD in popluar color models

E5BACD
RGB229186205
HSL333°45.26%81.37%
HSB/HSV333°18.78%89.80%
CMYK0.00%18.78%10.48%
10.20%

Color #E5BACD in popluar number systems.

HEXE5BACD
Decimal229186205
Binary111001011011101011001101
Octal345272315

Shades and tints

Shades of #E5BACD

#E5BACD
(229,186,205)
#D1AABB
(209,170,187)
#BD9AA9
(189,154,169)
#A98A97
(169,138,151)
#957A85
(149,122,133)
#816A73
(129,106,115)
#6D5A61
(109,90,97)
#594A4F
(89,74,79)
#453A3D
(69,58,61)
#312A2B
(49,42,43)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #E5BACD

#E5BACD
(229,186,205)
#E7C0D1
(231,192,209)
#E9C6D5
(233,198,213)
#EBCCD9
(235,204,217)
#EDD2DD
(237,210,221)
#EFD8E1
(239,216,225)
#F1DEE5
(241,222,229)
#F3E4E9
(243,228,233)
#F5EAED
(245,234,237)
#F7F0F1
(247,240,241)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BACD color. Also use rgb(229,186,205) instead hex code.

Text Font Color

.myTextColor { color: #E5BACD; }

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

This text font color is #E5BACD.


Background Color

.myBgColor { background-color: #E5BACD; }

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

This div background color is #E5BACD.


Border color

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

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

This div border color is #E5BACD.


Opacity

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

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

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

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

This text has shadow with #E5BACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BACD on black background.


Color preview on white background

This text has color #E5BACD on white background.



Black color preview on #E5BACD background

This text has black color on #E5BACD background.


White color preview on #E5BACD background

This text has white color on #E5BACD background.