COLOR #B3BCBC

HEX: #B3BCBC RGB: (179,188,188)

Color info

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

RGB color model

#B3BCBC color RGB value is (179,188,188).

RGB: (179,188,188) (70%, 74%, 74%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 188 of 255 = 74%

179
188
188

R + G + B ~ 73%. #B3BCBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 188 + 188 = 555 (100%)
R 179 of 555 ~ 32.25%
G 188 of 555 ~ 33.87%
B 188 of 555 ~ 33.87'%

%32.25
%33.87
%33.87

CMYK color model

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

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (5,0,0,26)
C5M0Y0K26 (5%, 0%, 0%, 26%)
(0.05 / 0.00 / 0.00 / 0.26)

CMYK percentages

%4.79
%0
%0
%26.27

Codes

Color #B3BCBC in popluar color models

B3 BC BC
RGB 179 188 188
HSL 180° 6.29% 71.96%
HSB/HSV 180° 4.79% 73.73%
CMYK 4.79% 0.00% 0.00%
26.27%

Color #B3BCBC in popluar number systems.

HEX B3 BC BC
Decimal 179 188 188
Binary 10110011 10111100 10111100
Octal 263 274 274

Shades and tints

Shades of #B3BCBC

#B3BCBC
(179,188,188)
#A3ABAB
(163,171,171)
#939A9A
(147,154,154)
#838989
(131,137,137)
#737878
(115,120,120)
#636767
(99,103,103)
#535656
(83,86,86)
#434545
(67,69,69)
#333434
(51,52,52)
#232323
(35,35,35)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #B3BCBC

#B3BCBC
(179,188,188)
#B9C2C2
(185,194,194)
#BFC8C8
(191,200,200)
#C5CECE
(197,206,206)
#CBD4D4
(203,212,212)
#D1DADA
(209,218,218)
#D7E0E0
(215,224,224)
#DDE6E6
(221,230,230)
#E3ECEC
(227,236,236)
#E9F2F2
(233,242,242)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BCBC; }

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

This text font color is #B3BCBC.

Background Color

.myBgColor { background-color: #B3BCBC; }

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

This div background color is #B3BCBC.

Border color

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

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

This div border color is #B3BCBC.

Opacity

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

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

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

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

This text has shadow with #B3BCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BCBC.

Preview

Color preview on black background

This text has color #B3BCBC on black background.


Color preview on white background

This text has color #B3BCBC on white background.


Black color preview on #B3BCBC background

This text has black color on #B3BCBC background.


White color preview on #B3BCBC background

This text has white color on #B3BCBC background.


Related colors

Complementary color

Complementary color for #hex is #4C4343.


I love getcolorcode.com