COLOR #B7B6AA

HEX: #B7B6AA RGB: (183,182,170)

Color info

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

RGB color model

#B7B6AA color RGB value is (183,182,170).

RGB: (183,182,170) (72%, 71%, 67%)

RGB channels and saturation

R 183 of 255 = 72%
G 182 of 255 = 71%
B 170 of 255 = 67%

183
182
170

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

Portions of RGB colors in percentages

R + G + B = 183 + 182 + 170 = 535 (100%)
R 183 of 535 ~ 34.21%
G 182 of 535 ~ 34.02%
B 170 of 535 ~ 31.78'%

%34.21
%34.02
%31.78

CMYK color model

#B7B6AA color CMYK value is (0,1,7,28).

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 7.10%
  • key color value is 28.24%

CMYK: (0,1,7,28)
C0M1Y7K28 (0%, 1%, 7%, 28%)
(0.00 / 0.01 / 0.07 / 0.28)

CMYK percentages

%0
%0.55
%7.1
%28.24

Codes

Color #B7B6AA in popluar color models

B7 B6 AA
RGB 183 182 170
HSL 55° 8.28% 69.22%
HSB/HSV 55° 7.10% 71.76%
CMYK 0.00% 0.55% 7.10%
28.24%

Color #B7B6AA in popluar number systems.

HEX B7 B6 AA
Decimal 183 182 170
Binary 10110111 10110110 10101010
Octal 267 266 252

Shades and tints

Shades of #B7B6AA

#B7B6AA
(183,182,170)
#A7A69B
(167,166,155)
#97968C
(151,150,140)
#87867D
(135,134,125)
#77766E
(119,118,110)
#67665F
(103,102,95)
#575650
(87,86,80)
#474641
(71,70,65)
#373632
(55,54,50)
#272623
(39,38,35)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #B7B6AA

#B7B6AA
(183,182,170)
#BDBCB1
(189,188,177)
#C3C2B8
(195,194,184)
#C9C8BF
(201,200,191)
#CFCEC6
(207,206,198)
#D5D4CD
(213,212,205)
#DBDAD4
(219,218,212)
#E1E0DB
(225,224,219)
#E7E6E2
(231,230,226)
#EDECE9
(237,236,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B6AA; }

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

This text font color is #B7B6AA.

Background Color

.myBgColor { background-color: #B7B6AA; }

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

This div background color is #B7B6AA.

Border color

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

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

This div border color is #B7B6AA.

Opacity

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

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

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

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

This text has shadow with #B7B6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B6AA.

Preview

Color preview on black background

This text has color #B7B6AA on black background.


Color preview on white background

This text has color #B7B6AA on white background.


Black color preview on #B7B6AA background

This text has black color on #B7B6AA background.


White color preview on #B7B6AA background

This text has white color on #B7B6AA background.


Related colors

Complementary color

Complementary color for #hex is #484955.


I love getcolorcode.com

Triadic colors

1 #AAB7B6 and #B6AAB7 with #B7B6AA are triadic colors.

2 #AAB6B7 and #B6B7AA with #B7B6AA are triadic colors.