COLOR #BBB5B5

HEX: #BBB5B5
RGB: (187,181,181)

Color info

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

RGB color model

#BBB5B5 color RGB value is (187,181,181).

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

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 181 of 255 = 71%

187
181
181

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

Portions of RGB colors in percentages

R + G + B =
187 + 181 + 181 = 549 (100%)
R 187 of 549 ~ 34.06%
G 181 of 549 ~ 32.97%
B 181 of 549 ~ 32.97%

%34.06
%32.97
%32.97

CMYK color model

#BBB5B5 color CMYK value is (0,3,3,27).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 3.21%
  • key color value is 26.67%
CMYK:
(0,3,3,27)
C0M3Y3K27 
(0%,3%,3%,27%)
(0.00/0.03/0.03/0.27)	

CMYK percentages

%0
%3.21
%3.21
%26.67

Codes

Color #BBB5B5 in popluar color models

BBB5B5
RGB187181181
HSL4.23%72.16%
HSB/HSV3.21%73.33%
CMYK0.00%3.21%3.21%
26.67%

Color #BBB5B5 in popluar number systems.

HEXBBB5B5
Decimal187181181
Binary101110111011010110110101
Octal273265265

Shades and tints

Shades of #BBB5B5

#BBB5B5
(187,181,181)
#AAA5A5
(170,165,165)
#999595
(153,149,149)
#888585
(136,133,133)
#777575
(119,117,117)
#666565
(102,101,101)
#555555
(85,85,85)
#444545
(68,69,69)
#333535
(51,53,53)
#222525
(34,37,37)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BBB5B5

#BBB5B5
(187,181,181)
#C1BBBB
(193,187,187)
#C7C1C1
(199,193,193)
#CDC7C7
(205,199,199)
#D3CDCD
(211,205,205)
#D9D3D3
(217,211,211)
#DFD9D9
(223,217,217)
#E5DFDF
(229,223,223)
#EBE5E5
(235,229,229)
#F1EBEB
(241,235,235)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB5B5; }

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

This text font color is #BBB5B5.


Background Color

.myBgColor { background-color: #BBB5B5; }

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

This div background color is #BBB5B5.


Border color

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

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

This div border color is #BBB5B5.


Opacity

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

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

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

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

This text has shadow with #BBB5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB5B5 on black background.


Color preview on white background

This text has color #BBB5B5 on white background.



Black color preview on #BBB5B5 background

This text has black color on #BBB5B5 background.


White color preview on #BBB5B5 background

This text has white color on #BBB5B5 background.