COLOR #E8B1B1

HEX: #E8B1B1
RGB: (232,177,177)

Color info

#E8B1B1 contains red, green and blue colors in about the same proportion. Web safe color of #E8B1B1 is #FF9999 (or #F99).

RGB color model

#E8B1B1 color RGB value is (232,177,177).

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

RGB channels and saturation

R 232 of 255 = 91%
G 177 of 255 = 69%
B 177 of 255 = 69%

232
177
177

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

Portions of RGB colors in percentages

R + G + B =
232 + 177 + 177 = 586 (100%)
R 232 of 586 ~ 39.59%
G 177 of 586 ~ 30.2%
B 177 of 586 ~ 30.2%

%39.59
%30.2
%30.2

CMYK color model

#E8B1B1 color CMYK value is (0,24,24,9).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 23.71%
  • key color value is 9.02%
CMYK:
(0,24,24,9)
C0M24Y24K9 
(0%,24%,24%,9%)
(0.00/0.24/0.24/0.09)	

CMYK percentages

%0
%23.71
%23.71
%9.02

Codes

Color #E8B1B1 in popluar color models

E8B1B1
RGB232177177
HSL54.46%80.20%
HSB/HSV23.71%90.98%
CMYK0.00%23.71%23.71%
9.02%

Color #E8B1B1 in popluar number systems.

HEXE8B1B1
Decimal232177177
Binary111010001011000110110001
Octal350261261

Shades and tints

Shades of #E8B1B1

#E8B1B1
(232,177,177)
#D3A1A1
(211,161,161)
#BE9191
(190,145,145)
#A98181
(169,129,129)
#947171
(148,113,113)
#7F6161
(127,97,97)
#6A5151
(106,81,81)
#554141
(85,65,65)
#403131
(64,49,49)
#2B2121
(43,33,33)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #E8B1B1

#E8B1B1
(232,177,177)
#EAB8B8
(234,184,184)
#ECBFBF
(236,191,191)
#EEC6C6
(238,198,198)
#F0CDCD
(240,205,205)
#F2D4D4
(242,212,212)
#F4DBDB
(244,219,219)
#F6E2E2
(246,226,226)
#F8E9E9
(248,233,233)
#FAF0F0
(250,240,240)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B1B1; }

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

This text font color is #E8B1B1.


Background Color

.myBgColor { background-color: #E8B1B1; }

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

This div background color is #E8B1B1.


Border color

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

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

This div border color is #E8B1B1.


Opacity

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

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

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

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

This text has shadow with #E8B1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B1B1 on black background.


Color preview on white background

This text has color #E8B1B1 on white background.



Black color preview on #E8B1B1 background

This text has black color on #E8B1B1 background.


White color preview on #E8B1B1 background

This text has white color on #E8B1B1 background.