COLOR #B7A3AF

HEX: #B7A3AF
RGB: (183,163,175)

Color info

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

RGB color model

#B7A3AF color RGB value is (183,163,175).

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

RGB channels and saturation

R 183 of 255 = 72%
G 163 of 255 = 64%
B 175 of 255 = 69%

183
163
175

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

Portions of RGB colors in percentages

R + G + B =
183 + 163 + 175 = 521 (100%)
R 183 of 521 ~ 35.12%
G 163 of 521 ~ 31.29%
B 175 of 521 ~ 33.59%

%35.12
%31.29
%33.59

CMYK color model

#B7A3AF color CMYK value is (0,11,4,28).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 4.37%
  • key color value is 28.24%
CMYK:
(0,11,4,28)
C0M11Y4K28 
(0%,11%,4%,28%)
(0.00/0.11/0.04/0.28)	

CMYK percentages

%0
%10.93
%4.37
%28.24

Codes

Color #B7A3AF in popluar color models

B7A3AF
RGB183163175
HSL324°12.20%67.84%
HSB/HSV324°10.93%71.76%
CMYK0.00%10.93%4.37%
28.24%

Color #B7A3AF in popluar number systems.

HEXB7A3AF
Decimal183163175
Binary101101111010001110101111
Octal267243257

Shades and tints

Shades of #B7A3AF

#B7A3AF
(183,163,175)
#A795A0
(167,149,160)
#978791
(151,135,145)
#877982
(135,121,130)
#776B73
(119,107,115)
#675D64
(103,93,100)
#574F55
(87,79,85)
#474146
(71,65,70)
#373337
(55,51,55)
#272528
(39,37,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #B7A3AF

#B7A3AF
(183,163,175)
#BDABB6
(189,171,182)
#C3B3BD
(195,179,189)
#C9BBC4
(201,187,196)
#CFC3CB
(207,195,203)
#D5CBD2
(213,203,210)
#DBD3D9
(219,211,217)
#E1DBE0
(225,219,224)
#E7E3E7
(231,227,231)
#EDEBEE
(237,235,238)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A3AF; }

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

This text font color is #B7A3AF.


Background Color

.myBgColor { background-color: #B7A3AF; }

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

This div background color is #B7A3AF.


Border color

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

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

This div border color is #B7A3AF.


Opacity

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

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

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

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

This text has shadow with #B7A3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A3AF on black background.


Color preview on white background

This text has color #B7A3AF on white background.



Black color preview on #B7A3AF background

This text has black color on #B7A3AF background.


White color preview on #B7A3AF background

This text has white color on #B7A3AF background.