COLOR #B7A8AB

HEX: #B7A8AB RGB: (183,168,171)

Color info

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

RGB color model

#B7A8AB color RGB value is (183,168,171).

RGB: (183,168,171) (72%, 66%, 67%)

RGB channels and saturation

R 183 of 255 = 72%
G 168 of 255 = 66%
B 171 of 255 = 67%

183
168
171

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

Portions of RGB colors in percentages

R + G + B = 183 + 168 + 171 = 522 (100%)
R 183 of 522 ~ 35.06%
G 168 of 522 ~ 32.18%
B 171 of 522 ~ 32.76'%

%35.06
%32.18
%32.76

CMYK color model

#B7A8AB color CMYK value is (0,8,7,28).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 6.56%
  • key color value is 28.24%

CMYK: (0,8,7,28)
C0M8Y7K28 (0%, 8%, 7%, 28%)
(0.00 / 0.08 / 0.07 / 0.28)

CMYK percentages

%0
%8.2
%6.56
%28.24

Codes

Color #B7A8AB in popluar color models

B7 A8 AB
RGB 183 168 171
HSL 348° 9.43% 68.82%
HSB/HSV 348° 8.20% 71.76%
CMYK 0.00% 8.20% 6.56%
28.24%

Color #B7A8AB in popluar number systems.

HEX B7 A8 AB
Decimal 183 168 171
Binary 10110111 10101000 10101011
Octal 267 250 253

Shades and tints

Shades of #B7A8AB

#B7A8AB
(183,168,171)
#A7999C
(167,153,156)
#978A8D
(151,138,141)
#877B7E
(135,123,126)
#776C6F
(119,108,111)
#675D60
(103,93,96)
#574E51
(87,78,81)
#473F42
(71,63,66)
#373033
(55,48,51)
#272124
(39,33,36)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #B7A8AB

#B7A8AB
(183,168,171)
#BDAFB2
(189,175,178)
#C3B6B9
(195,182,185)
#C9BDC0
(201,189,192)
#CFC4C7
(207,196,199)
#D5CBCE
(213,203,206)
#DBD2D5
(219,210,213)
#E1D9DC
(225,217,220)
#E7E0E3
(231,224,227)
#EDE7EA
(237,231,234)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A8AB color. Also use rgb(183,168,171) instead hex code.

Text Font Color

.myTextColor { color: #B7A8AB; }

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

This text font color is #B7A8AB.

Background Color

.myBgColor { background-color: #B7A8AB; }

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

This div background color is #B7A8AB.

Border color

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

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

This div border color is #B7A8AB.

Opacity

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

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

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

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

This text has shadow with #B7A8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A8AB.

Preview

Color preview on black background

This text has color #B7A8AB on black background.


Color preview on white background

This text has color #B7A8AB on white background.


Black color preview on #B7A8AB background

This text has black color on #B7A8AB background.


White color preview on #B7A8AB background

This text has white color on #B7A8AB background.


Related colors

Complementary color

Complementary color for #hex is #485754.


I love getcolorcode.com

Triadic colors

1 #ABB7A8 and #A8ABB7 with #B7A8AB are triadic colors.

2 #ABA8B7 and #A8B7AB with #B7A8AB are triadic colors.