COLOR #B88CAA

HEX: #B88CAA
RGB: (184,140,170)

Color info

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

RGB color model

#B88CAA color RGB value is (184,140,170).

  • red value is 184;
  • green value is 140;
  • blue value is 170.
RGB:
(184,140,170)
(72%,55%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 140 of 255 = 55%
B 170 of 255 = 67%

184
140
170

R + G + B ~ 65%. #B88CAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 140 + 170 = 494 (100%)
R 184 of 494 ~ 37.25%
G 140 of 494 ~ 28.34%
B 170 of 494 ~ 34.41%

%37.25
%28.34
%34.41

CMYK color model

#B88CAA color CMYK value is (0,24,8,28).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 7.61%
  • key color value is 27.84%
CMYK:
(0,24,8,28)
C0M24Y8K28 
(0%,24%,8%,28%)
(0.00/0.24/0.08/0.28)	

CMYK percentages

%0
%23.91
%7.61
%27.84

Codes

Color #B88CAA in popluar color models

B88CAA
RGB184140170
HSL319°23.66%63.53%
HSB/HSV319°23.91%72.16%
CMYK0.00%23.91%7.61%
27.84%

Color #B88CAA in popluar number systems.

HEXB88CAA
Decimal184140170
Binary101110001000110010101010
Octal270214252

Shades and tints

Shades of #B88CAA

#B88CAA
(184,140,170)
#A8809B
(168,128,155)
#98748C
(152,116,140)
#88687D
(136,104,125)
#785C6E
(120,92,110)
#68505F
(104,80,95)
#584450
(88,68,80)
#483841
(72,56,65)
#382C32
(56,44,50)
#282023
(40,32,35)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #B88CAA

#B88CAA
(184,140,170)
#BE96B1
(190,150,177)
#C4A0B8
(196,160,184)
#CAAABF
(202,170,191)
#D0B4C6
(208,180,198)
#D6BECD
(214,190,205)
#DCC8D4
(220,200,212)
#E2D2DB
(226,210,219)
#E8DCE2
(232,220,226)
#EEE6E9
(238,230,233)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88CAA color. Also use rgb(184,140,170) instead hex code.

Text Font Color

.myTextColor { color: #B88CAA; }

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

This text font color is #B88CAA.


Background Color

.myBgColor { background-color: #B88CAA; }

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

This div background color is #B88CAA.


Border color

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

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

This div border color is #B88CAA.


Opacity

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

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

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

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

This text has shadow with #B88CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88CAA on black background.


Color preview on white background

This text has color #B88CAA on white background.



Black color preview on #B88CAA background

This text has black color on #B88CAA background.


White color preview on #B88CAA background

This text has white color on #B88CAA background.