COLOR #BBBAB7

HEX: #BBBAB7
RGB: (187,186,183)

Color info

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

RGB color model

#BBBAB7 color RGB value is (187,186,183).

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

RGB channels and saturation

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

187
186
183

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

Portions of RGB colors in percentages

R + G + B =
187 + 186 + 183 = 556 (100%)
R 187 of 556 ~ 33.63%
G 186 of 556 ~ 33.45%
B 183 of 556 ~ 32.91%

%33.63
%33.45
%32.91

CMYK color model

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

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

CMYK percentages

%0
%0.53
%2.14
%26.67

Codes

Color #BBBAB7 in popluar color models

BBBAB7
RGB187186183
HSL45°2.86%72.55%
HSB/HSV45°2.14%73.33%
CMYK0.00%0.53%2.14%
26.67%

Color #BBBAB7 in popluar number systems.

HEXBBBAB7
Decimal187186183
Binary101110111011101010110111
Octal273272267

Shades and tints

Shades of #BBBAB7

#BBBAB7
(187,186,183)
#AAAAA7
(170,170,167)
#999A97
(153,154,151)
#888A87
(136,138,135)
#777A77
(119,122,119)
#666A67
(102,106,103)
#555A57
(85,90,87)
#444A47
(68,74,71)
#333A37
(51,58,55)
#222A27
(34,42,39)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #BBBAB7

#BBBAB7
(187,186,183)
#C1C0BD
(193,192,189)
#C7C6C3
(199,198,195)
#CDCCC9
(205,204,201)
#D3D2CF
(211,210,207)
#D9D8D5
(217,216,213)
#DFDEDB
(223,222,219)
#E5E4E1
(229,228,225)
#EBEAE7
(235,234,231)
#F1F0ED
(241,240,237)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBAB7; }

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

This text font color is #BBBAB7.


Background Color

.myBgColor { background-color: #BBBAB7; }

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

This div background color is #BBBAB7.


Border color

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

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

This div border color is #BBBAB7.


Opacity

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

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

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

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

This text has shadow with #BBBAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBAB7 on black background.


Color preview on white background

This text has color #BBBAB7 on white background.



Black color preview on #BBBAB7 background

This text has black color on #BBBAB7 background.


White color preview on #BBBAB7 background

This text has white color on #BBBAB7 background.