COLOR #BBAB9A

HEX: #BBAB9A
RGB: (187,171,154)

Color info

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

RGB color model

#BBAB9A color RGB value is (187,171,154).

  • red value is 187;
  • green value is 171;
  • blue value is 154.
RGB:
(187,171,154)
(73%,67%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 154 of 255 = 60%

187
171
154

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

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 154 = 512 (100%)
R 187 of 512 ~ 36.52%
G 171 of 512 ~ 33.4%
B 154 of 512 ~ 30.08%

%36.52
%33.4
%30.08

CMYK color model

#BBAB9A color CMYK value is (0,9,18,27).

  • cyan value is 0.00%
  • magenta value is 8.56%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK:
(0,9,18,27)
C0M9Y18K27 
(0%,9%,18%,27%)
(0.00/0.09/0.18/0.27)	

CMYK percentages

%0
%8.56
%17.65
%26.67

Codes

Color #BBAB9A in popluar color models

BBAB9A
RGB187171154
HSL31°19.53%66.86%
HSB/HSV31°17.65%73.33%
CMYK0.00%8.56%17.65%
26.67%

Color #BBAB9A in popluar number systems.

HEXBBAB9A
Decimal187171154
Binary101110111010101110011010
Octal273253232

Shades and tints

Shades of #BBAB9A

#BBAB9A
(187,171,154)
#AA9C8C
(170,156,140)
#998D7E
(153,141,126)
#887E70
(136,126,112)
#776F62
(119,111,98)
#666054
(102,96,84)
#555146
(85,81,70)
#444238
(68,66,56)
#33332A
(51,51,42)
#22241C
(34,36,28)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #BBAB9A

#BBAB9A
(187,171,154)
#C1B2A3
(193,178,163)
#C7B9AC
(199,185,172)
#CDC0B5
(205,192,181)
#D3C7BE
(211,199,190)
#D9CEC7
(217,206,199)
#DFD5D0
(223,213,208)
#E5DCD9
(229,220,217)
#EBE3E2
(235,227,226)
#F1EAEB
(241,234,235)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAB9A color. Also use rgb(187,171,154) instead hex code.

Text Font Color

.myTextColor { color: #BBAB9A; }

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

This text font color is #BBAB9A.


Background Color

.myBgColor { background-color: #BBAB9A; }

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

This div background color is #BBAB9A.


Border color

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

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

This div border color is #BBAB9A.


Opacity

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

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

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

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

This text has shadow with #BBAB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAB9A on black background.


Color preview on white background

This text has color #BBAB9A on white background.



Black color preview on #BBAB9A background

This text has black color on #BBAB9A background.


White color preview on #BBAB9A background

This text has white color on #BBAB9A background.