COLOR #B4B4B7

HEX: #B4B4B7 RGB: (180,180,183)

Color info

#B4B4B7 contains red, green and blue colors in about the same proportion. Web safe color of #B4B4B7 is #CCCCCC (or #CCC).

RGB color model

#B4B4B7 color RGB value is (180,180,183).

RGB: (180,180,183) (71%, 71%, 72%)

RGB channels and saturation

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

180
180
183

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

Portions of RGB colors in percentages

R + G + B = 180 + 180 + 183 = 543 (100%)
R 180 of 543 ~ 33.15%
G 180 of 543 ~ 33.15%
B 183 of 543 ~ 33.7'%

%33.15
%33.15
%33.7

CMYK color model

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

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

CMYK percentages

%1.64
%1.64
%0
%28.24

Codes

Color #B4B4B7 in popluar color models

B4 B4 B7
RGB 180 180 183
HSL 240° 2.04% 71.18%
HSB/HSV 240° 1.64% 71.76%
CMYK 1.64% 1.64% 0.00%
28.24%

Color #B4B4B7 in popluar number systems.

HEX B4 B4 B7
Decimal 180 180 183
Binary 10110100 10110100 10110111
Octal 264 264 267

Shades and tints

Shades of #B4B4B7

#B4B4B7
(180,180,183)
#A4A4A7
(164,164,167)
#949497
(148,148,151)
#848487
(132,132,135)
#747477
(116,116,119)
#646467
(100,100,103)
#545457
(84,84,87)
#444447
(68,68,71)
#343437
(52,52,55)
#242427
(36,36,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B4B4B7

#B4B4B7
(180,180,183)
#BABABD
(186,186,189)
#C0C0C3
(192,192,195)
#C6C6C9
(198,198,201)
#CCCCCF
(204,204,207)
#D2D2D5
(210,210,213)
#D8D8DB
(216,216,219)
#DEDEE1
(222,222,225)
#E4E4E7
(228,228,231)
#EAEAED
(234,234,237)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B4B7; }

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

This text font color is #B4B4B7.

Background Color

.myBgColor { background-color: #B4B4B7; }

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

This div background color is #B4B4B7.

Border color

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

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

This div border color is #B4B4B7.

Opacity

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

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

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

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

This text has shadow with #B4B4B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B4B7.

Preview

Color preview on black background

This text has color #B4B4B7 on black background.


Color preview on white background

This text has color #B4B4B7 on white background.


Black color preview on #B4B4B7 background

This text has black color on #B4B4B7 background.


White color preview on #B4B4B7 background

This text has white color on #B4B4B7 background.


Related colors

Complementary color

Complementary color for #hex is #4B4B48.


I love getcolorcode.com