COLOR #BBB2A6

HEX: #BBB2A6
RGB: (187,178,166)

Color info

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

RGB color model

#BBB2A6 color RGB value is (187,178,166).

  • red value is 187;
  • green value is 178;
  • blue value is 166.
RGB:
(187,178,166)
(73%,70%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 166 of 255 = 65%

187
178
166

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

Portions of RGB colors in percentages

R + G + B =
187 + 178 + 166 = 531 (100%)
R 187 of 531 ~ 35.22%
G 178 of 531 ~ 33.52%
B 166 of 531 ~ 31.26%

%35.22
%33.52
%31.26

CMYK color model

#BBB2A6 color CMYK value is (0,5,11,27).

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(0,5,11,27)
C0M5Y11K27 
(0%,5%,11%,27%)
(0.00/0.05/0.11/0.27)	

CMYK percentages

%0
%4.81
%11.23
%26.67

Codes

Color #BBB2A6 in popluar color models

BBB2A6
RGB187178166
HSL34°13.38%69.22%
HSB/HSV34°11.23%73.33%
CMYK0.00%4.81%11.23%
26.67%

Color #BBB2A6 in popluar number systems.

HEXBBB2A6
Decimal187178166
Binary101110111011001010100110
Octal273262246

Shades and tints

Shades of #BBB2A6

#BBB2A6
(187,178,166)
#AAA297
(170,162,151)
#999288
(153,146,136)
#888279
(136,130,121)
#77726A
(119,114,106)
#66625B
(102,98,91)
#55524C
(85,82,76)
#44423D
(68,66,61)
#33322E
(51,50,46)
#22221F
(34,34,31)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #BBB2A6

#BBB2A6
(187,178,166)
#C1B9AE
(193,185,174)
#C7C0B6
(199,192,182)
#CDC7BE
(205,199,190)
#D3CEC6
(211,206,198)
#D9D5CE
(217,213,206)
#DFDCD6
(223,220,214)
#E5E3DE
(229,227,222)
#EBEAE6
(235,234,230)
#F1F1EE
(241,241,238)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB2A6 color. Also use rgb(187,178,166) instead hex code.

Text Font Color

.myTextColor { color: #BBB2A6; }

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

This text font color is #BBB2A6.


Background Color

.myBgColor { background-color: #BBB2A6; }

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

This div background color is #BBB2A6.


Border color

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

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

This div border color is #BBB2A6.


Opacity

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

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

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

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

This text has shadow with #BBB2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB2A6 on black background.


Color preview on white background

This text has color #BBB2A6 on white background.



Black color preview on #BBB2A6 background

This text has black color on #BBB2A6 background.


White color preview on #BBB2A6 background

This text has white color on #BBB2A6 background.