COLOR #BBB6B6

HEX: #BBB6B6
RGB: (187,182,182)

Color info

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

RGB color model

#BBB6B6 color RGB value is (187,182,182).

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

RGB channels and saturation

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

187
182
182

R + G + B ~ 72%. #BBB6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 182 + 182 = 551 (100%)
R 187 of 551 ~ 33.94%
G 182 of 551 ~ 33.03%
B 182 of 551 ~ 33.03%

%33.94
%33.03
%33.03

CMYK color model

#BBB6B6 color CMYK value is (0,3,3,27).

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

CMYK percentages

%0
%2.67
%2.67
%26.67

Codes

Color #BBB6B6 in popluar color models

BBB6B6
RGB187182182
HSL3.55%72.35%
HSB/HSV2.67%73.33%
CMYK0.00%2.67%2.67%
26.67%

Color #BBB6B6 in popluar number systems.

HEXBBB6B6
Decimal187182182
Binary101110111011011010110110
Octal273266266

Shades and tints

Shades of #BBB6B6

#BBB6B6
(187,182,182)
#AAA6A6
(170,166,166)
#999696
(153,150,150)
#888686
(136,134,134)
#777676
(119,118,118)
#666666
(102,102,102)
#555656
(85,86,86)
#444646
(68,70,70)
#333636
(51,54,54)
#222626
(34,38,38)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #BBB6B6

#BBB6B6
(187,182,182)
#C1BCBC
(193,188,188)
#C7C2C2
(199,194,194)
#CDC8C8
(205,200,200)
#D3CECE
(211,206,206)
#D9D4D4
(217,212,212)
#DFDADA
(223,218,218)
#E5E0E0
(229,224,224)
#EBE6E6
(235,230,230)
#F1ECEC
(241,236,236)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB6B6; }

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

This text font color is #BBB6B6.


Background Color

.myBgColor { background-color: #BBB6B6; }

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

This div background color is #BBB6B6.


Border color

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

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

This div border color is #BBB6B6.


Opacity

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

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

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

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

This text has shadow with #BBB6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB6B6 on black background.


Color preview on white background

This text has color #BBB6B6 on white background.



Black color preview on #BBB6B6 background

This text has black color on #BBB6B6 background.


White color preview on #BBB6B6 background

This text has white color on #BBB6B6 background.