COLOR #B4B3AF

HEX: #B4B3AF RGB: (180,179,175)

Color info

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

RGB color model

#B4B3AF color RGB value is (180,179,175).

RGB: (180,179,175) (71%, 70%, 69%)

RGB channels and saturation

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

180
179
175

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

Portions of RGB colors in percentages

R + G + B = 180 + 179 + 175 = 534 (100%)
R 180 of 534 ~ 33.71%
G 179 of 534 ~ 33.52%
B 175 of 534 ~ 32.77'%

%33.71
%33.52
%32.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 2.78%
  • key color value is 29.41%

CMYK: (0,1,3,29)
C0M1Y3K29 (0%, 1%, 3%, 29%)
(0.00 / 0.01 / 0.03 / 0.29)

CMYK percentages

%0
%0.56
%2.78
%29.41

Codes

Color #B4B3AF in popluar color models

B4 B3 AF
RGB 180 179 175
HSL 48° 3.23% 69.61%
HSB/HSV 48° 2.78% 70.59%
CMYK 0.00% 0.56% 2.78%
29.41%

Color #B4B3AF in popluar number systems.

HEX B4 B3 AF
Decimal 180 179 175
Binary 10110100 10110011 10101111
Octal 264 263 257

Shades and tints

Shades of #B4B3AF

#B4B3AF
(180,179,175)
#A4A3A0
(164,163,160)
#949391
(148,147,145)
#848382
(132,131,130)
#747373
(116,115,115)
#646364
(100,99,100)
#545355
(84,83,85)
#444346
(68,67,70)
#343337
(52,51,55)
#242328
(36,35,40)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #B4B3AF

#B4B3AF
(180,179,175)
#BAB9B6
(186,185,182)
#C0BFBD
(192,191,189)
#C6C5C4
(198,197,196)
#CCCBCB
(204,203,203)
#D2D1D2
(210,209,210)
#D8D7D9
(216,215,217)
#DEDDE0
(222,221,224)
#E4E3E7
(228,227,231)
#EAE9EE
(234,233,238)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B3AF; }

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

This text font color is #B4B3AF.

Background Color

.myBgColor { background-color: #B4B3AF; }

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

This div background color is #B4B3AF.

Border color

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

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

This div border color is #B4B3AF.

Opacity

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

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

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

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

This text has shadow with #B4B3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B3AF.

Preview

Color preview on black background

This text has color #B4B3AF on black background.


Color preview on white background

This text has color #B4B3AF on white background.


Black color preview on #B4B3AF background

This text has black color on #B4B3AF background.


White color preview on #B4B3AF background

This text has white color on #B4B3AF background.


Related colors

Complementary color

Complementary color for #hex is #4B4C50.


I love getcolorcode.com

Triadic colors

1 #AFB4B3 and #B3AFB4 with #B4B3AF are triadic colors.

2 #AFB3B4 and #B3B4AF with #B4B3AF are triadic colors.