COLOR #BBAC9B

HEX: #BBAC9B
RGB: (187,172,155)

Color info

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

RGB color model

#BBAC9B color RGB value is (187,172,155).

  • red value is 187;
  • green value is 172;
  • blue value is 155.
RGB:
(187,172,155)
(73%,67%,61%)

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 155 of 255 = 61%

187
172
155

R + G + B ~ 67%. #BBAC9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 172 + 155 = 514 (100%)
R 187 of 514 ~ 36.38%
G 172 of 514 ~ 33.46%
B 155 of 514 ~ 30.16%

%36.38
%33.46
%30.16

CMYK color model

#BBAC9B color CMYK value is (0,8,17,27).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK:
(0,8,17,27)
C0M8Y17K27 
(0%,8%,17%,27%)
(0.00/0.08/0.17/0.27)	

CMYK percentages

%0
%8.02
%17.11
%26.67

Codes

Color #BBAC9B in popluar color models

BBAC9B
RGB187172155
HSL32°19.05%67.06%
HSB/HSV32°17.11%73.33%
CMYK0.00%8.02%17.11%
26.67%

Color #BBAC9B in popluar number systems.

HEXBBAC9B
Decimal187172155
Binary101110111010110010011011
Octal273254233

Shades and tints

Shades of #BBAC9B

#BBAC9B
(187,172,155)
#AA9D8D
(170,157,141)
#998E7F
(153,142,127)
#887F71
(136,127,113)
#777063
(119,112,99)
#666155
(102,97,85)
#555247
(85,82,71)
#444339
(68,67,57)
#33342B
(51,52,43)
#22251D
(34,37,29)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #BBAC9B

#BBAC9B
(187,172,155)
#C1B3A4
(193,179,164)
#C7BAAD
(199,186,173)
#CDC1B6
(205,193,182)
#D3C8BF
(211,200,191)
#D9CFC8
(217,207,200)
#DFD6D1
(223,214,209)
#E5DDDA
(229,221,218)
#EBE4E3
(235,228,227)
#F1EBEC
(241,235,236)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAC9B color. Also use rgb(187,172,155) instead hex code.

Text Font Color

.myTextColor { color: #BBAC9B; }

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

This text font color is #BBAC9B.


Background Color

.myBgColor { background-color: #BBAC9B; }

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

This div background color is #BBAC9B.


Border color

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

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

This div border color is #BBAC9B.


Opacity

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

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

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

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

This text has shadow with #BBAC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAC9B on black background.


Color preview on white background

This text has color #BBAC9B on white background.



Black color preview on #BBAC9B background

This text has black color on #BBAC9B background.


White color preview on #BBAC9B background

This text has white color on #BBAC9B background.