COLOR #E5B3BC

HEX: #E5B3BC
RGB: (229,179,188)

Color info

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

RGB color model

#E5B3BC color RGB value is (229,179,188).

  • red value is 229;
  • green value is 179;
  • blue value is 188.
RGB:
(229,179,188)
(90%,70%,74%)

RGB channels and saturation

R 229 of 255 = 90%
G 179 of 255 = 70%
B 188 of 255 = 74%

229
179
188

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

Portions of RGB colors in percentages

R + G + B =
229 + 179 + 188 = 596 (100%)
R 229 of 596 ~ 38.42%
G 179 of 596 ~ 30.03%
B 188 of 596 ~ 31.54%

%38.42
%30.03
%31.54

CMYK color model

#E5B3BC color CMYK value is (0,22,18,10).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 17.90%
  • key color value is 10.20%
CMYK:
(0,22,18,10)
C0M22Y18K10 
(0%,22%,18%,10%)
(0.00/0.22/0.18/0.10)	

CMYK percentages

%0
%21.83
%17.9
%10.2

Codes

Color #E5B3BC in popluar color models

E5B3BC
RGB229179188
HSL349°49.02%80.00%
HSB/HSV349°21.83%89.80%
CMYK0.00%21.83%17.90%
10.20%

Color #E5B3BC in popluar number systems.

HEXE5B3BC
Decimal229179188
Binary111001011011001110111100
Octal345263274

Shades and tints

Shades of #E5B3BC

#E5B3BC
(229,179,188)
#D1A3AB
(209,163,171)
#BD939A
(189,147,154)
#A98389
(169,131,137)
#957378
(149,115,120)
#816367
(129,99,103)
#6D5356
(109,83,86)
#594345
(89,67,69)
#453334
(69,51,52)
#312323
(49,35,35)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #E5B3BC

#E5B3BC
(229,179,188)
#E7B9C2
(231,185,194)
#E9BFC8
(233,191,200)
#EBC5CE
(235,197,206)
#EDCBD4
(237,203,212)
#EFD1DA
(239,209,218)
#F1D7E0
(241,215,224)
#F3DDE6
(243,221,230)
#F5E3EC
(245,227,236)
#F7E9F2
(247,233,242)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B3BC color. Also use rgb(229,179,188) instead hex code.

Text Font Color

.myTextColor { color: #E5B3BC; }

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

This text font color is #E5B3BC.


Background Color

.myBgColor { background-color: #E5B3BC; }

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

This div background color is #E5B3BC.


Border color

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

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

This div border color is #E5B3BC.


Opacity

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

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

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

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

This text has shadow with #E5B3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B3BC on black background.


Color preview on white background

This text has color #E5B3BC on white background.



Black color preview on #E5B3BC background

This text has black color on #E5B3BC background.


White color preview on #E5B3BC background

This text has white color on #E5B3BC background.