COLOR #BBBAB8

HEX: #BBBAB8
RGB: (187,186,184)

Color info

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

RGB color model

#BBBAB8 color RGB value is (187,186,184).

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

RGB channels and saturation

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

187
186
184

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

Portions of RGB colors in percentages

R + G + B =
187 + 186 + 184 = 557 (100%)
R 187 of 557 ~ 33.57%
G 186 of 557 ~ 33.39%
B 184 of 557 ~ 33.03%

%33.57
%33.39
%33.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 1.60%
  • 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
%1.6
%26.67

Codes

Color #BBBAB8 in popluar color models

BBBAB8
RGB187186184
HSL40°2.16%72.75%
HSB/HSV40°1.60%73.33%
CMYK0.00%0.53%1.60%
26.67%

Color #BBBAB8 in popluar number systems.

HEXBBBAB8
Decimal187186184
Binary101110111011101010111000
Octal273272270

Shades and tints

Shades of #BBBAB8

#BBBAB8
(187,186,184)
#AAAAA8
(170,170,168)
#999A98
(153,154,152)
#888A88
(136,138,136)
#777A78
(119,122,120)
#666A68
(102,106,104)
#555A58
(85,90,88)
#444A48
(68,74,72)
#333A38
(51,58,56)
#222A28
(34,42,40)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #BBBAB8

#BBBAB8
(187,186,184)
#C1C0BE
(193,192,190)
#C7C6C4
(199,198,196)
#CDCCCA
(205,204,202)
#D3D2D0
(211,210,208)
#D9D8D6
(217,216,214)
#DFDEDC
(223,222,220)
#E5E4E2
(229,228,226)
#EBEAE8
(235,234,232)
#F1F0EE
(241,240,238)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBAB8; }

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

This text font color is #BBBAB8.


Background Color

.myBgColor { background-color: #BBBAB8; }

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

This div background color is #BBBAB8.


Border color

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

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

This div border color is #BBBAB8.


Opacity

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

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

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

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

This text has shadow with #BBBAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBAB8 on black background.


Color preview on white background

This text has color #BBBAB8 on white background.



Black color preview on #BBBAB8 background

This text has black color on #BBBAB8 background.


White color preview on #BBBAB8 background

This text has white color on #BBBAB8 background.