COLOR #BBB9AC

HEX: #BBB9AC
RGB: (187,185,172)

Color info

#BBB9AC contains red, green and blue colors in about the same proportion. Web safe color of #BBB9AC is #CCCC99 (or #CC9).

RGB color model

#BBB9AC color RGB value is (187,185,172).

  • red value is 187;
  • green value is 185;
  • blue value is 172.
RGB:
(187,185,172)
(73%,73%,67%)

RGB channels and saturation

R 187 of 255 = 73%
G 185 of 255 = 73%
B 172 of 255 = 67%

187
185
172

R + G + B ~ 71%. #BBB9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 185 + 172 = 544 (100%)
R 187 of 544 ~ 34.38%
G 185 of 544 ~ 34.01%
B 172 of 544 ~ 31.62%

%34.38
%34.01
%31.62

CMYK color model

#BBB9AC color CMYK value is (0,1,8,27).

  • cyan value is 0.00%
  • magenta value is 1.07%
  • yellow value is 8.02%
  • key color value is 26.67%
CMYK:
(0,1,8,27)
C0M1Y8K27 
(0%,1%,8%,27%)
(0.00/0.01/0.08/0.27)	

CMYK percentages

%0
%1.07
%8.02
%26.67

Codes

Color #BBB9AC in popluar color models

BBB9AC
RGB187185172
HSL52°9.93%70.39%
HSB/HSV52°8.02%73.33%
CMYK0.00%1.07%8.02%
26.67%

Color #BBB9AC in popluar number systems.

HEXBBB9AC
Decimal187185172
Binary101110111011100110101100
Octal273271254

Shades and tints

Shades of #BBB9AC

#BBB9AC
(187,185,172)
#AAA99D
(170,169,157)
#99998E
(153,153,142)
#88897F
(136,137,127)
#777970
(119,121,112)
#666961
(102,105,97)
#555952
(85,89,82)
#444943
(68,73,67)
#333934
(51,57,52)
#222925
(34,41,37)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #BBB9AC

#BBB9AC
(187,185,172)
#C1BFB3
(193,191,179)
#C7C5BA
(199,197,186)
#CDCBC1
(205,203,193)
#D3D1C8
(211,209,200)
#D9D7CF
(217,215,207)
#DFDDD6
(223,221,214)
#E5E3DD
(229,227,221)
#EBE9E4
(235,233,228)
#F1EFEB
(241,239,235)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB9AC color. Also use rgb(187,185,172) instead hex code.

Text Font Color

.myTextColor { color: #BBB9AC; }

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

This text font color is #BBB9AC.


Background Color

.myBgColor { background-color: #BBB9AC; }

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

This div background color is #BBB9AC.


Border color

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

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

This div border color is #BBB9AC.


Opacity

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

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

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

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

This text has shadow with #BBB9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB9AC on black background.


Color preview on white background

This text has color #BBB9AC on white background.



Black color preview on #BBB9AC background

This text has black color on #BBB9AC background.


White color preview on #BBB9AC background

This text has white color on #BBB9AC background.