COLOR #BBB7AA

HEX: #BBB7AA RGB: (187,183,170)

Color info

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

RGB color model

#BBB7AA color RGB value is (187,183,170).

RGB: (187,183,170) (73%, 72%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 170 of 255 = 67%

187
183
170

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

Portions of RGB colors in percentages

R + G + B = 187 + 183 + 170 = 540 (100%)
R 187 of 540 ~ 34.63%
G 183 of 540 ~ 33.89%
B 170 of 540 ~ 31.48'%

%34.63
%33.89
%31.48

CMYK color model

#BBB7AA color CMYK value is (0,2,9,27).

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

CMYK: (0,2,9,27)
C0M2Y9K27 (0%, 2%, 9%, 27%)
(0.00 / 0.02 / 0.09 / 0.27)

CMYK percentages

%0
%2.14
%9.09
%26.67

Codes

Color #BBB7AA in popluar color models

BB B7 AA
RGB 187 183 170
HSL 46° 11.11% 70.00%
HSB/HSV 46° 9.09% 73.33%
CMYK 0.00% 2.14% 9.09%
26.67%

Color #BBB7AA in popluar number systems.

HEX BB B7 AA
Decimal 187 183 170
Binary 10111011 10110111 10101010
Octal 273 267 252

Shades and tints

Shades of #BBB7AA

#BBB7AA
(187,183,170)
#AAA79B
(170,167,155)
#99978C
(153,151,140)
#88877D
(136,135,125)
#77776E
(119,119,110)
#66675F
(102,103,95)
#555750
(85,87,80)
#444741
(68,71,65)
#333732
(51,55,50)
#222723
(34,39,35)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #BBB7AA

#BBB7AA
(187,183,170)
#C1BDB1
(193,189,177)
#C7C3B8
(199,195,184)
#CDC9BF
(205,201,191)
#D3CFC6
(211,207,198)
#D9D5CD
(217,213,205)
#DFDBD4
(223,219,212)
#E5E1DB
(229,225,219)
#EBE7E2
(235,231,226)
#F1EDE9
(241,237,233)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB7AA; }

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

This text font color is #BBB7AA.

Background Color

.myBgColor { background-color: #BBB7AA; }

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

This div background color is #BBB7AA.

Border color

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

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

This div border color is #BBB7AA.

Opacity

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

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

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

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

This text has shadow with #BBB7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB7AA.

Preview

Color preview on black background

This text has color #BBB7AA on black background.


Color preview on white background

This text has color #BBB7AA on white background.


Black color preview on #BBB7AA background

This text has black color on #BBB7AA background.


White color preview on #BBB7AA background

This text has white color on #BBB7AA background.


Related colors

Complementary color

Complementary color for #hex is #444855.


I love getcolorcode.com

Triadic colors

1 #AABBB7 and #B7AABB with #BBB7AA are triadic colors.

2 #AAB7BB and #B7BBAA with #BBB7AA are triadic colors.