COLOR #BBB9BD

HEX: #BBB9BD
RGB: (187,185,189)

Color info

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

RGB color model

#BBB9BD color RGB value is (187,185,189).

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

RGB channels and saturation

R 187 of 255 = 73%
G 185 of 255 = 73%
B 189 of 255 = 74%

187
185
189

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

Portions of RGB colors in percentages

R + G + B =
187 + 185 + 189 = 561 (100%)
R 187 of 561 ~ 33.33%
G 185 of 561 ~ 32.98%
B 189 of 561 ~ 33.69%

%33.33
%32.98
%33.69

CMYK color model

#BBB9BD color CMYK value is (1,2,0,26).

  • cyan value is 1.06%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,2,0,26)
C1M2Y0K26 
(1%,2%,0%,26%)
(0.01/0.02/0.00/0.26)	

CMYK percentages

%1.06
%2.12
%0
%25.88

Codes

Color #BBB9BD in popluar color models

BBB9BD
RGB187185189
HSL270°2.94%73.33%
HSB/HSV270°2.12%74.12%
CMYK1.06%2.12%0.00%
25.88%

Color #BBB9BD in popluar number systems.

HEXBBB9BD
Decimal187185189
Binary101110111011100110111101
Octal273271275

Shades and tints

Shades of #BBB9BD

#BBB9BD
(187,185,189)
#AAA9AC
(170,169,172)
#99999B
(153,153,155)
#88898A
(136,137,138)
#777979
(119,121,121)
#666968
(102,105,104)
#555957
(85,89,87)
#444946
(68,73,70)
#333935
(51,57,53)
#222924
(34,41,36)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #BBB9BD

#BBB9BD
(187,185,189)
#C1BFC3
(193,191,195)
#C7C5C9
(199,197,201)
#CDCBCF
(205,203,207)
#D3D1D5
(211,209,213)
#D9D7DB
(217,215,219)
#DFDDE1
(223,221,225)
#E5E3E7
(229,227,231)
#EBE9ED
(235,233,237)
#F1EFF3
(241,239,243)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB9BD; }

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

This text font color is #BBB9BD.


Background Color

.myBgColor { background-color: #BBB9BD; }

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

This div background color is #BBB9BD.


Border color

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

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

This div border color is #BBB9BD.


Opacity

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

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

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

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

This text has shadow with #BBB9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB9BD on black background.


Color preview on white background

This text has color #BBB9BD on white background.



Black color preview on #BBB9BD background

This text has black color on #BBB9BD background.


White color preview on #BBB9BD background

This text has white color on #BBB9BD background.