COLOR #BBAAA7

HEX: #BBAAA7
RGB: (187,170,167)

Color info

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

RGB color model

#BBAAA7 color RGB value is (187,170,167).

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

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 167 of 255 = 65%

187
170
167

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

Portions of RGB colors in percentages

R + G + B =
187 + 170 + 167 = 524 (100%)
R 187 of 524 ~ 35.69%
G 170 of 524 ~ 32.44%
B 167 of 524 ~ 31.87%

%35.69
%32.44
%31.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(0,9,11,27)
C0M9Y11K27 
(0%,9%,11%,27%)
(0.00/0.09/0.11/0.27)	

CMYK percentages

%0
%9.09
%10.7
%26.67

Codes

Color #BBAAA7 in popluar color models

BBAAA7
RGB187170167
HSL12.82%69.41%
HSB/HSV10.70%73.33%
CMYK0.00%9.09%10.70%
26.67%

Color #BBAAA7 in popluar number systems.

HEXBBAAA7
Decimal187170167
Binary101110111010101010100111
Octal273252247

Shades and tints

Shades of #BBAAA7

#BBAAA7
(187,170,167)
#AA9B98
(170,155,152)
#998C89
(153,140,137)
#887D7A
(136,125,122)
#776E6B
(119,110,107)
#665F5C
(102,95,92)
#55504D
(85,80,77)
#44413E
(68,65,62)
#33322F
(51,50,47)
#222320
(34,35,32)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #BBAAA7

#BBAAA7
(187,170,167)
#C1B1AF
(193,177,175)
#C7B8B7
(199,184,183)
#CDBFBF
(205,191,191)
#D3C6C7
(211,198,199)
#D9CDCF
(217,205,207)
#DFD4D7
(223,212,215)
#E5DBDF
(229,219,223)
#EBE2E7
(235,226,231)
#F1E9EF
(241,233,239)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAAA7; }

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

This text font color is #BBAAA7.


Background Color

.myBgColor { background-color: #BBAAA7; }

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

This div background color is #BBAAA7.


Border color

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

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

This div border color is #BBAAA7.


Opacity

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

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

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

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

This text has shadow with #BBAAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAAA7 on black background.


Color preview on white background

This text has color #BBAAA7 on white background.



Black color preview on #BBAAA7 background

This text has black color on #BBAAA7 background.


White color preview on #BBAAA7 background

This text has white color on #BBAAA7 background.