COLOR #BBB5AC

HEX: #BBB5AC
RGB: (187,181,172)

Color info

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

RGB color model

#BBB5AC color RGB value is (187,181,172).

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

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 172 of 255 = 67%

187
181
172

R + G + B ~ 70%. #BBB5AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 181 + 172 = 540 (100%)
R 187 of 540 ~ 34.63%
G 181 of 540 ~ 33.52%
B 172 of 540 ~ 31.85%

%34.63
%33.52
%31.85

CMYK color model

#BBB5AC color CMYK value is (0,3,8,27).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 8.02%
  • key color value is 26.67%
CMYK:
(0,3,8,27)
C0M3Y8K27 
(0%,3%,8%,27%)
(0.00/0.03/0.08/0.27)	

CMYK percentages

%0
%3.21
%8.02
%26.67

Codes

Color #BBB5AC in popluar color models

BBB5AC
RGB187181172
HSL36°9.93%70.39%
HSB/HSV36°8.02%73.33%
CMYK0.00%3.21%8.02%
26.67%

Color #BBB5AC in popluar number systems.

HEXBBB5AC
Decimal187181172
Binary101110111011010110101100
Octal273265254

Shades and tints

Shades of #BBB5AC

#BBB5AC
(187,181,172)
#AAA59D
(170,165,157)
#99958E
(153,149,142)
#88857F
(136,133,127)
#777570
(119,117,112)
#666561
(102,101,97)
#555552
(85,85,82)
#444543
(68,69,67)
#333534
(51,53,52)
#222525
(34,37,37)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #BBB5AC

#BBB5AC
(187,181,172)
#C1BBB3
(193,187,179)
#C7C1BA
(199,193,186)
#CDC7C1
(205,199,193)
#D3CDC8
(211,205,200)
#D9D3CF
(217,211,207)
#DFD9D6
(223,217,214)
#E5DFDD
(229,223,221)
#EBE5E4
(235,229,228)
#F1EBEB
(241,235,235)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB5AC; }

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

This text font color is #BBB5AC.


Background Color

.myBgColor { background-color: #BBB5AC; }

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

This div background color is #BBB5AC.


Border color

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

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

This div border color is #BBB5AC.


Opacity

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

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

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

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

This text has shadow with #BBB5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB5AC on black background.


Color preview on white background

This text has color #BBB5AC on white background.



Black color preview on #BBB5AC background

This text has black color on #BBB5AC background.


White color preview on #BBB5AC background

This text has white color on #BBB5AC background.