COLOR #B88EA0

HEX: #B88EA0
RGB: (184,142,160)

Color info

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

RGB color model

#B88EA0 color RGB value is (184,142,160).

  • red value is 184;
  • green value is 142;
  • blue value is 160.
RGB:
(184,142,160)
(72%,56%,63%)

RGB channels and saturation

R 184 of 255 = 72%
G 142 of 255 = 56%
B 160 of 255 = 63%

184
142
160

R + G + B ~ 64%. #B88EA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 142 + 160 = 486 (100%)
R 184 of 486 ~ 37.86%
G 142 of 486 ~ 29.22%
B 160 of 486 ~ 32.92%

%37.86
%29.22
%32.92

CMYK color model

#B88EA0 color CMYK value is (0,23,13,28).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 13.04%
  • key color value is 27.84%
CMYK:
(0,23,13,28)
C0M23Y13K28 
(0%,23%,13%,28%)
(0.00/0.23/0.13/0.28)	

CMYK percentages

%0
%22.83
%13.04
%27.84

Codes

Color #B88EA0 in popluar color models

B88EA0
RGB184142160
HSL334°22.83%63.92%
HSB/HSV334°22.83%72.16%
CMYK0.00%22.83%13.04%
27.84%

Color #B88EA0 in popluar number systems.

HEXB88EA0
Decimal184142160
Binary101110001000111010100000
Octal270216240

Shades and tints

Shades of #B88EA0

#B88EA0
(184,142,160)
#A88292
(168,130,146)
#987684
(152,118,132)
#886A76
(136,106,118)
#785E68
(120,94,104)
#68525A
(104,82,90)
#58464C
(88,70,76)
#483A3E
(72,58,62)
#382E30
(56,46,48)
#282222
(40,34,34)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #B88EA0

#B88EA0
(184,142,160)
#BE98A8
(190,152,168)
#C4A2B0
(196,162,176)
#CAACB8
(202,172,184)
#D0B6C0
(208,182,192)
#D6C0C8
(214,192,200)
#DCCAD0
(220,202,208)
#E2D4D8
(226,212,216)
#E8DEE0
(232,222,224)
#EEE8E8
(238,232,232)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88EA0 color. Also use rgb(184,142,160) instead hex code.

Text Font Color

.myTextColor { color: #B88EA0; }

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

This text font color is #B88EA0.


Background Color

.myBgColor { background-color: #B88EA0; }

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

This div background color is #B88EA0.


Border color

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

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

This div border color is #B88EA0.


Opacity

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

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

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

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

This text has shadow with #B88EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88EA0 on black background.


Color preview on white background

This text has color #B88EA0 on white background.



Black color preview on #B88EA0 background

This text has black color on #B88EA0 background.


White color preview on #B88EA0 background

This text has white color on #B88EA0 background.