COLOR #B7A4A5

HEX: #B7A4A5
RGB: (183,164,165)

Color info

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

RGB color model

#B7A4A5 color RGB value is (183,164,165).

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

RGB channels and saturation

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

183
164
165

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

Portions of RGB colors in percentages

R + G + B =
183 + 164 + 165 = 512 (100%)
R 183 of 512 ~ 35.74%
G 164 of 512 ~ 32.03%
B 165 of 512 ~ 32.23%

%35.74
%32.03
%32.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 9.84%
  • key color value is 28.24%
CMYK:
(0,10,10,28)
C0M10Y10K28 
(0%,10%,10%,28%)
(0.00/0.10/0.10/0.28)	

CMYK percentages

%0
%10.38
%9.84
%28.24

Codes

Color #B7A4A5 in popluar color models

B7A4A5
RGB183164165
HSL357°11.66%68.04%
HSB/HSV357°10.38%71.76%
CMYK0.00%10.38%9.84%
28.24%

Color #B7A4A5 in popluar number systems.

HEXB7A4A5
Decimal183164165
Binary101101111010010010100101
Octal267244245

Shades and tints

Shades of #B7A4A5

#B7A4A5
(183,164,165)
#A79696
(167,150,150)
#978887
(151,136,135)
#877A78
(135,122,120)
#776C69
(119,108,105)
#675E5A
(103,94,90)
#57504B
(87,80,75)
#47423C
(71,66,60)
#37342D
(55,52,45)
#27261E
(39,38,30)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #B7A4A5

#B7A4A5
(183,164,165)
#BDACAD
(189,172,173)
#C3B4B5
(195,180,181)
#C9BCBD
(201,188,189)
#CFC4C5
(207,196,197)
#D5CCCD
(213,204,205)
#DBD4D5
(219,212,213)
#E1DCDD
(225,220,221)
#E7E4E5
(231,228,229)
#EDECED
(237,236,237)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A4A5; }

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

This text font color is #B7A4A5.


Background Color

.myBgColor { background-color: #B7A4A5; }

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

This div background color is #B7A4A5.


Border color

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

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

This div border color is #B7A4A5.


Opacity

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

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

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

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

This text has shadow with #B7A4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A4A5 on black background.


Color preview on white background

This text has color #B7A4A5 on white background.



Black color preview on #B7A4A5 background

This text has black color on #B7A4A5 background.


White color preview on #B7A4A5 background

This text has white color on #B7A4A5 background.