COLOR #E1B1CB

HEX: #E1B1CB
RGB: (225,177,203)

Color info

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

RGB color model

#E1B1CB color RGB value is (225,177,203).

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

RGB channels and saturation

R 225 of 255 = 88%
G 177 of 255 = 69%
B 203 of 255 = 80%

225
177
203

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

Portions of RGB colors in percentages

R + G + B =
225 + 177 + 203 = 605 (100%)
R 225 of 605 ~ 37.19%
G 177 of 605 ~ 29.26%
B 203 of 605 ~ 33.55%

%37.19
%29.26
%33.55

CMYK color model

#E1B1CB color CMYK value is (0,21,10,12).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 9.78%
  • key color value is 11.76%
CMYK:
(0,21,10,12)
C0M21Y10K12 
(0%,21%,10%,12%)
(0.00/0.21/0.10/0.12)	

CMYK percentages

%0
%21.33
%9.78
%11.76

Codes

Color #E1B1CB in popluar color models

E1B1CB
RGB225177203
HSL328°44.44%78.82%
HSB/HSV328°21.33%88.24%
CMYK0.00%21.33%9.78%
11.76%

Color #E1B1CB in popluar number systems.

HEXE1B1CB
Decimal225177203
Binary111000011011000111001011
Octal341261313

Shades and tints

Shades of #E1B1CB

#E1B1CB
(225,177,203)
#CDA1B9
(205,161,185)
#B991A7
(185,145,167)
#A58195
(165,129,149)
#917183
(145,113,131)
#7D6171
(125,97,113)
#69515F
(105,81,95)
#55414D
(85,65,77)
#41313B
(65,49,59)
#2D2129
(45,33,41)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #E1B1CB

#E1B1CB
(225,177,203)
#E3B8CF
(227,184,207)
#E5BFD3
(229,191,211)
#E7C6D7
(231,198,215)
#E9CDDB
(233,205,219)
#EBD4DF
(235,212,223)
#EDDBE3
(237,219,227)
#EFE2E7
(239,226,231)
#F1E9EB
(241,233,235)
#F3F0EF
(243,240,239)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B1CB; }

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

This text font color is #E1B1CB.


Background Color

.myBgColor { background-color: #E1B1CB; }

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

This div background color is #E1B1CB.


Border color

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

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

This div border color is #E1B1CB.


Opacity

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

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

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

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

This text has shadow with #E1B1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B1CB on black background.


Color preview on white background

This text has color #E1B1CB on white background.



Black color preview on #E1B1CB background

This text has black color on #E1B1CB background.


White color preview on #E1B1CB background

This text has white color on #E1B1CB background.