COLOR #BBB7BB

HEX: #BBB7BB
RGB: (187,183,187)

Color info

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

RGB color model

#BBB7BB color RGB value is (187,183,187).

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

RGB channels and saturation

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

187
183
187

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

Portions of RGB colors in percentages

R + G + B =
187 + 183 + 187 = 557 (100%)
R 187 of 557 ~ 33.57%
G 183 of 557 ~ 32.85%
B 187 of 557 ~ 33.57%

%33.57
%32.85
%33.57

CMYK color model

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

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

CMYK percentages

%0
%2.14
%0
%26.67

Codes

Color #BBB7BB in popluar color models

BBB7BB
RGB187183187
HSL300°2.86%72.55%
HSB/HSV300°2.14%73.33%
CMYK0.00%2.14%0.00%
26.67%

Color #BBB7BB in popluar number systems.

HEXBBB7BB
Decimal187183187
Binary101110111011011110111011
Octal273267273

Shades and tints

Shades of #BBB7BB

#BBB7BB
(187,183,187)
#AAA7AA
(170,167,170)
#999799
(153,151,153)
#888788
(136,135,136)
#777777
(119,119,119)
#666766
(102,103,102)
#555755
(85,87,85)
#444744
(68,71,68)
#333733
(51,55,51)
#222722
(34,39,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BBB7BB

#BBB7BB
(187,183,187)
#C1BDC1
(193,189,193)
#C7C3C7
(199,195,199)
#CDC9CD
(205,201,205)
#D3CFD3
(211,207,211)
#D9D5D9
(217,213,217)
#DFDBDF
(223,219,223)
#E5E1E5
(229,225,229)
#EBE7EB
(235,231,235)
#F1EDF1
(241,237,241)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB7BB; }

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

This text font color is #BBB7BB.


Background Color

.myBgColor { background-color: #BBB7BB; }

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

This div background color is #BBB7BB.


Border color

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

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

This div border color is #BBB7BB.


Opacity

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

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

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

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

This text has shadow with #BBB7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB7BB on black background.


Color preview on white background

This text has color #BBB7BB on white background.



Black color preview on #BBB7BB background

This text has black color on #BBB7BB background.


White color preview on #BBB7BB background

This text has white color on #BBB7BB background.