COLOR #B2BCB7

HEX: #B2BCB7 RGB: (178,188,183)

Color info

#B2BCB7 contains red, green and blue colors in about the same proportion. Web safe color of #B2BCB7 is #99CCCC (or #9CC).

RGB color model

#B2BCB7 color RGB value is (178,188,183).

RGB: (178,188,183) (70%, 74%, 72%)

RGB channels and saturation

R 178 of 255 = 70%
G 188 of 255 = 74%
B 183 of 255 = 72%

178
188
183

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

Portions of RGB colors in percentages

R + G + B = 178 + 188 + 183 = 549 (100%)
R 178 of 549 ~ 32.42%
G 188 of 549 ~ 34.24%
B 183 of 549 ~ 33.33'%

%32.42
%34.24
%33.33

CMYK color model

#B2BCB7 color CMYK value is (5,0,3,26).

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

CMYK: (5,0,3,26)
C5M0Y3K26 (5%, 0%, 3%, 26%)
(0.05 / 0.00 / 0.03 / 0.26)

CMYK percentages

%5.32
%0
%2.66
%26.27

Codes

Color #B2BCB7 in popluar color models

B2 BC B7
RGB 178 188 183
HSL 150° 6.94% 71.76%
HSB/HSV 150° 5.32% 73.73%
CMYK 5.32% 0.00% 2.66%
26.27%

Color #B2BCB7 in popluar number systems.

HEX B2 BC B7
Decimal 178 188 183
Binary 10110010 10111100 10110111
Octal 262 274 267

Shades and tints

Shades of #B2BCB7

#B2BCB7
(178,188,183)
#A2ABA7
(162,171,167)
#929A97
(146,154,151)
#828987
(130,137,135)
#727877
(114,120,119)
#626767
(98,103,103)
#525657
(82,86,87)
#424547
(66,69,71)
#323437
(50,52,55)
#222327
(34,35,39)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #B2BCB7

#B2BCB7
(178,188,183)
#B9C2BD
(185,194,189)
#C0C8C3
(192,200,195)
#C7CEC9
(199,206,201)
#CED4CF
(206,212,207)
#D5DAD5
(213,218,213)
#DCE0DB
(220,224,219)
#E3E6E1
(227,230,225)
#EAECE7
(234,236,231)
#F1F2ED
(241,242,237)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BCB7; }

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

This text font color is #B2BCB7.

Background Color

.myBgColor { background-color: #B2BCB7; }

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

This div background color is #B2BCB7.

Border color

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

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

This div border color is #B2BCB7.

Opacity

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

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

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

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

This text has shadow with #B2BCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BCB7.

Preview

Color preview on black background

This text has color #B2BCB7 on black background.


Color preview on white background

This text has color #B2BCB7 on white background.


Black color preview on #B2BCB7 background

This text has black color on #B2BCB7 background.


White color preview on #B2BCB7 background

This text has white color on #B2BCB7 background.


Related colors

Complementary color

Complementary color for #hex is #4D4348.


I love getcolorcode.com

Triadic colors

1 #B7B2BC and #BCB7B2 with #B2BCB7 are triadic colors.

2 #B7BCB2 and #BCB2B7 with #B2BCB7 are triadic colors.