COLOR #B88DA0

HEX: #B88DA0
RGB: (184,141,160)

Color info

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

RGB color model

#B88DA0 color RGB value is (184,141,160).

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

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 160 of 255 = 63%

184
141
160

R + G + B ~ 63%. #B88DA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 141 + 160 = 485 (100%)
R 184 of 485 ~ 37.94%
G 141 of 485 ~ 29.07%
B 160 of 485 ~ 32.99%

%37.94
%29.07
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.37%
  • 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
%23.37
%13.04
%27.84

Codes

Color #B88DA0 in popluar color models

B88DA0
RGB184141160
HSL333°23.24%63.73%
HSB/HSV333°23.37%72.16%
CMYK0.00%23.37%13.04%
27.84%

Color #B88DA0 in popluar number systems.

HEXB88DA0
Decimal184141160
Binary101110001000110110100000
Octal270215240

Shades and tints

Shades of #B88DA0

#B88DA0
(184,141,160)
#A88192
(168,129,146)
#987584
(152,117,132)
#886976
(136,105,118)
#785D68
(120,93,104)
#68515A
(104,81,90)
#58454C
(88,69,76)
#48393E
(72,57,62)
#382D30
(56,45,48)
#282122
(40,33,34)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #B88DA0

#B88DA0
(184,141,160)
#BE97A8
(190,151,168)
#C4A1B0
(196,161,176)
#CAABB8
(202,171,184)
#D0B5C0
(208,181,192)
#D6BFC8
(214,191,200)
#DCC9D0
(220,201,208)
#E2D3D8
(226,211,216)
#E8DDE0
(232,221,224)
#EEE7E8
(238,231,232)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88DA0; }

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

This text font color is #B88DA0.


Background Color

.myBgColor { background-color: #B88DA0; }

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

This div background color is #B88DA0.


Border color

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

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

This div border color is #B88DA0.


Opacity

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

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

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

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

This text has shadow with #B88DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88DA0 on black background.


Color preview on white background

This text has color #B88DA0 on white background.



Black color preview on #B88DA0 background

This text has black color on #B88DA0 background.


White color preview on #B88DA0 background

This text has white color on #B88DA0 background.