COLOR #BBB0A8

HEX: #BBB0A8
RGB: (187,176,168)

Color info

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

RGB color model

#BBB0A8 color RGB value is (187,176,168).

  • red value is 187;
  • green value is 176;
  • blue value is 168.
RGB:
(187,176,168)
(73%,69%,66%)

RGB channels and saturation

R 187 of 255 = 73%
G 176 of 255 = 69%
B 168 of 255 = 66%

187
176
168

R + G + B ~ 69%. #BBB0A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 176 + 168 = 531 (100%)
R 187 of 531 ~ 35.22%
G 176 of 531 ~ 33.15%
B 168 of 531 ~ 31.64%

%35.22
%33.15
%31.64

CMYK color model

#BBB0A8 color CMYK value is (0,6,10,27).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 10.16%
  • key color value is 26.67%
CMYK:
(0,6,10,27)
C0M6Y10K27 
(0%,6%,10%,27%)
(0.00/0.06/0.10/0.27)	

CMYK percentages

%0
%5.88
%10.16
%26.67

Codes

Color #BBB0A8 in popluar color models

BBB0A8
RGB187176168
HSL25°12.26%69.61%
HSB/HSV25°10.16%73.33%
CMYK0.00%5.88%10.16%
26.67%

Color #BBB0A8 in popluar number systems.

HEXBBB0A8
Decimal187176168
Binary101110111011000010101000
Octal273260250

Shades and tints

Shades of #BBB0A8

#BBB0A8
(187,176,168)
#AAA099
(170,160,153)
#99908A
(153,144,138)
#88807B
(136,128,123)
#77706C
(119,112,108)
#66605D
(102,96,93)
#55504E
(85,80,78)
#44403F
(68,64,63)
#333030
(51,48,48)
#222021
(34,32,33)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #BBB0A8

#BBB0A8
(187,176,168)
#C1B7AF
(193,183,175)
#C7BEB6
(199,190,182)
#CDC5BD
(205,197,189)
#D3CCC4
(211,204,196)
#D9D3CB
(217,211,203)
#DFDAD2
(223,218,210)
#E5E1D9
(229,225,217)
#EBE8E0
(235,232,224)
#F1EFE7
(241,239,231)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB0A8; }

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

This text font color is #BBB0A8.


Background Color

.myBgColor { background-color: #BBB0A8; }

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

This div background color is #BBB0A8.


Border color

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

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

This div border color is #BBB0A8.


Opacity

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

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

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

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

This text has shadow with #BBB0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB0A8 on black background.


Color preview on white background

This text has color #BBB0A8 on white background.



Black color preview on #BBB0A8 background

This text has black color on #BBB0A8 background.


White color preview on #BBB0A8 background

This text has white color on #BBB0A8 background.