COLOR #E1B3CB

HEX: #E1B3CB
RGB: (225,179,203)

Color info

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

RGB color model

#E1B3CB color RGB value is (225,179,203).

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

RGB channels and saturation

R 225 of 255 = 88%
G 179 of 255 = 70%
B 203 of 255 = 80%

225
179
203

R + G + B ~ 79%. #E1B3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 179 + 203 = 607 (100%)
R 225 of 607 ~ 37.07%
G 179 of 607 ~ 29.49%
B 203 of 607 ~ 33.44%

%37.07
%29.49
%33.44

CMYK color model

#E1B3CB color CMYK value is (0,20,10,12).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 9.78%
  • key color value is 11.76%
CMYK:
(0,20,10,12)
C0M20Y10K12 
(0%,20%,10%,12%)
(0.00/0.20/0.10/0.12)	

CMYK percentages

%0
%20.44
%9.78
%11.76

Codes

Color #E1B3CB in popluar color models

E1B3CB
RGB225179203
HSL329°43.40%79.22%
HSB/HSV329°20.44%88.24%
CMYK0.00%20.44%9.78%
11.76%

Color #E1B3CB in popluar number systems.

HEXE1B3CB
Decimal225179203
Binary111000011011001111001011
Octal341263313

Shades and tints

Shades of #E1B3CB

#E1B3CB
(225,179,203)
#CDA3B9
(205,163,185)
#B993A7
(185,147,167)
#A58395
(165,131,149)
#917383
(145,115,131)
#7D6371
(125,99,113)
#69535F
(105,83,95)
#55434D
(85,67,77)
#41333B
(65,51,59)
#2D2329
(45,35,41)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #E1B3CB

#E1B3CB
(225,179,203)
#E3B9CF
(227,185,207)
#E5BFD3
(229,191,211)
#E7C5D7
(231,197,215)
#E9CBDB
(233,203,219)
#EBD1DF
(235,209,223)
#EDD7E3
(237,215,227)
#EFDDE7
(239,221,231)
#F1E3EB
(241,227,235)
#F3E9EF
(243,233,239)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B3CB; }

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

This text font color is #E1B3CB.


Background Color

.myBgColor { background-color: #E1B3CB; }

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

This div background color is #E1B3CB.


Border color

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

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

This div border color is #E1B3CB.


Opacity

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

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

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

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

This text has shadow with #E1B3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B3CB on black background.


Color preview on white background

This text has color #E1B3CB on white background.



Black color preview on #E1B3CB background

This text has black color on #E1B3CB background.


White color preview on #E1B3CB background

This text has white color on #E1B3CB background.