COLOR #E1BACD

HEX: #E1BACD
RGB: (225,186,205)

Color info

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

RGB color model

#E1BACD color RGB value is (225,186,205).

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

RGB channels and saturation

R 225 of 255 = 88%
G 186 of 255 = 73%
B 205 of 255 = 80%

225
186
205

R + G + B ~ 80%. #E1BACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 186 + 205 = 616 (100%)
R 225 of 616 ~ 36.53%
G 186 of 616 ~ 30.19%
B 205 of 616 ~ 33.28%

%36.53
%30.19
%33.28

CMYK color model

#E1BACD color CMYK value is (0,17,9,12).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK:
(0,17,9,12)
C0M17Y9K12 
(0%,17%,9%,12%)
(0.00/0.17/0.09/0.12)	

CMYK percentages

%0
%17.33
%8.89
%11.76

Codes

Color #E1BACD in popluar color models

E1BACD
RGB225186205
HSL331°39.39%80.59%
HSB/HSV331°17.33%88.24%
CMYK0.00%17.33%8.89%
11.76%

Color #E1BACD in popluar number systems.

HEXE1BACD
Decimal225186205
Binary111000011011101011001101
Octal341272315

Shades and tints

Shades of #E1BACD

#E1BACD
(225,186,205)
#CDAABB
(205,170,187)
#B99AA9
(185,154,169)
#A58A97
(165,138,151)
#917A85
(145,122,133)
#7D6A73
(125,106,115)
#695A61
(105,90,97)
#554A4F
(85,74,79)
#413A3D
(65,58,61)
#2D2A2B
(45,42,43)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #E1BACD

#E1BACD
(225,186,205)
#E3C0D1
(227,192,209)
#E5C6D5
(229,198,213)
#E7CCD9
(231,204,217)
#E9D2DD
(233,210,221)
#EBD8E1
(235,216,225)
#EDDEE5
(237,222,229)
#EFE4E9
(239,228,233)
#F1EAED
(241,234,237)
#F3F0F1
(243,240,241)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BACD; }

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

This text font color is #E1BACD.


Background Color

.myBgColor { background-color: #E1BACD; }

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

This div background color is #E1BACD.


Border color

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

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

This div border color is #E1BACD.


Opacity

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

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

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

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

This text has shadow with #E1BACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BACD on black background.


Color preview on white background

This text has color #E1BACD on white background.



Black color preview on #E1BACD background

This text has black color on #E1BACD background.


White color preview on #E1BACD background

This text has white color on #E1BACD background.