COLOR #BBB5AA

HEX: #BBB5AA
RGB: (187,181,170)

Color info

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

RGB color model

#BBB5AA color RGB value is (187,181,170).

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

RGB channels and saturation

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

187
181
170

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

Portions of RGB colors in percentages

R + G + B =
187 + 181 + 170 = 538 (100%)
R 187 of 538 ~ 34.76%
G 181 of 538 ~ 33.64%
B 170 of 538 ~ 31.6%

%34.76
%33.64
%31.6

CMYK color model

#BBB5AA color CMYK value is (0,3,9,27).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK:
(0,3,9,27)
C0M3Y9K27 
(0%,3%,9%,27%)
(0.00/0.03/0.09/0.27)	

CMYK percentages

%0
%3.21
%9.09
%26.67

Codes

Color #BBB5AA in popluar color models

BBB5AA
RGB187181170
HSL39°11.11%70.00%
HSB/HSV39°9.09%73.33%
CMYK0.00%3.21%9.09%
26.67%

Color #BBB5AA in popluar number systems.

HEXBBB5AA
Decimal187181170
Binary101110111011010110101010
Octal273265252

Shades and tints

Shades of #BBB5AA

#BBB5AA
(187,181,170)
#AAA59B
(170,165,155)
#99958C
(153,149,140)
#88857D
(136,133,125)
#77756E
(119,117,110)
#66655F
(102,101,95)
#555550
(85,85,80)
#444541
(68,69,65)
#333532
(51,53,50)
#222523
(34,37,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #BBB5AA

#BBB5AA
(187,181,170)
#C1BBB1
(193,187,177)
#C7C1B8
(199,193,184)
#CDC7BF
(205,199,191)
#D3CDC6
(211,205,198)
#D9D3CD
(217,211,205)
#DFD9D4
(223,217,212)
#E5DFDB
(229,223,219)
#EBE5E2
(235,229,226)
#F1EBE9
(241,235,233)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB5AA; }

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

This text font color is #BBB5AA.


Background Color

.myBgColor { background-color: #BBB5AA; }

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

This div background color is #BBB5AA.


Border color

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

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

This div border color is #BBB5AA.


Opacity

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

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

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

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

This text has shadow with #BBB5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB5AA on black background.


Color preview on white background

This text has color #BBB5AA on white background.



Black color preview on #BBB5AA background

This text has black color on #BBB5AA background.


White color preview on #BBB5AA background

This text has white color on #BBB5AA background.