COLOR #BBAA9F

HEX: #BBAA9F
RGB: (187,170,159)

Color info

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

RGB color model

#BBAA9F color RGB value is (187,170,159).

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

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 159 of 255 = 62%

187
170
159

R + G + B ~ 67%. #BBAA9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 170 + 159 = 516 (100%)
R 187 of 516 ~ 36.24%
G 170 of 516 ~ 32.95%
B 159 of 516 ~ 30.81%

%36.24
%32.95
%30.81

CMYK color model

#BBAA9F color CMYK value is (0,9,15,27).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(0,9,15,27)
C0M9Y15K27 
(0%,9%,15%,27%)
(0.00/0.09/0.15/0.27)	

CMYK percentages

%0
%9.09
%14.97
%26.67

Codes

Color #BBAA9F in popluar color models

BBAA9F
RGB187170159
HSL24°17.07%67.84%
HSB/HSV24°14.97%73.33%
CMYK0.00%9.09%14.97%
26.67%

Color #BBAA9F in popluar number systems.

HEXBBAA9F
Decimal187170159
Binary101110111010101010011111
Octal273252237

Shades and tints

Shades of #BBAA9F

#BBAA9F
(187,170,159)
#AA9B91
(170,155,145)
#998C83
(153,140,131)
#887D75
(136,125,117)
#776E67
(119,110,103)
#665F59
(102,95,89)
#55504B
(85,80,75)
#44413D
(68,65,61)
#33322F
(51,50,47)
#222321
(34,35,33)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BBAA9F

#BBAA9F
(187,170,159)
#C1B1A7
(193,177,167)
#C7B8AF
(199,184,175)
#CDBFB7
(205,191,183)
#D3C6BF
(211,198,191)
#D9CDC7
(217,205,199)
#DFD4CF
(223,212,207)
#E5DBD7
(229,219,215)
#EBE2DF
(235,226,223)
#F1E9E7
(241,233,231)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAA9F; }

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

This text font color is #BBAA9F.


Background Color

.myBgColor { background-color: #BBAA9F; }

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

This div background color is #BBAA9F.


Border color

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

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

This div border color is #BBAA9F.


Opacity

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

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

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

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

This text has shadow with #BBAA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAA9F on black background.


Color preview on white background

This text has color #BBAA9F on white background.



Black color preview on #BBAA9F background

This text has black color on #BBAA9F background.


White color preview on #BBAA9F background

This text has white color on #BBAA9F background.