COLOR #BBB9AD

HEX: #BBB9AD RGB: (187,185,173)

Color info

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

RGB color model

#BBB9AD color RGB value is (187,185,173).

RGB: (187,185,173) (73%, 73%, 68%)

RGB channels and saturation

R 187 of 255 = 73%
G 185 of 255 = 73%
B 173 of 255 = 68%

187
185
173

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

Portions of RGB colors in percentages

R + G + B = 187 + 185 + 173 = 545 (100%)
R 187 of 545 ~ 34.31%
G 185 of 545 ~ 33.94%
B 173 of 545 ~ 31.74'%

%34.31
%33.94
%31.74

CMYK color model

#BBB9AD color CMYK value is (0,1,7,27).

  • cyan value is 0.00%
  • magenta value is 1.07%
  • yellow value is 7.49%
  • key color value is 26.67%

CMYK: (0,1,7,27)
C0M1Y7K27 (0%, 1%, 7%, 27%)
(0.00 / 0.01 / 0.07 / 0.27)

CMYK percentages

%0
%1.07
%7.49
%26.67

Codes

Color #BBB9AD in popluar color models

BB B9 AD
RGB 187 185 173
HSL 51° 9.33% 70.59%
HSB/HSV 51° 7.49% 73.33%
CMYK 0.00% 1.07% 7.49%
26.67%

Color #BBB9AD in popluar number systems.

HEX BB B9 AD
Decimal 187 185 173
Binary 10111011 10111001 10101101
Octal 273 271 255

Shades and tints

Shades of #BBB9AD

#BBB9AD
(187,185,173)
#AAA99E
(170,169,158)
#99998F
(153,153,143)
#888980
(136,137,128)
#777971
(119,121,113)
#666962
(102,105,98)
#555953
(85,89,83)
#444944
(68,73,68)
#333935
(51,57,53)
#222926
(34,41,38)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #BBB9AD

#BBB9AD
(187,185,173)
#C1BFB4
(193,191,180)
#C7C5BB
(199,197,187)
#CDCBC2
(205,203,194)
#D3D1C9
(211,209,201)
#D9D7D0
(217,215,208)
#DFDDD7
(223,221,215)
#E5E3DE
(229,227,222)
#EBE9E5
(235,233,229)
#F1EFEC
(241,239,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB9AD; }

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

This text font color is #BBB9AD.

Background Color

.myBgColor { background-color: #BBB9AD; }

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

This div background color is #BBB9AD.

Border color

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

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

This div border color is #BBB9AD.

Opacity

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

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

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

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

This text has shadow with #BBB9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB9AD.

Preview

Color preview on black background

This text has color #BBB9AD on black background.


Color preview on white background

This text has color #BBB9AD on white background.


Black color preview on #BBB9AD background

This text has black color on #BBB9AD background.


White color preview on #BBB9AD background

This text has white color on #BBB9AD background.


Related colors

Complementary color

Complementary color for #hex is #444652.


I love getcolorcode.com

Triadic colors

1 #ADBBB9 and #B9ADBB with #BBB9AD are triadic colors.

2 #ADB9BB and #B9BBAD with #BBB9AD are triadic colors.