COLOR #B4B4AF

HEX: #B4B4AF
RGB: (180,180,175)

Color info

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

RGB color model

#B4B4AF color RGB value is (180,180,175).

  • red value is 180;
  • green value is 180;
  • blue value is 175.
RGB:
(180,180,175)
(71%,71%,69%)

RGB channels and saturation

R 180 of 255 = 71%
G 180 of 255 = 71%
B 175 of 255 = 69%

180
180
175

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

Portions of RGB colors in percentages

R + G + B =
180 + 180 + 175 = 535 (100%)
R 180 of 535 ~ 33.64%
G 180 of 535 ~ 33.64%
B 175 of 535 ~ 32.71%

%33.64
%33.64
%32.71

CMYK color model

#B4B4AF color CMYK value is (0,0,3,29).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 29.41%
CMYK:
(0,0,3,29)
C0M0Y3K29 
(0%,0%,3%,29%)
(0.00/0.00/0.03/0.29)	

CMYK percentages

%0
%0
%2.78
%29.41

Codes

Color #B4B4AF in popluar color models

B4B4AF
RGB180180175
HSL60°3.23%69.61%
HSB/HSV60°2.78%70.59%
CMYK0.00%0.00%2.78%
29.41%

Color #B4B4AF in popluar number systems.

HEXB4B4AF
Decimal180180175
Binary101101001011010010101111
Octal264264257

Shades and tints

Shades of #B4B4AF

#B4B4AF
(180,180,175)
#A4A4A0
(164,164,160)
#949491
(148,148,145)
#848482
(132,132,130)
#747473
(116,116,115)
#646464
(100,100,100)
#545455
(84,84,85)
#444446
(68,68,70)
#343437
(52,52,55)
#242428
(36,36,40)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #B4B4AF

#B4B4AF
(180,180,175)
#BABAB6
(186,186,182)
#C0C0BD
(192,192,189)
#C6C6C4
(198,198,196)
#CCCCCB
(204,204,203)
#D2D2D2
(210,210,210)
#D8D8D9
(216,216,217)
#DEDEE0
(222,222,224)
#E4E4E7
(228,228,231)
#EAEAEE
(234,234,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B4AF; }

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

This text font color is #B4B4AF.


Background Color

.myBgColor { background-color: #B4B4AF; }

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

This div background color is #B4B4AF.


Border color

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

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

This div border color is #B4B4AF.


Opacity

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

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

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

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

This text has shadow with #B4B4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B4AF on black background.


Color preview on white background

This text has color #B4B4AF on white background.



Black color preview on #B4B4AF background

This text has black color on #B4B4AF background.


White color preview on #B4B4AF background

This text has white color on #B4B4AF background.