COLOR #B3BDBB

HEX: #B3BDBB
RGB: (179,189,187)

Color info

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

RGB color model

#B3BDBB color RGB value is (179,189,187).

  • red value is 179;
  • green value is 189;
  • blue value is 187.
RGB:
(179,189,187)
(70%,74%,73%)

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 187 of 255 = 73%

179
189
187

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

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 187 = 555 (100%)
R 179 of 555 ~ 32.25%
G 189 of 555 ~ 34.05%
B 187 of 555 ~ 33.69%

%32.25
%34.05
%33.69

CMYK color model

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

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 25.88%
CMYK:
(5,0,1,26)
C5M0Y1K26 
(5%,0%,1%,26%)
(0.05/0.00/0.01/0.26)	

CMYK percentages

%5.29
%0
%1.06
%25.88

Codes

Color #B3BDBB in popluar color models

B3BDBB
RGB179189187
HSL168°7.04%72.16%
HSB/HSV168°5.29%74.12%
CMYK5.29%0.00%1.06%
25.88%

Color #B3BDBB in popluar number systems.

HEXB3BDBB
Decimal179189187
Binary101100111011110110111011
Octal263275273

Shades and tints

Shades of #B3BDBB

#B3BDBB
(179,189,187)
#A3ACAA
(163,172,170)
#939B99
(147,155,153)
#838A88
(131,138,136)
#737977
(115,121,119)
#636866
(99,104,102)
#535755
(83,87,85)
#434644
(67,70,68)
#333533
(51,53,51)
#232422
(35,36,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #B3BDBB

#B3BDBB
(179,189,187)
#B9C3C1
(185,195,193)
#BFC9C7
(191,201,199)
#C5CFCD
(197,207,205)
#CBD5D3
(203,213,211)
#D1DBD9
(209,219,217)
#D7E1DF
(215,225,223)
#DDE7E5
(221,231,229)
#E3EDEB
(227,237,235)
#E9F3F1
(233,243,241)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BDBB; }

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

This text font color is #B3BDBB.


Background Color

.myBgColor { background-color: #B3BDBB; }

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

This div background color is #B3BDBB.


Border color

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

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

This div border color is #B3BDBB.


Opacity

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

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

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

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

This text has shadow with #B3BDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BDBB on black background.


Color preview on white background

This text has color #B3BDBB on white background.



Black color preview on #B3BDBB background

This text has black color on #B3BDBB background.


White color preview on #B3BDBB background

This text has white color on #B3BDBB background.