COLOR #BBB8BF

HEX: #BBB8BF
RGB: (187,184,191)

Color info

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

RGB color model

#BBB8BF color RGB value is (187,184,191).

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

RGB channels and saturation

R 187 of 255 = 73%
G 184 of 255 = 72%
B 191 of 255 = 75%

187
184
191

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

Portions of RGB colors in percentages

R + G + B =
187 + 184 + 191 = 562 (100%)
R 187 of 562 ~ 33.27%
G 184 of 562 ~ 32.74%
B 191 of 562 ~ 33.99%

%33.27
%32.74
%33.99

CMYK color model

#BBB8BF color CMYK value is (2,4,0,25).

  • cyan value is 2.09%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,4,0,25)
C2M4Y0K25 
(2%,4%,0%,25%)
(0.02/0.04/0.00/0.25)	

CMYK percentages

%2.09
%3.66
%0
%25.1

Codes

Color #BBB8BF in popluar color models

BBB8BF
RGB187184191
HSL266°5.19%73.53%
HSB/HSV266°3.66%74.90%
CMYK2.09%3.66%0.00%
25.10%

Color #BBB8BF in popluar number systems.

HEXBBB8BF
Decimal187184191
Binary101110111011100010111111
Octal273270277

Shades and tints

Shades of #BBB8BF

#BBB8BF
(187,184,191)
#AAA8AE
(170,168,174)
#99989D
(153,152,157)
#88888C
(136,136,140)
#77787B
(119,120,123)
#66686A
(102,104,106)
#555859
(85,88,89)
#444848
(68,72,72)
#333837
(51,56,55)
#222826
(34,40,38)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #BBB8BF

#BBB8BF
(187,184,191)
#C1BEC4
(193,190,196)
#C7C4C9
(199,196,201)
#CDCACE
(205,202,206)
#D3D0D3
(211,208,211)
#D9D6D8
(217,214,216)
#DFDCDD
(223,220,221)
#E5E2E2
(229,226,226)
#EBE8E7
(235,232,231)
#F1EEEC
(241,238,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB8BF; }

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

This text font color is #BBB8BF.


Background Color

.myBgColor { background-color: #BBB8BF; }

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

This div background color is #BBB8BF.


Border color

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

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

This div border color is #BBB8BF.


Opacity

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

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

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

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

This text has shadow with #BBB8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB8BF on black background.


Color preview on white background

This text has color #BBB8BF on white background.



Black color preview on #BBB8BF background

This text has black color on #BBB8BF background.


White color preview on #BBB8BF background

This text has white color on #BBB8BF background.