COLOR #B4B7B3

HEX: #B4B7B3
RGB: (180,183,179)

Color info

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

RGB color model

#B4B7B3 color RGB value is (180,183,179).

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

RGB channels and saturation

R 180 of 255 = 71%
G 183 of 255 = 72%
B 179 of 255 = 70%

180
183
179

R + G + B ~ 71%. #B4B7B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 183 + 179 = 542 (100%)
R 180 of 542 ~ 33.21%
G 183 of 542 ~ 33.76%
B 179 of 542 ~ 33.03%

%33.21
%33.76
%33.03

CMYK color model

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

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 28.24%
CMYK:
(2,0,2,28)
C2M0Y2K28 
(2%,0%,2%,28%)
(0.02/0.00/0.02/0.28)	

CMYK percentages

%1.64
%0
%2.19
%28.24

Codes

Color #B4B7B3 in popluar color models

B4B7B3
RGB180183179
HSL105°2.70%70.98%
HSB/HSV105°2.19%71.76%
CMYK1.64%0.00%2.19%
28.24%

Color #B4B7B3 in popluar number systems.

HEXB4B7B3
Decimal180183179
Binary101101001011011110110011
Octal264267263

Shades and tints

Shades of #B4B7B3

#B4B7B3
(180,183,179)
#A4A7A3
(164,167,163)
#949793
(148,151,147)
#848783
(132,135,131)
#747773
(116,119,115)
#646763
(100,103,99)
#545753
(84,87,83)
#444743
(68,71,67)
#343733
(52,55,51)
#242723
(36,39,35)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B4B7B3

#B4B7B3
(180,183,179)
#BABDB9
(186,189,185)
#C0C3BF
(192,195,191)
#C6C9C5
(198,201,197)
#CCCFCB
(204,207,203)
#D2D5D1
(210,213,209)
#D8DBD7
(216,219,215)
#DEE1DD
(222,225,221)
#E4E7E3
(228,231,227)
#EAEDE9
(234,237,233)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B7B3; }

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

This text font color is #B4B7B3.


Background Color

.myBgColor { background-color: #B4B7B3; }

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

This div background color is #B4B7B3.


Border color

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

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

This div border color is #B4B7B3.


Opacity

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

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

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

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

This text has shadow with #B4B7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B7B3 on black background.


Color preview on white background

This text has color #B4B7B3 on white background.



Black color preview on #B4B7B3 background

This text has black color on #B4B7B3 background.


White color preview on #B4B7B3 background

This text has white color on #B4B7B3 background.