COLOR #E1B3CE

HEX: #E1B3CE
RGB: (225,179,206)

Color info

#E1B3CE contains red, green and blue colors in about the same proportion. Web safe color of #E1B3CE is #CC99CC (or #C9C).

RGB color model

#E1B3CE color RGB value is (225,179,206).

  • red value is 225;
  • green value is 179;
  • blue value is 206.
RGB:
(225,179,206)
(88%,70%,81%)

RGB channels and saturation

R 225 of 255 = 88%
G 179 of 255 = 70%
B 206 of 255 = 81%

225
179
206

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

Portions of RGB colors in percentages

R + G + B =
225 + 179 + 206 = 610 (100%)
R 225 of 610 ~ 36.89%
G 179 of 610 ~ 29.34%
B 206 of 610 ~ 33.77%

%36.89
%29.34
%33.77

CMYK color model

#E1B3CE color CMYK value is (0,20,8,12).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 8.44%
  • key color value is 11.76%
CMYK:
(0,20,8,12)
C0M20Y8K12 
(0%,20%,8%,12%)
(0.00/0.20/0.08/0.12)	

CMYK percentages

%0
%20.44
%8.44
%11.76

Codes

Color #E1B3CE in popluar color models

E1B3CE
RGB225179206
HSL325°43.40%79.22%
HSB/HSV325°20.44%88.24%
CMYK0.00%20.44%8.44%
11.76%

Color #E1B3CE in popluar number systems.

HEXE1B3CE
Decimal225179206
Binary111000011011001111001110
Octal341263316

Shades and tints

Shades of #E1B3CE

#E1B3CE
(225,179,206)
#CDA3BC
(205,163,188)
#B993AA
(185,147,170)
#A58398
(165,131,152)
#917386
(145,115,134)
#7D6374
(125,99,116)
#695362
(105,83,98)
#554350
(85,67,80)
#41333E
(65,51,62)
#2D232C
(45,35,44)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #E1B3CE

#E1B3CE
(225,179,206)
#E3B9D2
(227,185,210)
#E5BFD6
(229,191,214)
#E7C5DA
(231,197,218)
#E9CBDE
(233,203,222)
#EBD1E2
(235,209,226)
#EDD7E6
(237,215,230)
#EFDDEA
(239,221,234)
#F1E3EE
(241,227,238)
#F3E9F2
(243,233,242)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B3CE color. Also use rgb(225,179,206) instead hex code.

Text Font Color

.myTextColor { color: #E1B3CE; }

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

This text font color is #E1B3CE.


Background Color

.myBgColor { background-color: #E1B3CE; }

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

This div background color is #E1B3CE.


Border color

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

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

This div border color is #E1B3CE.


Opacity

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

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

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

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

This text has shadow with #E1B3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B3CE on black background.


Color preview on white background

This text has color #E1B3CE on white background.



Black color preview on #E1B3CE background

This text has black color on #E1B3CE background.


White color preview on #E1B3CE background

This text has white color on #E1B3CE background.