COLOR #E1B0B0

HEX: #E1B0B0
RGB: (225,176,176)

Color info

#E1B0B0 contains red, green and blue colors in about the same proportion. Web safe color of #E1B0B0 is #CC9999 (or #C99).

RGB color model

#E1B0B0 color RGB value is (225,176,176).

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

RGB channels and saturation

R 225 of 255 = 88%
G 176 of 255 = 69%
B 176 of 255 = 69%

225
176
176

R + G + B ~ 75%. #E1B0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 176 + 176 = 577 (100%)
R 225 of 577 ~ 38.99%
G 176 of 577 ~ 30.5%
B 176 of 577 ~ 30.5%

%38.99
%30.5
%30.5

CMYK color model

#E1B0B0 color CMYK value is (0,22,22,12).

  • cyan value is 0.00%
  • magenta value is 21.78%
  • yellow value is 21.78%
  • key color value is 11.76%
CMYK:
(0,22,22,12)
C0M22Y22K12 
(0%,22%,22%,12%)
(0.00/0.22/0.22/0.12)	

CMYK percentages

%0
%21.78
%21.78
%11.76

Codes

Color #E1B0B0 in popluar color models

E1B0B0
RGB225176176
HSL44.95%78.63%
HSB/HSV21.78%88.24%
CMYK0.00%21.78%21.78%
11.76%

Color #E1B0B0 in popluar number systems.

HEXE1B0B0
Decimal225176176
Binary111000011011000010110000
Octal341260260

Shades and tints

Shades of #E1B0B0

#E1B0B0
(225,176,176)
#CDA0A0
(205,160,160)
#B99090
(185,144,144)
#A58080
(165,128,128)
#917070
(145,112,112)
#7D6060
(125,96,96)
#695050
(105,80,80)
#554040
(85,64,64)
#413030
(65,48,48)
#2D2020
(45,32,32)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #E1B0B0

#E1B0B0
(225,176,176)
#E3B7B7
(227,183,183)
#E5BEBE
(229,190,190)
#E7C5C5
(231,197,197)
#E9CCCC
(233,204,204)
#EBD3D3
(235,211,211)
#EDDADA
(237,218,218)
#EFE1E1
(239,225,225)
#F1E8E8
(241,232,232)
#F3EFEF
(243,239,239)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B0B0; }

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

This text font color is #E1B0B0.


Background Color

.myBgColor { background-color: #E1B0B0; }

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

This div background color is #E1B0B0.


Border color

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

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

This div border color is #E1B0B0.


Opacity

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

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

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

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

This text has shadow with #E1B0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B0B0 on black background.


Color preview on white background

This text has color #E1B0B0 on white background.



Black color preview on #E1B0B0 background

This text has black color on #E1B0B0 background.


White color preview on #E1B0B0 background

This text has white color on #E1B0B0 background.