COLOR #BBB8B8

HEX: #BBB8B8
RGB: (187,184,184)

Color info

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

RGB color model

#BBB8B8 color RGB value is (187,184,184).

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

RGB channels and saturation

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

187
184
184

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

Portions of RGB colors in percentages

R + G + B =
187 + 184 + 184 = 555 (100%)
R 187 of 555 ~ 33.69%
G 184 of 555 ~ 33.15%
B 184 of 555 ~ 33.15%

%33.69
%33.15
%33.15

CMYK color model

#BBB8B8 color CMYK value is (0,2,2,27).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK:
(0,2,2,27)
C0M2Y2K27 
(0%,2%,2%,27%)
(0.00/0.02/0.02/0.27)	

CMYK percentages

%0
%1.6
%1.6
%26.67

Codes

Color #BBB8B8 in popluar color models

BBB8B8
RGB187184184
HSL2.16%72.75%
HSB/HSV1.60%73.33%
CMYK0.00%1.60%1.60%
26.67%

Color #BBB8B8 in popluar number systems.

HEXBBB8B8
Decimal187184184
Binary101110111011100010111000
Octal273270270

Shades and tints

Shades of #BBB8B8

#BBB8B8
(187,184,184)
#AAA8A8
(170,168,168)
#999898
(153,152,152)
#888888
(136,136,136)
#777878
(119,120,120)
#666868
(102,104,104)
#555858
(85,88,88)
#444848
(68,72,72)
#333838
(51,56,56)
#222828
(34,40,40)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #BBB8B8

#BBB8B8
(187,184,184)
#C1BEBE
(193,190,190)
#C7C4C4
(199,196,196)
#CDCACA
(205,202,202)
#D3D0D0
(211,208,208)
#D9D6D6
(217,214,214)
#DFDCDC
(223,220,220)
#E5E2E2
(229,226,226)
#EBE8E8
(235,232,232)
#F1EEEE
(241,238,238)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB8B8; }

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

This text font color is #BBB8B8.


Background Color

.myBgColor { background-color: #BBB8B8; }

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

This div background color is #BBB8B8.


Border color

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

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

This div border color is #BBB8B8.


Opacity

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

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

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

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

This text has shadow with #BBB8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB8B8 on black background.


Color preview on white background

This text has color #BBB8B8 on white background.



Black color preview on #BBB8B8 background

This text has black color on #BBB8B8 background.


White color preview on #BBB8B8 background

This text has white color on #BBB8B8 background.