COLOR #BBB7A9

HEX: #BBB7A9 RGB: (187,183,169)

Color info

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

RGB color model

#BBB7A9 color RGB value is (187,183,169).

RGB: (187,183,169) (73%, 72%, 66%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 169 of 255 = 66%

187
183
169

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

Portions of RGB colors in percentages

R + G + B = 187 + 183 + 169 = 539 (100%)
R 187 of 539 ~ 34.69%
G 183 of 539 ~ 33.95%
B 169 of 539 ~ 31.35'%

%34.69
%33.95
%31.35

CMYK color model

#BBB7A9 color CMYK value is (0,2,10,27).

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

CMYK: (0,2,10,27)
C0M2Y10K27 (0%, 2%, 10%, 27%)
(0.00 / 0.02 / 0.10 / 0.27)

CMYK percentages

%0
%2.14
%9.63
%26.67

Codes

Color #BBB7A9 in popluar color models

BB B7 A9
RGB 187 183 169
HSL 47° 11.69% 69.80%
HSB/HSV 47° 9.63% 73.33%
CMYK 0.00% 2.14% 9.63%
26.67%

Color #BBB7A9 in popluar number systems.

HEX BB B7 A9
Decimal 187 183 169
Binary 10111011 10110111 10101001
Octal 273 267 251

Shades and tints

Shades of #BBB7A9

#BBB7A9
(187,183,169)
#AAA79A
(170,167,154)
#99978B
(153,151,139)
#88877C
(136,135,124)
#77776D
(119,119,109)
#66675E
(102,103,94)
#55574F
(85,87,79)
#444740
(68,71,64)
#333731
(51,55,49)
#222722
(34,39,34)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #BBB7A9

#BBB7A9
(187,183,169)
#C1BDB0
(193,189,176)
#C7C3B7
(199,195,183)
#CDC9BE
(205,201,190)
#D3CFC5
(211,207,197)
#D9D5CC
(217,213,204)
#DFDBD3
(223,219,211)
#E5E1DA
(229,225,218)
#EBE7E1
(235,231,225)
#F1EDE8
(241,237,232)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB7A9; }

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

This text font color is #BBB7A9.

Background Color

.myBgColor { background-color: #BBB7A9; }

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

This div background color is #BBB7A9.

Border color

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

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

This div border color is #BBB7A9.

Opacity

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

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

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

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

This text has shadow with #BBB7A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB7A9.

Preview

Color preview on black background

This text has color #BBB7A9 on black background.


Color preview on white background

This text has color #BBB7A9 on white background.


Black color preview on #BBB7A9 background

This text has black color on #BBB7A9 background.


White color preview on #BBB7A9 background

This text has white color on #BBB7A9 background.


Related colors

Complementary color

Complementary color for #hex is #444856.


I love getcolorcode.com

Triadic colors

1 #A9BBB7 and #B7A9BB with #BBB7A9 are triadic colors.

2 #A9B7BB and #B7BBA9 with #BBB7A9 are triadic colors.