COLOR #B88A9B

HEX: #B88A9B
RGB: (184,138,155)

Color info

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

RGB color model

#B88A9B color RGB value is (184,138,155).

  • red value is 184;
  • green value is 138;
  • blue value is 155.
RGB:
(184,138,155)
(72%,54%,61%)

RGB channels and saturation

R 184 of 255 = 72%
G 138 of 255 = 54%
B 155 of 255 = 61%

184
138
155

R + G + B ~ 62%. #B88A9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 138 + 155 = 477 (100%)
R 184 of 477 ~ 38.57%
G 138 of 477 ~ 28.93%
B 155 of 477 ~ 32.49%

%38.57
%28.93
%32.49

CMYK color model

#B88A9B color CMYK value is (0,25,16,28).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 15.76%
  • key color value is 27.84%
CMYK:
(0,25,16,28)
C0M25Y16K28 
(0%,25%,16%,28%)
(0.00/0.25/0.16/0.28)	

CMYK percentages

%0
%25
%15.76
%27.84

Codes

Color #B88A9B in popluar color models

B88A9B
RGB184138155
HSL338°24.47%63.14%
HSB/HSV338°25.00%72.16%
CMYK0.00%25.00%15.76%
27.84%

Color #B88A9B in popluar number systems.

HEXB88A9B
Decimal184138155
Binary101110001000101010011011
Octal270212233

Shades and tints

Shades of #B88A9B

#B88A9B
(184,138,155)
#A87E8D
(168,126,141)
#98727F
(152,114,127)
#886671
(136,102,113)
#785A63
(120,90,99)
#684E55
(104,78,85)
#584247
(88,66,71)
#483639
(72,54,57)
#382A2B
(56,42,43)
#281E1D
(40,30,29)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #B88A9B

#B88A9B
(184,138,155)
#BE94A4
(190,148,164)
#C49EAD
(196,158,173)
#CAA8B6
(202,168,182)
#D0B2BF
(208,178,191)
#D6BCC8
(214,188,200)
#DCC6D1
(220,198,209)
#E2D0DA
(226,208,218)
#E8DAE3
(232,218,227)
#EEE4EC
(238,228,236)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88A9B color. Also use rgb(184,138,155) instead hex code.

Text Font Color

.myTextColor { color: #B88A9B; }

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

This text font color is #B88A9B.


Background Color

.myBgColor { background-color: #B88A9B; }

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

This div background color is #B88A9B.


Border color

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

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

This div border color is #B88A9B.


Opacity

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

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

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

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

This text has shadow with #B88A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88A9B on black background.


Color preview on white background

This text has color #B88A9B on white background.



Black color preview on #B88A9B background

This text has black color on #B88A9B background.


White color preview on #B88A9B background

This text has white color on #B88A9B background.