COLOR #BBBAB4

HEX: #BBBAB4
RGB: (187,186,180)

Color info

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

RGB color model

#BBBAB4 color RGB value is (187,186,180).

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

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 180 of 255 = 71%

187
186
180

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

Portions of RGB colors in percentages

R + G + B =
187 + 186 + 180 = 553 (100%)
R 187 of 553 ~ 33.82%
G 186 of 553 ~ 33.63%
B 180 of 553 ~ 32.55%

%33.82
%33.63
%32.55

CMYK color model

#BBBAB4 color CMYK value is (0,1,4,27).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 3.74%
  • key color value is 26.67%
CMYK:
(0,1,4,27)
C0M1Y4K27 
(0%,1%,4%,27%)
(0.00/0.01/0.04/0.27)	

CMYK percentages

%0
%0.53
%3.74
%26.67

Codes

Color #BBBAB4 in popluar color models

BBBAB4
RGB187186180
HSL51°4.90%71.96%
HSB/HSV51°3.74%73.33%
CMYK0.00%0.53%3.74%
26.67%

Color #BBBAB4 in popluar number systems.

HEXBBBAB4
Decimal187186180
Binary101110111011101010110100
Octal273272264

Shades and tints

Shades of #BBBAB4

#BBBAB4
(187,186,180)
#AAAAA4
(170,170,164)
#999A94
(153,154,148)
#888A84
(136,138,132)
#777A74
(119,122,116)
#666A64
(102,106,100)
#555A54
(85,90,84)
#444A44
(68,74,68)
#333A34
(51,58,52)
#222A24
(34,42,36)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #BBBAB4

#BBBAB4
(187,186,180)
#C1C0BA
(193,192,186)
#C7C6C0
(199,198,192)
#CDCCC6
(205,204,198)
#D3D2CC
(211,210,204)
#D9D8D2
(217,216,210)
#DFDED8
(223,222,216)
#E5E4DE
(229,228,222)
#EBEAE4
(235,234,228)
#F1F0EA
(241,240,234)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBAB4; }

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

This text font color is #BBBAB4.


Background Color

.myBgColor { background-color: #BBBAB4; }

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

This div background color is #BBBAB4.


Border color

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

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

This div border color is #BBBAB4.


Opacity

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

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

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

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

This text has shadow with #BBBAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBAB4 on black background.


Color preview on white background

This text has color #BBBAB4 on white background.



Black color preview on #BBBAB4 background

This text has black color on #BBBAB4 background.


White color preview on #BBBAB4 background

This text has white color on #BBBAB4 background.