COLOR #B7A4A6

HEX: #B7A4A6
RGB: (183,164,166)

Color info

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

RGB color model

#B7A4A6 color RGB value is (183,164,166).

  • red value is 183;
  • green value is 164;
  • blue value is 166.
RGB:
(183,164,166)
(72%,64%,65%)

RGB channels and saturation

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

183
164
166

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

Portions of RGB colors in percentages

R + G + B =
183 + 164 + 166 = 513 (100%)
R 183 of 513 ~ 35.67%
G 164 of 513 ~ 31.97%
B 166 of 513 ~ 32.36%

%35.67
%31.97
%32.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 9.29%
  • key color value is 28.24%
CMYK:
(0,10,9,28)
C0M10Y9K28 
(0%,10%,9%,28%)
(0.00/0.10/0.09/0.28)	

CMYK percentages

%0
%10.38
%9.29
%28.24

Codes

Color #B7A4A6 in popluar color models

B7A4A6
RGB183164166
HSL354°11.66%68.04%
HSB/HSV354°10.38%71.76%
CMYK0.00%10.38%9.29%
28.24%

Color #B7A4A6 in popluar number systems.

HEXB7A4A6
Decimal183164166
Binary101101111010010010100110
Octal267244246

Shades and tints

Shades of #B7A4A6

#B7A4A6
(183,164,166)
#A79697
(167,150,151)
#978888
(151,136,136)
#877A79
(135,122,121)
#776C6A
(119,108,106)
#675E5B
(103,94,91)
#57504C
(87,80,76)
#47423D
(71,66,61)
#37342E
(55,52,46)
#27261F
(39,38,31)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #B7A4A6

#B7A4A6
(183,164,166)
#BDACAE
(189,172,174)
#C3B4B6
(195,180,182)
#C9BCBE
(201,188,190)
#CFC4C6
(207,196,198)
#D5CCCE
(213,204,206)
#DBD4D6
(219,212,214)
#E1DCDE
(225,220,222)
#E7E4E6
(231,228,230)
#EDECEE
(237,236,238)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A4A6; }

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

This text font color is #B7A4A6.


Background Color

.myBgColor { background-color: #B7A4A6; }

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

This div background color is #B7A4A6.


Border color

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

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

This div border color is #B7A4A6.


Opacity

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

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

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

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

This text has shadow with #B7A4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A4A6 on black background.


Color preview on white background

This text has color #B7A4A6 on white background.



Black color preview on #B7A4A6 background

This text has black color on #B7A4A6 background.


White color preview on #B7A4A6 background

This text has white color on #B7A4A6 background.