COLOR #BBABBB

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

Color info

#BBABBB contains red, green and blue colors in about the same proportion. Web safe color of #BBABBB is #CC99CC (or #C9C).

RGB color model

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

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

RGB channels and saturation

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

187
171
187

R + G + B ~ 71%. #BBABBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 187 = 545 (100%)
R 187 of 545 ~ 34.31%
G 171 of 545 ~ 31.38%
B 187 of 545 ~ 34.31%

%34.31
%31.38
%34.31

CMYK color model

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

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

CMYK percentages

%0
%8.56
%0
%26.67

Codes

Color #BBABBB in popluar color models

BBABBB
RGB187171187
HSL300°10.53%70.20%
HSB/HSV300°8.56%73.33%
CMYK0.00%8.56%0.00%
26.67%

Color #BBABBB in popluar number systems.

HEXBBABBB
Decimal187171187
Binary101110111010101110111011
Octal273253273

Shades and tints

Shades of #BBABBB

#BBABBB
(187,171,187)
#AA9CAA
(170,156,170)
#998D99
(153,141,153)
#887E88
(136,126,136)
#776F77
(119,111,119)
#666066
(102,96,102)
#555155
(85,81,85)
#444244
(68,66,68)
#333333
(51,51,51)
#222422
(34,36,34)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #BBABBB

#BBABBB
(187,171,187)
#C1B2C1
(193,178,193)
#C7B9C7
(199,185,199)
#CDC0CD
(205,192,205)
#D3C7D3
(211,199,211)
#D9CED9
(217,206,217)
#DFD5DF
(223,213,223)
#E5DCE5
(229,220,229)
#EBE3EB
(235,227,235)
#F1EAF1
(241,234,241)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABBB; }

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

This text font color is #BBABBB.


Background Color

.myBgColor { background-color: #BBABBB; }

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

This div background color is #BBABBB.


Border color

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

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

This div border color is #BBABBB.


Opacity

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

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

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

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

This text has shadow with #BBABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBABBB on black background.


Color preview on white background

This text has color #BBABBB on white background.



Black color preview on #BBABBB background

This text has black color on #BBABBB background.


White color preview on #BBABBB background

This text has white color on #BBABBB background.