COLOR #BBABA9

HEX: #BBABA9
RGB: (187,171,169)

Color info

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

RGB color model

#BBABA9 color RGB value is (187,171,169).

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

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 169 of 255 = 66%

187
171
169

R + G + B ~ 69%. #BBABA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 169 = 527 (100%)
R 187 of 527 ~ 35.48%
G 171 of 527 ~ 32.45%
B 169 of 527 ~ 32.07%

%35.48
%32.45
%32.07

CMYK color model

#BBABA9 color CMYK value is (0,9,10,27).

  • cyan value is 0.00%
  • magenta value is 8.56%
  • yellow value is 9.63%
  • key color value is 26.67%
CMYK:
(0,9,10,27)
C0M9Y10K27 
(0%,9%,10%,27%)
(0.00/0.09/0.10/0.27)	

CMYK percentages

%0
%8.56
%9.63
%26.67

Codes

Color #BBABA9 in popluar color models

BBABA9
RGB187171169
HSL11.69%69.80%
HSB/HSV9.63%73.33%
CMYK0.00%8.56%9.63%
26.67%

Color #BBABA9 in popluar number systems.

HEXBBABA9
Decimal187171169
Binary101110111010101110101001
Octal273253251

Shades and tints

Shades of #BBABA9

#BBABA9
(187,171,169)
#AA9C9A
(170,156,154)
#998D8B
(153,141,139)
#887E7C
(136,126,124)
#776F6D
(119,111,109)
#66605E
(102,96,94)
#55514F
(85,81,79)
#444240
(68,66,64)
#333331
(51,51,49)
#222422
(34,36,34)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #BBABA9

#BBABA9
(187,171,169)
#C1B2B0
(193,178,176)
#C7B9B7
(199,185,183)
#CDC0BE
(205,192,190)
#D3C7C5
(211,199,197)
#D9CECC
(217,206,204)
#DFD5D3
(223,213,211)
#E5DCDA
(229,220,218)
#EBE3E1
(235,227,225)
#F1EAE8
(241,234,232)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABA9; }

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

This text font color is #BBABA9.


Background Color

.myBgColor { background-color: #BBABA9; }

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

This div background color is #BBABA9.


Border color

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

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

This div border color is #BBABA9.


Opacity

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

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

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

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

This text has shadow with #BBABA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBABA9 on black background.


Color preview on white background

This text has color #BBABA9 on white background.



Black color preview on #BBABA9 background

This text has black color on #BBABA9 background.


White color preview on #BBABA9 background

This text has white color on #BBABA9 background.