COLOR #E1B0BC

HEX: #E1B0BC
RGB: (225,176,188)

Color info

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

RGB color model

#E1B0BC color RGB value is (225,176,188).

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

RGB channels and saturation

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

225
176
188

R + G + B ~ 77%. #E1B0BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 176 + 188 = 589 (100%)
R 225 of 589 ~ 38.2%
G 176 of 589 ~ 29.88%
B 188 of 589 ~ 31.92%

%38.2
%29.88
%31.92

CMYK color model

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

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

CMYK percentages

%0
%21.78
%16.44
%11.76

Codes

Color #E1B0BC in popluar color models

E1B0BC
RGB225176188
HSL345°44.95%78.63%
HSB/HSV345°21.78%88.24%
CMYK0.00%21.78%16.44%
11.76%

Color #E1B0BC in popluar number systems.

HEXE1B0BC
Decimal225176188
Binary111000011011000010111100
Octal341260274

Shades and tints

Shades of #E1B0BC

#E1B0BC
(225,176,188)
#CDA0AB
(205,160,171)
#B9909A
(185,144,154)
#A58089
(165,128,137)
#917078
(145,112,120)
#7D6067
(125,96,103)
#695056
(105,80,86)
#554045
(85,64,69)
#413034
(65,48,52)
#2D2023
(45,32,35)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #E1B0BC

#E1B0BC
(225,176,188)
#E3B7C2
(227,183,194)
#E5BEC8
(229,190,200)
#E7C5CE
(231,197,206)
#E9CCD4
(233,204,212)
#EBD3DA
(235,211,218)
#EDDAE0
(237,218,224)
#EFE1E6
(239,225,230)
#F1E8EC
(241,232,236)
#F3EFF2
(243,239,242)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B0BC; }

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

This text font color is #E1B0BC.


Background Color

.myBgColor { background-color: #E1B0BC; }

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

This div background color is #E1B0BC.


Border color

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

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

This div border color is #E1B0BC.


Opacity

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

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

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

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

This text has shadow with #E1B0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B0BC on black background.


Color preview on white background

This text has color #E1B0BC on white background.



Black color preview on #E1B0BC background

This text has black color on #E1B0BC background.


White color preview on #E1B0BC background

This text has white color on #E1B0BC background.