COLOR #B7A0A3

HEX: #B7A0A3
RGB: (183,160,163)

Color info

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

RGB color model

#B7A0A3 color RGB value is (183,160,163).

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

RGB channels and saturation

R 183 of 255 = 72%
G 160 of 255 = 63%
B 163 of 255 = 64%

183
160
163

R + G + B ~ 66%. #B7A0A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 160 + 163 = 506 (100%)
R 183 of 506 ~ 36.17%
G 160 of 506 ~ 31.62%
B 163 of 506 ~ 32.21%

%36.17
%31.62
%32.21

CMYK color model

#B7A0A3 color CMYK value is (0,13,11,28).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 10.93%
  • key color value is 28.24%
CMYK:
(0,13,11,28)
C0M13Y11K28 
(0%,13%,11%,28%)
(0.00/0.13/0.11/0.28)	

CMYK percentages

%0
%12.57
%10.93
%28.24

Codes

Color #B7A0A3 in popluar color models

B7A0A3
RGB183160163
HSL352°13.77%67.25%
HSB/HSV352°12.57%71.76%
CMYK0.00%12.57%10.93%
28.24%

Color #B7A0A3 in popluar number systems.

HEXB7A0A3
Decimal183160163
Binary101101111010000010100011
Octal267240243

Shades and tints

Shades of #B7A0A3

#B7A0A3
(183,160,163)
#A79295
(167,146,149)
#978487
(151,132,135)
#877679
(135,118,121)
#77686B
(119,104,107)
#675A5D
(103,90,93)
#574C4F
(87,76,79)
#473E41
(71,62,65)
#373033
(55,48,51)
#272225
(39,34,37)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #B7A0A3

#B7A0A3
(183,160,163)
#BDA8AB
(189,168,171)
#C3B0B3
(195,176,179)
#C9B8BB
(201,184,187)
#CFC0C3
(207,192,195)
#D5C8CB
(213,200,203)
#DBD0D3
(219,208,211)
#E1D8DB
(225,216,219)
#E7E0E3
(231,224,227)
#EDE8EB
(237,232,235)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A0A3; }

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

This text font color is #B7A0A3.


Background Color

.myBgColor { background-color: #B7A0A3; }

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

This div background color is #B7A0A3.


Border color

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

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

This div border color is #B7A0A3.


Opacity

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

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

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

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

This text has shadow with #B7A0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A0A3 on black background.


Color preview on white background

This text has color #B7A0A3 on white background.



Black color preview on #B7A0A3 background

This text has black color on #B7A0A3 background.


White color preview on #B7A0A3 background

This text has white color on #B7A0A3 background.