COLOR #B7A7AC

HEX: #B7A7AC
RGB: (183,167,172)

Color info

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

RGB color model

#B7A7AC color RGB value is (183,167,172).

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

RGB channels and saturation

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

183
167
172

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

Portions of RGB colors in percentages

R + G + B =
183 + 167 + 172 = 522 (100%)
R 183 of 522 ~ 35.06%
G 167 of 522 ~ 31.99%
B 172 of 522 ~ 32.95%

%35.06
%31.99
%32.95

CMYK color model

#B7A7AC color CMYK value is (0,9,6,28).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 6.01%
  • key color value is 28.24%
CMYK:
(0,9,6,28)
C0M9Y6K28 
(0%,9%,6%,28%)
(0.00/0.09/0.06/0.28)	

CMYK percentages

%0
%8.74
%6.01
%28.24

Codes

Color #B7A7AC in popluar color models

B7A7AC
RGB183167172
HSL341°10.00%68.63%
HSB/HSV341°8.74%71.76%
CMYK0.00%8.74%6.01%
28.24%

Color #B7A7AC in popluar number systems.

HEXB7A7AC
Decimal183167172
Binary101101111010011110101100
Octal267247254

Shades and tints

Shades of #B7A7AC

#B7A7AC
(183,167,172)
#A7989D
(167,152,157)
#97898E
(151,137,142)
#877A7F
(135,122,127)
#776B70
(119,107,112)
#675C61
(103,92,97)
#574D52
(87,77,82)
#473E43
(71,62,67)
#372F34
(55,47,52)
#272025
(39,32,37)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #B7A7AC

#B7A7AC
(183,167,172)
#BDAFB3
(189,175,179)
#C3B7BA
(195,183,186)
#C9BFC1
(201,191,193)
#CFC7C8
(207,199,200)
#D5CFCF
(213,207,207)
#DBD7D6
(219,215,214)
#E1DFDD
(225,223,221)
#E7E7E4
(231,231,228)
#EDEFEB
(237,239,235)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A7AC; }

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

This text font color is #B7A7AC.


Background Color

.myBgColor { background-color: #B7A7AC; }

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

This div background color is #B7A7AC.


Border color

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

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

This div border color is #B7A7AC.


Opacity

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

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

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

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

This text has shadow with #B7A7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A7AC on black background.


Color preview on white background

This text has color #B7A7AC on white background.



Black color preview on #B7A7AC background

This text has black color on #B7A7AC background.


White color preview on #B7A7AC background

This text has white color on #B7A7AC background.