COLOR #B88B9C

HEX: #B88B9C
RGB: (184,139,156)

Color info

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

RGB color model

#B88B9C color RGB value is (184,139,156).

  • red value is 184;
  • green value is 139;
  • blue value is 156.
RGB:
(184,139,156)
(72%,55%,61%)

RGB channels and saturation

R 184 of 255 = 72%
G 139 of 255 = 55%
B 156 of 255 = 61%

184
139
156

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

Portions of RGB colors in percentages

R + G + B =
184 + 139 + 156 = 479 (100%)
R 184 of 479 ~ 38.41%
G 139 of 479 ~ 29.02%
B 156 of 479 ~ 32.57%

%38.41
%29.02
%32.57

CMYK color model

#B88B9C color CMYK value is (0,24,15,28).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 15.22%
  • key color value is 27.84%
CMYK:
(0,24,15,28)
C0M24Y15K28 
(0%,24%,15%,28%)
(0.00/0.24/0.15/0.28)	

CMYK percentages

%0
%24.46
%15.22
%27.84

Codes

Color #B88B9C in popluar color models

B88B9C
RGB184139156
HSL337°24.06%63.33%
HSB/HSV337°24.46%72.16%
CMYK0.00%24.46%15.22%
27.84%

Color #B88B9C in popluar number systems.

HEXB88B9C
Decimal184139156
Binary101110001000101110011100
Octal270213234

Shades and tints

Shades of #B88B9C

#B88B9C
(184,139,156)
#A87F8E
(168,127,142)
#987380
(152,115,128)
#886772
(136,103,114)
#785B64
(120,91,100)
#684F56
(104,79,86)
#584348
(88,67,72)
#48373A
(72,55,58)
#382B2C
(56,43,44)
#281F1E
(40,31,30)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #B88B9C

#B88B9C
(184,139,156)
#BE95A5
(190,149,165)
#C49FAE
(196,159,174)
#CAA9B7
(202,169,183)
#D0B3C0
(208,179,192)
#D6BDC9
(214,189,201)
#DCC7D2
(220,199,210)
#E2D1DB
(226,209,219)
#E8DBE4
(232,219,228)
#EEE5ED
(238,229,237)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88B9C color. Also use rgb(184,139,156) instead hex code.

Text Font Color

.myTextColor { color: #B88B9C; }

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

This text font color is #B88B9C.


Background Color

.myBgColor { background-color: #B88B9C; }

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

This div background color is #B88B9C.


Border color

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

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

This div border color is #B88B9C.


Opacity

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

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

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

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

This text has shadow with #B88B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88B9C on black background.


Color preview on white background

This text has color #B88B9C on white background.



Black color preview on #B88B9C background

This text has black color on #B88B9C background.


White color preview on #B88B9C background

This text has white color on #B88B9C background.