COLOR #BBBBBB

HEX: #BBBBBB
RGB: (187,187,187)

Color info

#BBBBBB contains red, green and blue colors in about the same proportion. Web safe color of #BBBBBB is #CCCCCC (or #CCC).

RGB color model

#BBBBBB color RGB value is (187,187,187).

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

RGB channels and saturation

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

187
187
187

R + G + B ~ 73%. #BBBBBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 187 + 187 = 561 (100%)
R 187 of 561 ~ 33.33%
G 187 of 561 ~ 33.33%
B 187 of 561 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#BBBBBB color CMYK value is (0,0,0,27).

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

CMYK percentages

%0
%0
%0
%26.67

Codes

Color #BBBBBB in popluar color models

BBBBBB
RGB187187187
HSL0.00%0.73%
HSB/HSV0.00%0.73%
CMYK0.00%0.00%0.00%
26.67%

Color #BBBBBB in popluar number systems.

HEXBBBBBB
Decimal187187187
Binary101110111011101110111011
Octal273273273

Shades and tints

Shades of #BBBBBB

#BBBBBB
(187,187,187)
#AAAAAA
(170,170,170)
#999999
(153,153,153)
#888888
(136,136,136)
#777777
(119,119,119)
#666666
(102,102,102)
#555555
(85,85,85)
#444444
(68,68,68)
#333333
(51,51,51)
#222222
(34,34,34)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #BBBBBB

#BBBBBB
(187,187,187)
#C1C1C1
(193,193,193)
#C7C7C7
(199,199,199)
#CDCDCD
(205,205,205)
#D3D3D3
(211,211,211)
#D9D9D9
(217,217,217)
#DFDFDF
(223,223,223)
#E5E5E5
(229,229,229)
#EBEBEB
(235,235,235)
#F1F1F1
(241,241,241)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBBBB; }

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

This text font color is #BBBBBB.


Background Color

.myBgColor { background-color: #BBBBBB; }

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

This div background color is #BBBBBB.


Border color

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

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

This div border color is #BBBBBB.


Opacity

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

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

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

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

This text has shadow with #BBBBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBBBB on black background.


Color preview on white background

This text has color #BBBBBB on white background.



Black color preview on #BBBBBB background

This text has black color on #BBBBBB background.


White color preview on #BBBBBB background

This text has white color on #BBBBBB background.