COLOR #BBB9B0

HEX: #BBB9B0
RGB: (187,185,176)

Color info

#BBB9B0 contains red, green and blue colors in about the same proportion. Web safe color of #BBB9B0 is #CCCC99 (or #CC9).

RGB color model

#BBB9B0 color RGB value is (187,185,176).

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

RGB channels and saturation

R 187 of 255 = 73%
G 185 of 255 = 73%
B 176 of 255 = 69%

187
185
176

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

Portions of RGB colors in percentages

R + G + B =
187 + 185 + 176 = 548 (100%)
R 187 of 548 ~ 34.12%
G 185 of 548 ~ 33.76%
B 176 of 548 ~ 32.12%

%34.12
%33.76
%32.12

CMYK color model

#BBB9B0 color CMYK value is (0,1,6,27).

  • cyan value is 0.00%
  • magenta value is 1.07%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK:
(0,1,6,27)
C0M1Y6K27 
(0%,1%,6%,27%)
(0.00/0.01/0.06/0.27)	

CMYK percentages

%0
%1.07
%5.88
%26.67

Codes

Color #BBB9B0 in popluar color models

BBB9B0
RGB187185176
HSL49°7.48%71.18%
HSB/HSV49°5.88%73.33%
CMYK0.00%1.07%5.88%
26.67%

Color #BBB9B0 in popluar number systems.

HEXBBB9B0
Decimal187185176
Binary101110111011100110110000
Octal273271260

Shades and tints

Shades of #BBB9B0

#BBB9B0
(187,185,176)
#AAA9A0
(170,169,160)
#999990
(153,153,144)
#888980
(136,137,128)
#777970
(119,121,112)
#666960
(102,105,96)
#555950
(85,89,80)
#444940
(68,73,64)
#333930
(51,57,48)
#222920
(34,41,32)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #BBB9B0

#BBB9B0
(187,185,176)
#C1BFB7
(193,191,183)
#C7C5BE
(199,197,190)
#CDCBC5
(205,203,197)
#D3D1CC
(211,209,204)
#D9D7D3
(217,215,211)
#DFDDDA
(223,221,218)
#E5E3E1
(229,227,225)
#EBE9E8
(235,233,232)
#F1EFEF
(241,239,239)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB9B0; }

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

This text font color is #BBB9B0.


Background Color

.myBgColor { background-color: #BBB9B0; }

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

This div background color is #BBB9B0.


Border color

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

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

This div border color is #BBB9B0.


Opacity

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

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

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

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

This text has shadow with #BBB9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB9B0 on black background.


Color preview on white background

This text has color #BBB9B0 on white background.



Black color preview on #BBB9B0 background

This text has black color on #BBB9B0 background.


White color preview on #BBB9B0 background

This text has white color on #BBB9B0 background.