COLOR #BBB6AD

HEX: #BBB6AD RGB: (187,182,173)

Color info

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

RGB color model

#BBB6AD color RGB value is (187,182,173).

RGB: (187,182,173) (73%, 71%, 68%)

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 173 of 255 = 68%

187
182
173

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

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 173 = 542 (100%)
R 187 of 542 ~ 34.5%
G 182 of 542 ~ 33.58%
B 173 of 542 ~ 31.92'%

%34.5
%33.58
%31.92

CMYK color model

#BBB6AD color CMYK value is (0,3,7,27).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 7.49%
  • key color value is 26.67%
CMYK: (0,3,7,27) C0M3Y7K27 (0%,3%,7%,27%) (0.00/0.03/0.07/0.27) 

CMYK percentages

%0
%2.67
%7.49
%26.67

Codes

Color #BBB6AD in popluar color models

BB B6 AD
RGB 187 182 173
HSL 39° 9.33% 70.59%
HSB/HSV 39° 7.49% 73.33%
CMYK 0.00% 2.67% 7.49%
26.67%

Color #BBB6AD in popluar number systems.

HEX BB B6 AD
Decimal 187 182 173
Binary 10111011 10110110 10101101
Octal 273 266 255

Shades and tints

Shades of #BBB6AD

#BBB6AD
(187,182,173)
#AAA69E
(170,166,158)
#99968F
(153,150,143)
#888680
(136,134,128)
#777671
(119,118,113)
#666662
(102,102,98)
#555653
(85,86,83)
#444644
(68,70,68)
#333635
(51,54,53)
#222626
(34,38,38)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBB6AD

#BBB6AD
(187,182,173)
#C1BCB4
(193,188,180)
#C7C2BB
(199,194,187)
#CDC8C2
(205,200,194)
#D3CEC9
(211,206,201)
#D9D4D0
(217,212,208)
#DFDAD7
(223,218,215)
#E5E0DE
(229,224,222)
#EBE6E5
(235,230,229)
#F1ECEC
(241,236,236)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB6AD; }

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

This text font color is #BBB6AD.

Background Color

.myBgColor { background-color: #BBB6AD; }

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

This div background color is #BBB6AD.

Border color

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

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

This div border color is #BBB6AD.

Opacity

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

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

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

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

This text has shadow with #BBB6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB6AD.

Preview

Color preview on black background

This text has color #BBB6AD on black background.


Color preview on white background

This text has color #BBB6AD on white background.


Black color preview on #BBB6AD background

This text has black color on #BBB6AD background.


White color preview on #BBB6AD background

This text has white color on #BBB6AD background.


Related colors

Complementary color

Complementary color for #hex is #444952.


I love getcolorcode.com

Triadic colors

1 #ADBBB6 and #B6ADBB with #BBB6AD are triadic colors.

2 #ADB6BB and #B6BBAD with #BBB6AD are triadic colors.