COLOR #E5B3B3

HEX: #E5B3B3
RGB: (229,179,179)

Color info

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

RGB color model

#E5B3B3 color RGB value is (229,179,179).

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

RGB channels and saturation

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

229
179
179

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

Portions of RGB colors in percentages

R + G + B =
229 + 179 + 179 = 587 (100%)
R 229 of 587 ~ 39.01%
G 179 of 587 ~ 30.49%
B 179 of 587 ~ 30.49%

%39.01
%30.49
%30.49

CMYK color model

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

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

CMYK percentages

%0
%21.83
%21.83
%10.2

Codes

Color #E5B3B3 in popluar color models

E5B3B3
RGB229179179
HSL49.02%80.00%
HSB/HSV21.83%89.80%
CMYK0.00%21.83%21.83%
10.20%

Color #E5B3B3 in popluar number systems.

HEXE5B3B3
Decimal229179179
Binary111001011011001110110011
Octal345263263

Shades and tints

Shades of #E5B3B3

#E5B3B3
(229,179,179)
#D1A3A3
(209,163,163)
#BD9393
(189,147,147)
#A98383
(169,131,131)
#957373
(149,115,115)
#816363
(129,99,99)
#6D5353
(109,83,83)
#594343
(89,67,67)
#453333
(69,51,51)
#312323
(49,35,35)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #E5B3B3

#E5B3B3
(229,179,179)
#E7B9B9
(231,185,185)
#E9BFBF
(233,191,191)
#EBC5C5
(235,197,197)
#EDCBCB
(237,203,203)
#EFD1D1
(239,209,209)
#F1D7D7
(241,215,215)
#F3DDDD
(243,221,221)
#F5E3E3
(245,227,227)
#F7E9E9
(247,233,233)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B3B3; }

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

This text font color is #E5B3B3.


Background Color

.myBgColor { background-color: #E5B3B3; }

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

This div background color is #E5B3B3.


Border color

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

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

This div border color is #E5B3B3.


Opacity

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

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

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

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

This text has shadow with #E5B3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B3B3 on black background.


Color preview on white background

This text has color #E5B3B3 on white background.



Black color preview on #E5B3B3 background

This text has black color on #E5B3B3 background.


White color preview on #E5B3B3 background

This text has white color on #E5B3B3 background.