COLOR #E8B5B4

HEX: #E8B5B4
RGB: (232,181,180)

Color info

#E8B5B4 contains red, green and blue colors in about the same proportion. Web safe color of #E8B5B4 is #FFCCCC (or #FCC).

RGB color model

#E8B5B4 color RGB value is (232,181,180).

  • red value is 232;
  • green value is 181;
  • blue value is 180.
RGB:
(232,181,180)
(91%,71%,71%)

RGB channels and saturation

R 232 of 255 = 91%
G 181 of 255 = 71%
B 180 of 255 = 71%

232
181
180

R + G + B ~ 78%. #E8B5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 181 + 180 = 593 (100%)
R 232 of 593 ~ 39.12%
G 181 of 593 ~ 30.52%
B 180 of 593 ~ 30.35%

%39.12
%30.52
%30.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 22.41%
  • key color value is 9.02%
CMYK:
(0,22,22,9)
C0M22Y22K9 
(0%,22%,22%,9%)
(0.00/0.22/0.22/0.09)	

CMYK percentages

%0
%21.98
%22.41
%9.02

Codes

Color #E8B5B4 in popluar color models

E8B5B4
RGB232181180
HSL53.06%80.78%
HSB/HSV22.41%90.98%
CMYK0.00%21.98%22.41%
9.02%

Color #E8B5B4 in popluar number systems.

HEXE8B5B4
Decimal232181180
Binary111010001011010110110100
Octal350265264

Shades and tints

Shades of #E8B5B4

#E8B5B4
(232,181,180)
#D3A5A4
(211,165,164)
#BE9594
(190,149,148)
#A98584
(169,133,132)
#947574
(148,117,116)
#7F6564
(127,101,100)
#6A5554
(106,85,84)
#554544
(85,69,68)
#403534
(64,53,52)
#2B2524
(43,37,36)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #E8B5B4

#E8B5B4
(232,181,180)
#EABBBA
(234,187,186)
#ECC1C0
(236,193,192)
#EEC7C6
(238,199,198)
#F0CDCC
(240,205,204)
#F2D3D2
(242,211,210)
#F4D9D8
(244,217,216)
#F6DFDE
(246,223,222)
#F8E5E4
(248,229,228)
#FAEBEA
(250,235,234)
#FCF1F0
(252,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B5B4; }

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

This text font color is #E8B5B4.


Background Color

.myBgColor { background-color: #E8B5B4; }

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

This div background color is #E8B5B4.


Border color

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

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

This div border color is #E8B5B4.


Opacity

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

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

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

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

This text has shadow with #E8B5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B5B4 on black background.


Color preview on white background

This text has color #E8B5B4 on white background.



Black color preview on #E8B5B4 background

This text has black color on #E8B5B4 background.


White color preview on #E8B5B4 background

This text has white color on #E8B5B4 background.