COLOR #E5B0B0

HEX: #E5B0B0
RGB: (229,176,176)

Color info

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

RGB color model

#E5B0B0 color RGB value is (229,176,176).

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

RGB channels and saturation

R 229 of 255 = 90%
G 176 of 255 = 69%
B 176 of 255 = 69%

229
176
176

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

Portions of RGB colors in percentages

R + G + B =
229 + 176 + 176 = 581 (100%)
R 229 of 581 ~ 39.41%
G 176 of 581 ~ 30.29%
B 176 of 581 ~ 30.29%

%39.41
%30.29
%30.29

CMYK color model

#E5B0B0 color CMYK value is (0,23,23,10).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 23.14%
  • key color value is 10.20%
CMYK:
(0,23,23,10)
C0M23Y23K10 
(0%,23%,23%,10%)
(0.00/0.23/0.23/0.10)	

CMYK percentages

%0
%23.14
%23.14
%10.2

Codes

Color #E5B0B0 in popluar color models

E5B0B0
RGB229176176
HSL50.48%79.41%
HSB/HSV23.14%89.80%
CMYK0.00%23.14%23.14%
10.20%

Color #E5B0B0 in popluar number systems.

HEXE5B0B0
Decimal229176176
Binary111001011011000010110000
Octal345260260

Shades and tints

Shades of #E5B0B0

#E5B0B0
(229,176,176)
#D1A0A0
(209,160,160)
#BD9090
(189,144,144)
#A98080
(169,128,128)
#957070
(149,112,112)
#816060
(129,96,96)
#6D5050
(109,80,80)
#594040
(89,64,64)
#453030
(69,48,48)
#312020
(49,32,32)
#1D1010
(29,16,16)
#000000
(0,0,0)

Tints of #E5B0B0

#E5B0B0
(229,176,176)
#E7B7B7
(231,183,183)
#E9BEBE
(233,190,190)
#EBC5C5
(235,197,197)
#EDCCCC
(237,204,204)
#EFD3D3
(239,211,211)
#F1DADA
(241,218,218)
#F3E1E1
(243,225,225)
#F5E8E8
(245,232,232)
#F7EFEF
(247,239,239)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B0B0; }

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

This text font color is #E5B0B0.


Background Color

.myBgColor { background-color: #E5B0B0; }

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

This div background color is #E5B0B0.


Border color

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

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

This div border color is #E5B0B0.


Opacity

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

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

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

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

This text has shadow with #E5B0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B0B0 on black background.


Color preview on white background

This text has color #E5B0B0 on white background.



Black color preview on #E5B0B0 background

This text has black color on #E5B0B0 background.


White color preview on #E5B0B0 background

This text has white color on #E5B0B0 background.