COLOR #BBB6A9

HEX: #BBB6A9 RGB: (187,182,169)

Color info

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

RGB color model

#BBB6A9 color RGB value is (187,182,169).

RGB: (187,182,169) (73%, 71%, 66%)

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 169 of 255 = 66%

187
182
169

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

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 169 = 538 (100%)
R 187 of 538 ~ 34.76%
G 182 of 538 ~ 33.83%
B 169 of 538 ~ 31.41'%

%34.76
%33.83
%31.41

CMYK color model

#BBB6A9 color CMYK value is (0,3,10,27).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 9.63%
  • key color value is 26.67%

CMYK: (0,3,10,27)
C0M3Y10K27 (0%, 3%, 10%, 27%)
(0.00 / 0.03 / 0.10 / 0.27)

CMYK percentages

%0
%2.67
%9.63
%26.67

Codes

Color #BBB6A9 in popluar color models

BB B6 A9
RGB 187 182 169
HSL 43° 11.69% 69.80%
HSB/HSV 43° 9.63% 73.33%
CMYK 0.00% 2.67% 9.63%
26.67%

Color #BBB6A9 in popluar number systems.

HEX BB B6 A9
Decimal 187 182 169
Binary 10111011 10110110 10101001
Octal 273 266 251

Shades and tints

Shades of #BBB6A9

#BBB6A9
(187,182,169)
#AAA69A
(170,166,154)
#99968B
(153,150,139)
#88867C
(136,134,124)
#77766D
(119,118,109)
#66665E
(102,102,94)
#55564F
(85,86,79)
#444640
(68,70,64)
#333631
(51,54,49)
#222622
(34,38,34)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #BBB6A9

#BBB6A9
(187,182,169)
#C1BCB0
(193,188,176)
#C7C2B7
(199,194,183)
#CDC8BE
(205,200,190)
#D3CEC5
(211,206,197)
#D9D4CC
(217,212,204)
#DFDAD3
(223,218,211)
#E5E0DA
(229,224,218)
#EBE6E1
(235,230,225)
#F1ECE8
(241,236,232)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB6A9; }

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

This text font color is #BBB6A9.

Background Color

.myBgColor { background-color: #BBB6A9; }

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

This div background color is #BBB6A9.

Border color

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

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

This div border color is #BBB6A9.

Opacity

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

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

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

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

This text has shadow with #BBB6A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB6A9.

Preview

Color preview on black background

This text has color #BBB6A9 on black background.


Color preview on white background

This text has color #BBB6A9 on white background.


Black color preview on #BBB6A9 background

This text has black color on #BBB6A9 background.


White color preview on #BBB6A9 background

This text has white color on #BBB6A9 background.


Related colors

Complementary color

Complementary color for #hex is #444956.


I love getcolorcode.com

Triadic colors

1 #A9BBB6 and #B6A9BB with #BBB6A9 are triadic colors.

2 #A9B6BB and #B6BBA9 with #BBB6A9 are triadic colors.