COLOR #E0B1B1

HEX: #E0B1B1
RGB: (224,177,177)

Color info

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

RGB color model

#E0B1B1 color RGB value is (224,177,177).

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

RGB channels and saturation

R 224 of 255 = 88%
G 177 of 255 = 69%
B 177 of 255 = 69%

224
177
177

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

Portions of RGB colors in percentages

R + G + B =
224 + 177 + 177 = 578 (100%)
R 224 of 578 ~ 38.75%
G 177 of 578 ~ 30.62%
B 177 of 578 ~ 30.62%

%38.75
%30.62
%30.62

CMYK color model

#E0B1B1 color CMYK value is (0,21,21,12).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 20.98%
  • key color value is 12.16%
CMYK:
(0,21,21,12)
C0M21Y21K12 
(0%,21%,21%,12%)
(0.00/0.21/0.21/0.12)	

CMYK percentages

%0
%20.98
%20.98
%12.16

Codes

Color #E0B1B1 in popluar color models

E0B1B1
RGB224177177
HSL43.12%78.63%
HSB/HSV20.98%87.84%
CMYK0.00%20.98%20.98%
12.16%

Color #E0B1B1 in popluar number systems.

HEXE0B1B1
Decimal224177177
Binary111000001011000110110001
Octal340261261

Shades and tints

Shades of #E0B1B1

#E0B1B1
(224,177,177)
#CCA1A1
(204,161,161)
#B89191
(184,145,145)
#A48181
(164,129,129)
#907171
(144,113,113)
#7C6161
(124,97,97)
#685151
(104,81,81)
#544141
(84,65,65)
#403131
(64,49,49)
#2C2121
(44,33,33)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #E0B1B1

#E0B1B1
(224,177,177)
#E2B8B8
(226,184,184)
#E4BFBF
(228,191,191)
#E6C6C6
(230,198,198)
#E8CDCD
(232,205,205)
#EAD4D4
(234,212,212)
#ECDBDB
(236,219,219)
#EEE2E2
(238,226,226)
#F0E9E9
(240,233,233)
#F2F0F0
(242,240,240)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B1B1 color. Also use rgb(224,177,177) instead hex code.

Text Font Color

.myTextColor { color: #E0B1B1; }

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

This text font color is #E0B1B1.


Background Color

.myBgColor { background-color: #E0B1B1; }

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

This div background color is #E0B1B1.


Border color

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

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

This div border color is #E0B1B1.


Opacity

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

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

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

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

This text has shadow with #E0B1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B1B1 on black background.


Color preview on white background

This text has color #E0B1B1 on white background.



Black color preview on #E0B1B1 background

This text has black color on #E0B1B1 background.


White color preview on #E0B1B1 background

This text has white color on #E0B1B1 background.