COLOR #E8B6B1

HEX: #E8B6B1
RGB: (232,182,177)

Color info

#E8B6B1 contains red, green and blue colors in about the same proportion. Web safe color of #E8B6B1 is #FFCC99 (or #FC9).

RGB color model

#E8B6B1 color RGB value is (232,182,177).

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

RGB channels and saturation

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

232
182
177

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

Portions of RGB colors in percentages

R + G + B =
232 + 182 + 177 = 591 (100%)
R 232 of 591 ~ 39.26%
G 182 of 591 ~ 30.8%
B 177 of 591 ~ 29.95%

%39.26
%30.8
%29.95

CMYK color model

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

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

CMYK percentages

%0
%21.55
%23.71
%9.02

Codes

Color #E8B6B1 in popluar color models

E8B6B1
RGB232182177
HSL54.46%80.20%
HSB/HSV23.71%90.98%
CMYK0.00%21.55%23.71%
9.02%

Color #E8B6B1 in popluar number systems.

HEXE8B6B1
Decimal232182177
Binary111010001011011010110001
Octal350266261

Shades and tints

Shades of #E8B6B1

#E8B6B1
(232,182,177)
#D3A6A1
(211,166,161)
#BE9691
(190,150,145)
#A98681
(169,134,129)
#947671
(148,118,113)
#7F6661
(127,102,97)
#6A5651
(106,86,81)
#554641
(85,70,65)
#403631
(64,54,49)
#2B2621
(43,38,33)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #E8B6B1

#E8B6B1
(232,182,177)
#EABCB8
(234,188,184)
#ECC2BF
(236,194,191)
#EEC8C6
(238,200,198)
#F0CECD
(240,206,205)
#F2D4D4
(242,212,212)
#F4DADB
(244,218,219)
#F6E0E2
(246,224,226)
#F8E6E9
(248,230,233)
#FAECF0
(250,236,240)
#FCF2F7
(252,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B6B1; }

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

This text font color is #E8B6B1.


Background Color

.myBgColor { background-color: #E8B6B1; }

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

This div background color is #E8B6B1.


Border color

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

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

This div border color is #E8B6B1.


Opacity

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

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

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

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

This text has shadow with #E8B6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B6B1 on black background.


Color preview on white background

This text has color #E8B6B1 on white background.



Black color preview on #E8B6B1 background

This text has black color on #E8B6B1 background.


White color preview on #E8B6B1 background

This text has white color on #E8B6B1 background.