COLOR #E1B2B5

HEX: #E1B2B5
RGB: (225,178,181)

Color info

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

RGB color model

#E1B2B5 color RGB value is (225,178,181).

  • red value is 225;
  • green value is 178;
  • blue value is 181.
RGB:
(225,178,181)
(88%,70%,71%)

RGB channels and saturation

R 225 of 255 = 88%
G 178 of 255 = 70%
B 181 of 255 = 71%

225
178
181

R + G + B ~ 76%. #E1B2B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 178 + 181 = 584 (100%)
R 225 of 584 ~ 38.53%
G 178 of 584 ~ 30.48%
B 181 of 584 ~ 30.99%

%38.53
%30.48
%30.99

CMYK color model

#E1B2B5 color CMYK value is (0,21,20,12).

  • cyan value is 0.00%
  • magenta value is 20.89%
  • yellow value is 19.56%
  • key color value is 11.76%
CMYK:
(0,21,20,12)
C0M21Y20K12 
(0%,21%,20%,12%)
(0.00/0.21/0.20/0.12)	

CMYK percentages

%0
%20.89
%19.56
%11.76

Codes

Color #E1B2B5 in popluar color models

E1B2B5
RGB225178181
HSL356°43.93%79.02%
HSB/HSV356°20.89%88.24%
CMYK0.00%20.89%19.56%
11.76%

Color #E1B2B5 in popluar number systems.

HEXE1B2B5
Decimal225178181
Binary111000011011001010110101
Octal341262265

Shades and tints

Shades of #E1B2B5

#E1B2B5
(225,178,181)
#CDA2A5
(205,162,165)
#B99295
(185,146,149)
#A58285
(165,130,133)
#917275
(145,114,117)
#7D6265
(125,98,101)
#695255
(105,82,85)
#554245
(85,66,69)
#413235
(65,50,53)
#2D2225
(45,34,37)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #E1B2B5

#E1B2B5
(225,178,181)
#E3B9BB
(227,185,187)
#E5C0C1
(229,192,193)
#E7C7C7
(231,199,199)
#E9CECD
(233,206,205)
#EBD5D3
(235,213,211)
#EDDCD9
(237,220,217)
#EFE3DF
(239,227,223)
#F1EAE5
(241,234,229)
#F3F1EB
(243,241,235)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B2B5 color. Also use rgb(225,178,181) instead hex code.

Text Font Color

.myTextColor { color: #E1B2B5; }

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

This text font color is #E1B2B5.


Background Color

.myBgColor { background-color: #E1B2B5; }

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

This div background color is #E1B2B5.


Border color

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

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

This div border color is #E1B2B5.


Opacity

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

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

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

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

This text has shadow with #E1B2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B2B5 on black background.


Color preview on white background

This text has color #E1B2B5 on white background.



Black color preview on #E1B2B5 background

This text has black color on #E1B2B5 background.


White color preview on #E1B2B5 background

This text has white color on #E1B2B5 background.