COLOR #BBABA0

HEX: #BBABA0
RGB: (187,171,160)

Color info

#BBABA0 contains red, green and blue colors in about the same proportion. Web safe color of #BBABA0 is #CC9999 (or #C99).

RGB color model

#BBABA0 color RGB value is (187,171,160).

  • red value is 187;
  • green value is 171;
  • blue value is 160.
RGB:
(187,171,160)
(73%,67%,63%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 160 of 255 = 63%

187
171
160

R + G + B ~ 68%. #BBABA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 160 = 518 (100%)
R 187 of 518 ~ 36.1%
G 171 of 518 ~ 33.01%
B 160 of 518 ~ 30.89%

%36.1
%33.01
%30.89

CMYK color model

#BBABA0 color CMYK value is (0,9,14,27).

  • cyan value is 0.00%
  • magenta value is 8.56%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(0,9,14,27)
C0M9Y14K27 
(0%,9%,14%,27%)
(0.00/0.09/0.14/0.27)	

CMYK percentages

%0
%8.56
%14.44
%26.67

Codes

Color #BBABA0 in popluar color models

BBABA0
RGB187171160
HSL24°16.56%68.04%
HSB/HSV24°14.44%73.33%
CMYK0.00%8.56%14.44%
26.67%

Color #BBABA0 in popluar number systems.

HEXBBABA0
Decimal187171160
Binary101110111010101110100000
Octal273253240

Shades and tints

Shades of #BBABA0

#BBABA0
(187,171,160)
#AA9C92
(170,156,146)
#998D84
(153,141,132)
#887E76
(136,126,118)
#776F68
(119,111,104)
#66605A
(102,96,90)
#55514C
(85,81,76)
#44423E
(68,66,62)
#333330
(51,51,48)
#222422
(34,36,34)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #BBABA0

#BBABA0
(187,171,160)
#C1B2A8
(193,178,168)
#C7B9B0
(199,185,176)
#CDC0B8
(205,192,184)
#D3C7C0
(211,199,192)
#D9CEC8
(217,206,200)
#DFD5D0
(223,213,208)
#E5DCD8
(229,220,216)
#EBE3E0
(235,227,224)
#F1EAE8
(241,234,232)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABA0; }

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

This text font color is #BBABA0.


Background Color

.myBgColor { background-color: #BBABA0; }

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

This div background color is #BBABA0.


Border color

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

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

This div border color is #BBABA0.


Opacity

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

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

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

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

This text has shadow with #BBABA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBABA0 on black background.


Color preview on white background

This text has color #BBABA0 on white background.



Black color preview on #BBABA0 background

This text has black color on #BBABA0 background.


White color preview on #BBABA0 background

This text has white color on #BBABA0 background.