COLOR #B7A7AA

HEX: #B7A7AA
RGB: (183,167,170)

Color info

#B7A7AA contains red, green and blue colors in about the same proportion. Web safe color of #B7A7AA is #CC9999 (or #C99).

RGB color model

#B7A7AA color RGB value is (183,167,170).

  • red value is 183;
  • green value is 167;
  • blue value is 170.
RGB:
(183,167,170)
(72%,65%,67%)

RGB channels and saturation

R 183 of 255 = 72%
G 167 of 255 = 65%
B 170 of 255 = 67%

183
167
170

R + G + B ~ 68%. #B7A7AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 167 + 170 = 520 (100%)
R 183 of 520 ~ 35.19%
G 167 of 520 ~ 32.12%
B 170 of 520 ~ 32.69%

%35.19
%32.12
%32.69

CMYK color model

#B7A7AA color CMYK value is (0,9,7,28).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 7.10%
  • key color value is 28.24%
CMYK:
(0,9,7,28)
C0M9Y7K28 
(0%,9%,7%,28%)
(0.00/0.09/0.07/0.28)	

CMYK percentages

%0
%8.74
%7.1
%28.24

Codes

Color #B7A7AA in popluar color models

B7A7AA
RGB183167170
HSL349°10.00%68.63%
HSB/HSV349°8.74%71.76%
CMYK0.00%8.74%7.10%
28.24%

Color #B7A7AA in popluar number systems.

HEXB7A7AA
Decimal183167170
Binary101101111010011110101010
Octal267247252

Shades and tints

Shades of #B7A7AA

#B7A7AA
(183,167,170)
#A7989B
(167,152,155)
#97898C
(151,137,140)
#877A7D
(135,122,125)
#776B6E
(119,107,110)
#675C5F
(103,92,95)
#574D50
(87,77,80)
#473E41
(71,62,65)
#372F32
(55,47,50)
#272023
(39,32,35)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #B7A7AA

#B7A7AA
(183,167,170)
#BDAFB1
(189,175,177)
#C3B7B8
(195,183,184)
#C9BFBF
(201,191,191)
#CFC7C6
(207,199,198)
#D5CFCD
(213,207,205)
#DBD7D4
(219,215,212)
#E1DFDB
(225,223,219)
#E7E7E2
(231,231,226)
#EDEFE9
(237,239,233)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A7AA; }

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

This text font color is #B7A7AA.


Background Color

.myBgColor { background-color: #B7A7AA; }

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

This div background color is #B7A7AA.


Border color

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

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

This div border color is #B7A7AA.


Opacity

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

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

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

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

This text has shadow with #B7A7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A7AA on black background.


Color preview on white background

This text has color #B7A7AA on white background.



Black color preview on #B7A7AA background

This text has black color on #B7A7AA background.


White color preview on #B7A7AA background

This text has white color on #B7A7AA background.