COLOR #E1B1C3

HEX: #E1B1C3
RGB: (225,177,195)

Color info

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

RGB color model

#E1B1C3 color RGB value is (225,177,195).

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

RGB channels and saturation

R 225 of 255 = 88%
G 177 of 255 = 69%
B 195 of 255 = 76%

225
177
195

R + G + B ~ 78%. #E1B1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 177 + 195 = 597 (100%)
R 225 of 597 ~ 37.69%
G 177 of 597 ~ 29.65%
B 195 of 597 ~ 32.66%

%37.69
%29.65
%32.66

CMYK color model

#E1B1C3 color CMYK value is (0,21,13,12).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 13.33%
  • key color value is 11.76%
CMYK:
(0,21,13,12)
C0M21Y13K12 
(0%,21%,13%,12%)
(0.00/0.21/0.13/0.12)	

CMYK percentages

%0
%21.33
%13.33
%11.76

Codes

Color #E1B1C3 in popluar color models

E1B1C3
RGB225177195
HSL338°44.44%78.82%
HSB/HSV338°21.33%88.24%
CMYK0.00%21.33%13.33%
11.76%

Color #E1B1C3 in popluar number systems.

HEXE1B1C3
Decimal225177195
Binary111000011011000111000011
Octal341261303

Shades and tints

Shades of #E1B1C3

#E1B1C3
(225,177,195)
#CDA1B2
(205,161,178)
#B991A1
(185,145,161)
#A58190
(165,129,144)
#91717F
(145,113,127)
#7D616E
(125,97,110)
#69515D
(105,81,93)
#55414C
(85,65,76)
#41313B
(65,49,59)
#2D212A
(45,33,42)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #E1B1C3

#E1B1C3
(225,177,195)
#E3B8C8
(227,184,200)
#E5BFCD
(229,191,205)
#E7C6D2
(231,198,210)
#E9CDD7
(233,205,215)
#EBD4DC
(235,212,220)
#EDDBE1
(237,219,225)
#EFE2E6
(239,226,230)
#F1E9EB
(241,233,235)
#F3F0F0
(243,240,240)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B1C3; }

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

This text font color is #E1B1C3.


Background Color

.myBgColor { background-color: #E1B1C3; }

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

This div background color is #E1B1C3.


Border color

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

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

This div border color is #E1B1C3.


Opacity

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

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

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

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

This text has shadow with #E1B1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B1C3 on black background.


Color preview on white background

This text has color #E1B1C3 on white background.



Black color preview on #E1B1C3 background

This text has black color on #E1B1C3 background.


White color preview on #E1B1C3 background

This text has white color on #E1B1C3 background.