COLOR #B7B4AB

HEX: #B7B4AB
RGB: (183,180,171)

Color info

#B7B4AB contains red, green and blue colors in about the same proportion. Web safe color of #B7B4AB is #CCCC99 (or #CC9).

RGB color model

#B7B4AB color RGB value is (183,180,171).

  • red value is 183;
  • green value is 180;
  • blue value is 171.
RGB: (183,180,171) (72%,71%,67%)

RGB channels and saturation

R 183 of 255 = 72%
G 180 of 255 = 71%
B 171 of 255 = 67%

183
180
171

R + G + B ~ 70%. #B7B4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 180 + 171 = 534 (100%)
R 183 of 534 ~ 34.27%
G 180 of 534 ~ 33.71%
B 171 of 534 ~ 32.02%

%34.27
%33.71
%32.02

CMYK color model

#B7B4AB color CMYK value is (0,2,7,28).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 6.56%
  • key color value is 28.24%
CMYK: (0,2,7,28) C0M2Y7K28 (0%,2%,7%,28%) (0.00/0.02/0.07/0.28)

CMYK percentages

%0
%1.64
%6.56
%28.24

Codes

Color #B7B4AB in popluar color models

B7B4AB
RGB183180171
HSL45°7.69%69.41%
HSB/HSV45°6.56%71.76%
CMYK0.00%1.64%6.56%
28.24%

Color #B7B4AB in popluar number systems.

HEXB7B4AB
Decimal183180171
Binary101101111011010010101011
Octal267264253

Shades and tints

Shades of #B7B4AB

#B7B4AB
(183,180,171)
#A7A49C
(167,164,156)
#97948D
(151,148,141)
#87847E
(135,132,126)
#77746F
(119,116,111)
#676460
(103,100,96)
#575451
(87,84,81)
#474442
(71,68,66)
#373433
(55,52,51)
#272424
(39,36,36)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #B7B4AB

#B7B4AB
(183,180,171)
#BDBAB2
(189,186,178)
#C3C0B9
(195,192,185)
#C9C6C0
(201,198,192)
#CFCCC7
(207,204,199)
#D5D2CE
(213,210,206)
#DBD8D5
(219,216,213)
#E1DEDC
(225,222,220)
#E7E4E3
(231,228,227)
#EDEAEA
(237,234,234)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B4AB; }

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

This text font color is #B7B4AB.


Background Color

.myBgColor { background-color: #B7B4AB; }

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

This div background color is #B7B4AB.


Border color

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

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

This div border color is #B7B4AB.


Opacity

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

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

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

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

This text has shadow with #B7B4AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B7B4AB on black background.


Color preview on white background

This text has color #B7B4AB on white background.



Black color preview on #B7B4AB background

This text has black color on #B7B4AB background.


White color preview on #B7B4AB background

This text has white color on #B7B4AB background.