COLOR #BBA6A7

HEX: #BBA6A7
RGB: (187,166,167)

Color info

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

RGB color model

#BBA6A7 color RGB value is (187,166,167).

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

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 167 of 255 = 65%

187
166
167

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 167 = 520 (100%)
R 187 of 520 ~ 35.96%
G 166 of 520 ~ 31.92%
B 167 of 520 ~ 32.12%

%35.96
%31.92
%32.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(0,11,11,27)
C0M11Y11K27 
(0%,11%,11%,27%)
(0.00/0.11/0.11/0.27)	

CMYK percentages

%0
%11.23
%10.7
%26.67

Codes

Color #BBA6A7 in popluar color models

BBA6A7
RGB187166167
HSL357°13.38%69.22%
HSB/HSV357°11.23%73.33%
CMYK0.00%11.23%10.70%
26.67%

Color #BBA6A7 in popluar number systems.

HEXBBA6A7
Decimal187166167
Binary101110111010011010100111
Octal273246247

Shades and tints

Shades of #BBA6A7

#BBA6A7
(187,166,167)
#AA9798
(170,151,152)
#998889
(153,136,137)
#88797A
(136,121,122)
#776A6B
(119,106,107)
#665B5C
(102,91,92)
#554C4D
(85,76,77)
#443D3E
(68,61,62)
#332E2F
(51,46,47)
#221F20
(34,31,32)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #BBA6A7

#BBA6A7
(187,166,167)
#C1AEAF
(193,174,175)
#C7B6B7
(199,182,183)
#CDBEBF
(205,190,191)
#D3C6C7
(211,198,199)
#D9CECF
(217,206,207)
#DFD6D7
(223,214,215)
#E5DEDF
(229,222,223)
#EBE6E7
(235,230,231)
#F1EEEF
(241,238,239)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA6A7; }

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

This text font color is #BBA6A7.


Background Color

.myBgColor { background-color: #BBA6A7; }

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

This div background color is #BBA6A7.


Border color

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

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

This div border color is #BBA6A7.


Opacity

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

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

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

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

This text has shadow with #BBA6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA6A7 on black background.


Color preview on white background

This text has color #BBA6A7 on white background.



Black color preview on #BBA6A7 background

This text has black color on #BBA6A7 background.


White color preview on #BBA6A7 background

This text has white color on #BBA6A7 background.