COLOR #BBB1BB

HEX: #BBB1BB
RGB: (187,177,187)

Color info

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

RGB color model

#BBB1BB color RGB value is (187,177,187).

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

RGB channels and saturation

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

187
177
187

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

Portions of RGB colors in percentages

R + G + B =
187 + 177 + 187 = 551 (100%)
R 187 of 551 ~ 33.94%
G 177 of 551 ~ 32.12%
B 187 of 551 ~ 33.94%

%33.94
%32.12
%33.94

CMYK color model

#BBB1BB color CMYK value is (0,5,0,27).

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

CMYK percentages

%0
%5.35
%0
%26.67

Codes

Color #BBB1BB in popluar color models

BBB1BB
RGB187177187
HSL300°6.85%71.37%
HSB/HSV300°5.35%73.33%
CMYK0.00%5.35%0.00%
26.67%

Color #BBB1BB in popluar number systems.

HEXBBB1BB
Decimal187177187
Binary101110111011000110111011
Octal273261273

Shades and tints

Shades of #BBB1BB

#BBB1BB
(187,177,187)
#AAA1AA
(170,161,170)
#999199
(153,145,153)
#888188
(136,129,136)
#777177
(119,113,119)
#666166
(102,97,102)
#555155
(85,81,85)
#444144
(68,65,68)
#333133
(51,49,51)
#222122
(34,33,34)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #BBB1BB

#BBB1BB
(187,177,187)
#C1B8C1
(193,184,193)
#C7BFC7
(199,191,199)
#CDC6CD
(205,198,205)
#D3CDD3
(211,205,211)
#D9D4D9
(217,212,217)
#DFDBDF
(223,219,223)
#E5E2E5
(229,226,229)
#EBE9EB
(235,233,235)
#F1F0F1
(241,240,241)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB1BB; }

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

This text font color is #BBB1BB.


Background Color

.myBgColor { background-color: #BBB1BB; }

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

This div background color is #BBB1BB.


Border color

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

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

This div border color is #BBB1BB.


Opacity

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

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

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

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

This text has shadow with #BBB1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB1BB on black background.


Color preview on white background

This text has color #BBB1BB on white background.



Black color preview on #BBB1BB background

This text has black color on #BBB1BB background.


White color preview on #BBB1BB background

This text has white color on #BBB1BB background.