COLOR #B4BCB7

HEX: #B4BCB7 RGB: (180,188,183)

Color info

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

RGB color model

#B4BCB7 color RGB value is (180,188,183).

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

RGB channels and saturation

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

180
188
183

R + G + B ~ 72%. #B4BCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 188 + 183 = 551 (100%)
R 180 of 551 ~ 32.67%
G 188 of 551 ~ 34.12%
B 183 of 551 ~ 33.21'%

%32.67
%34.12
%33.21

CMYK color model

#B4BCB7 color CMYK value is (4,0,3,26).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 2.66%
  • key color value is 26.27%

CMYK: (4,0,3,26)
C4M0Y3K26 (4%, 0%, 3%, 26%)
(0.04 / 0.00 / 0.03 / 0.26)

CMYK percentages

%4.26
%0
%2.66
%26.27

Codes

Color #B4BCB7 in popluar color models

B4 BC B7
RGB 180 188 183
HSL 143° 5.63% 72.16%
HSB/HSV 143° 4.26% 73.73%
CMYK 4.26% 0.00% 2.66%
26.27%

Color #B4BCB7 in popluar number systems.

HEX B4 BC B7
Decimal 180 188 183
Binary 10110100 10111100 10110111
Octal 264 274 267

Shades and tints

Shades of #B4BCB7

#B4BCB7
(180,188,183)
#A4ABA7
(164,171,167)
#949A97
(148,154,151)
#848987
(132,137,135)
#747877
(116,120,119)
#646767
(100,103,103)
#545657
(84,86,87)
#444547
(68,69,71)
#343437
(52,52,55)
#242327
(36,35,39)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #B4BCB7

#B4BCB7
(180,188,183)
#BAC2BD
(186,194,189)
#C0C8C3
(192,200,195)
#C6CEC9
(198,206,201)
#CCD4CF
(204,212,207)
#D2DAD5
(210,218,213)
#D8E0DB
(216,224,219)
#DEE6E1
(222,230,225)
#E4ECE7
(228,236,231)
#EAF2ED
(234,242,237)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BCB7; }

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

This text font color is #B4BCB7.

Background Color

.myBgColor { background-color: #B4BCB7; }

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

This div background color is #B4BCB7.

Border color

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

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

This div border color is #B4BCB7.

Opacity

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

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

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

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

This text has shadow with #B4BCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BCB7.

Preview

Color preview on black background

This text has color #B4BCB7 on black background.


Color preview on white background

This text has color #B4BCB7 on white background.


Black color preview on #B4BCB7 background

This text has black color on #B4BCB7 background.


White color preview on #B4BCB7 background

This text has white color on #B4BCB7 background.


Related colors

Complementary color

Complementary color for #hex is #4B4348.


I love getcolorcode.com

Triadic colors

1 #B7B4BC and #BCB7B4 with #B4BCB7 are triadic colors.

2 #B7BCB4 and #BCB4B7 with #B4BCB7 are triadic colors.