COLOR #BBABAB

HEX: #BBABAB
RGB: (187,171,171)

Color info

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

RGB color model

#BBABAB color RGB value is (187,171,171).

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

RGB channels and saturation

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

187
171
171

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

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 171 = 529 (100%)
R 187 of 529 ~ 35.35%
G 171 of 529 ~ 32.33%
B 171 of 529 ~ 32.33%

%35.35
%32.33
%32.33

CMYK color model

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

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

CMYK percentages

%0
%8.56
%8.56
%26.67

Codes

Color #BBABAB in popluar color models

BBABAB
RGB187171171
HSL10.53%70.20%
HSB/HSV8.56%73.33%
CMYK0.00%8.56%8.56%
26.67%

Color #BBABAB in popluar number systems.

HEXBBABAB
Decimal187171171
Binary101110111010101110101011
Octal273253253

Shades and tints

Shades of #BBABAB

#BBABAB
(187,171,171)
#AA9C9C
(170,156,156)
#998D8D
(153,141,141)
#887E7E
(136,126,126)
#776F6F
(119,111,111)
#666060
(102,96,96)
#555151
(85,81,81)
#444242
(68,66,66)
#333333
(51,51,51)
#222424
(34,36,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BBABAB

#BBABAB
(187,171,171)
#C1B2B2
(193,178,178)
#C7B9B9
(199,185,185)
#CDC0C0
(205,192,192)
#D3C7C7
(211,199,199)
#D9CECE
(217,206,206)
#DFD5D5
(223,213,213)
#E5DCDC
(229,220,220)
#EBE3E3
(235,227,227)
#F1EAEA
(241,234,234)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABAB; }

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

This text font color is #BBABAB.


Background Color

.myBgColor { background-color: #BBABAB; }

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

This div background color is #BBABAB.


Border color

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

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

This div border color is #BBABAB.


Opacity

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

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

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

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

This text has shadow with #BBABAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBABAB on black background.


Color preview on white background

This text has color #BBABAB on white background.



Black color preview on #BBABAB background

This text has black color on #BBABAB background.


White color preview on #BBABAB background

This text has white color on #BBABAB background.