COLOR #E8B4B9

HEX: #E8B4B9
RGB: (232,180,185)

Color info

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

RGB color model

#E8B4B9 color RGB value is (232,180,185).

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

RGB channels and saturation

R 232 of 255 = 91%
G 180 of 255 = 71%
B 185 of 255 = 73%

232
180
185

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

Portions of RGB colors in percentages

R + G + B =
232 + 180 + 185 = 597 (100%)
R 232 of 597 ~ 38.86%
G 180 of 597 ~ 30.15%
B 185 of 597 ~ 30.99%

%38.86
%30.15
%30.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 20.26%
  • key color value is 9.02%
CMYK:
(0,22,20,9)
C0M22Y20K9 
(0%,22%,20%,9%)
(0.00/0.22/0.20/0.09)	

CMYK percentages

%0
%22.41
%20.26
%9.02

Codes

Color #E8B4B9 in popluar color models

E8B4B9
RGB232180185
HSL354°53.06%80.78%
HSB/HSV354°22.41%90.98%
CMYK0.00%22.41%20.26%
9.02%

Color #E8B4B9 in popluar number systems.

HEXE8B4B9
Decimal232180185
Binary111010001011010010111001
Octal350264271

Shades and tints

Shades of #E8B4B9

#E8B4B9
(232,180,185)
#D3A4A9
(211,164,169)
#BE9499
(190,148,153)
#A98489
(169,132,137)
#947479
(148,116,121)
#7F6469
(127,100,105)
#6A5459
(106,84,89)
#554449
(85,68,73)
#403439
(64,52,57)
#2B2429
(43,36,41)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #E8B4B9

#E8B4B9
(232,180,185)
#EABABF
(234,186,191)
#ECC0C5
(236,192,197)
#EEC6CB
(238,198,203)
#F0CCD1
(240,204,209)
#F2D2D7
(242,210,215)
#F4D8DD
(244,216,221)
#F6DEE3
(246,222,227)
#F8E4E9
(248,228,233)
#FAEAEF
(250,234,239)
#FCF0F5
(252,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B4B9; }

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

This text font color is #E8B4B9.


Background Color

.myBgColor { background-color: #E8B4B9; }

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

This div background color is #E8B4B9.


Border color

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

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

This div border color is #E8B4B9.


Opacity

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

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

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

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

This text has shadow with #E8B4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B4B9 on black background.


Color preview on white background

This text has color #E8B4B9 on white background.



Black color preview on #E8B4B9 background

This text has black color on #E8B4B9 background.


White color preview on #E8B4B9 background

This text has white color on #E8B4B9 background.