COLOR #B7A7A4

HEX: #B7A7A4 RGB: (183,167,164)

Color info

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

RGB color model

#B7A7A4 color RGB value is (183,167,164).

RGB: (183,167,164) (72%, 65%, 64%)

RGB channels and saturation

R 183 of 255 = 72%
G 167 of 255 = 65%
B 164 of 255 = 64%

183
167
164

R + G + B ~ 67%. #B7A7A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 167 + 164 = 514 (100%)
R 183 of 514 ~ 35.6%
G 167 of 514 ~ 32.49%
B 164 of 514 ~ 31.91'%

%35.6
%32.49
%31.91

CMYK color model

#B7A7A4 color CMYK value is (0,9,10,28).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 10.38%
  • key color value is 28.24%

CMYK: (0,9,10,28)
C0M9Y10K28 (0%, 9%, 10%, 28%)
(0.00 / 0.09 / 0.10 / 0.28)

CMYK percentages

%0
%8.74
%10.38
%28.24

Codes

Color #B7A7A4 in popluar color models

B7 A7 A4
RGB 183 167 164
HSL 11.66% 68.04%
HSB/HSV 10.38% 71.76%
CMYK 0.00% 8.74% 10.38%
28.24%

Color #B7A7A4 in popluar number systems.

HEX B7 A7 A4
Decimal 183 167 164
Binary 10110111 10100111 10100100
Octal 267 247 244

Shades and tints

Shades of #B7A7A4

#B7A7A4
(183,167,164)
#A79896
(167,152,150)
#978988
(151,137,136)
#877A7A
(135,122,122)
#776B6C
(119,107,108)
#675C5E
(103,92,94)
#574D50
(87,77,80)
#473E42
(71,62,66)
#372F34
(55,47,52)
#272026
(39,32,38)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #B7A7A4

#B7A7A4
(183,167,164)
#BDAFAC
(189,175,172)
#C3B7B4
(195,183,180)
#C9BFBC
(201,191,188)
#CFC7C4
(207,199,196)
#D5CFCC
(213,207,204)
#DBD7D4
(219,215,212)
#E1DFDC
(225,223,220)
#E7E7E4
(231,231,228)
#EDEFEC
(237,239,236)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A7A4; }

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

This text font color is #B7A7A4.

Background Color

.myBgColor { background-color: #B7A7A4; }

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

This div background color is #B7A7A4.

Border color

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

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

This div border color is #B7A7A4.

Opacity

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

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

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

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

This text has shadow with #B7A7A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A7A4.

Preview

Color preview on black background

This text has color #B7A7A4 on black background.


Color preview on white background

This text has color #B7A7A4 on white background.


Black color preview on #B7A7A4 background

This text has black color on #B7A7A4 background.


White color preview on #B7A7A4 background

This text has white color on #B7A7A4 background.


Related colors

Complementary color

Complementary color for #hex is #48585B.


I love getcolorcode.com

Triadic colors

1 #A4B7A7 and #A7A4B7 with #B7A7A4 are triadic colors.

2 #A4A7B7 and #A7B7A4 with #B7A7A4 are triadic colors.