COLOR #B7A3A5

HEX: #B7A3A5
RGB: (183,163,165)

Color info

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

RGB color model

#B7A3A5 color RGB value is (183,163,165).

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

RGB channels and saturation

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

183
163
165

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

Portions of RGB colors in percentages

R + G + B =
183 + 163 + 165 = 511 (100%)
R 183 of 511 ~ 35.81%
G 163 of 511 ~ 31.9%
B 165 of 511 ~ 32.29%

%35.81
%31.9
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 9.84%
  • key color value is 28.24%
CMYK:
(0,11,10,28)
C0M11Y10K28 
(0%,11%,10%,28%)
(0.00/0.11/0.10/0.28)	

CMYK percentages

%0
%10.93
%9.84
%28.24

Codes

Color #B7A3A5 in popluar color models

B7A3A5
RGB183163165
HSL354°12.20%67.84%
HSB/HSV354°10.93%71.76%
CMYK0.00%10.93%9.84%
28.24%

Color #B7A3A5 in popluar number systems.

HEXB7A3A5
Decimal183163165
Binary101101111010001110100101
Octal267243245

Shades and tints

Shades of #B7A3A5

#B7A3A5
(183,163,165)
#A79596
(167,149,150)
#978787
(151,135,135)
#877978
(135,121,120)
#776B69
(119,107,105)
#675D5A
(103,93,90)
#574F4B
(87,79,75)
#47413C
(71,65,60)
#37332D
(55,51,45)
#27251E
(39,37,30)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #B7A3A5

#B7A3A5
(183,163,165)
#BDABAD
(189,171,173)
#C3B3B5
(195,179,181)
#C9BBBD
(201,187,189)
#CFC3C5
(207,195,197)
#D5CBCD
(213,203,205)
#DBD3D5
(219,211,213)
#E1DBDD
(225,219,221)
#E7E3E5
(231,227,229)
#EDEBED
(237,235,237)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A3A5; }

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

This text font color is #B7A3A5.


Background Color

.myBgColor { background-color: #B7A3A5; }

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

This div background color is #B7A3A5.


Border color

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

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

This div border color is #B7A3A5.


Opacity

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

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

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

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

This text has shadow with #B7A3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A3A5 on black background.


Color preview on white background

This text has color #B7A3A5 on white background.



Black color preview on #B7A3A5 background

This text has black color on #B7A3A5 background.


White color preview on #B7A3A5 background

This text has white color on #B7A3A5 background.