COLOR #E1BACB

HEX: #E1BACB
RGB: (225,186,203)

Color info

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

RGB color model

#E1BACB color RGB value is (225,186,203).

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

RGB channels and saturation

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

225
186
203

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

Portions of RGB colors in percentages

R + G + B =
225 + 186 + 203 = 614 (100%)
R 225 of 614 ~ 36.64%
G 186 of 614 ~ 30.29%
B 203 of 614 ~ 33.06%

%36.64
%30.29
%33.06

CMYK color model

#E1BACB color CMYK value is (0,17,10,12).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 9.78%
  • key color value is 11.76%
CMYK:
(0,17,10,12)
C0M17Y10K12 
(0%,17%,10%,12%)
(0.00/0.17/0.10/0.12)	

CMYK percentages

%0
%17.33
%9.78
%11.76

Codes

Color #E1BACB in popluar color models

E1BACB
RGB225186203
HSL334°39.39%80.59%
HSB/HSV334°17.33%88.24%
CMYK0.00%17.33%9.78%
11.76%

Color #E1BACB in popluar number systems.

HEXE1BACB
Decimal225186203
Binary111000011011101011001011
Octal341272313

Shades and tints

Shades of #E1BACB

#E1BACB
(225,186,203)
#CDAAB9
(205,170,185)
#B99AA7
(185,154,167)
#A58A95
(165,138,149)
#917A83
(145,122,131)
#7D6A71
(125,106,113)
#695A5F
(105,90,95)
#554A4D
(85,74,77)
#413A3B
(65,58,59)
#2D2A29
(45,42,41)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #E1BACB

#E1BACB
(225,186,203)
#E3C0CF
(227,192,207)
#E5C6D3
(229,198,211)
#E7CCD7
(231,204,215)
#E9D2DB
(233,210,219)
#EBD8DF
(235,216,223)
#EDDEE3
(237,222,227)
#EFE4E7
(239,228,231)
#F1EAEB
(241,234,235)
#F3F0EF
(243,240,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BACB; }

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

This text font color is #E1BACB.


Background Color

.myBgColor { background-color: #E1BACB; }

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

This div background color is #E1BACB.


Border color

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

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

This div border color is #E1BACB.


Opacity

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

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

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

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

This text has shadow with #E1BACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BACB on black background.


Color preview on white background

This text has color #E1BACB on white background.



Black color preview on #E1BACB background

This text has black color on #E1BACB background.


White color preview on #E1BACB background

This text has white color on #E1BACB background.