COLOR #B3BDB6

HEX: #B3BDB6
RGB: (179,189,182)

Color info

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

RGB color model

#B3BDB6 color RGB value is (179,189,182).

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

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 182 of 255 = 71%

179
189
182

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

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 182 = 550 (100%)
R 179 of 550 ~ 32.55%
G 189 of 550 ~ 34.36%
B 182 of 550 ~ 33.09%

%32.55
%34.36
%33.09

CMYK color model

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

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 25.88%
CMYK:
(5,0,4,26)
C5M0Y4K26 
(5%,0%,4%,26%)
(0.05/0.00/0.04/0.26)	

CMYK percentages

%5.29
%0
%3.7
%25.88

Codes

Color #B3BDB6 in popluar color models

B3BDB6
RGB179189182
HSL138°7.04%72.16%
HSB/HSV138°5.29%74.12%
CMYK5.29%0.00%3.70%
25.88%

Color #B3BDB6 in popluar number systems.

HEXB3BDB6
Decimal179189182
Binary101100111011110110110110
Octal263275266

Shades and tints

Shades of #B3BDB6

#B3BDB6
(179,189,182)
#A3ACA6
(163,172,166)
#939B96
(147,155,150)
#838A86
(131,138,134)
#737976
(115,121,118)
#636866
(99,104,102)
#535756
(83,87,86)
#434646
(67,70,70)
#333536
(51,53,54)
#232426
(35,36,38)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #B3BDB6

#B3BDB6
(179,189,182)
#B9C3BC
(185,195,188)
#BFC9C2
(191,201,194)
#C5CFC8
(197,207,200)
#CBD5CE
(203,213,206)
#D1DBD4
(209,219,212)
#D7E1DA
(215,225,218)
#DDE7E0
(221,231,224)
#E3EDE6
(227,237,230)
#E9F3EC
(233,243,236)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BDB6; }

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

This text font color is #B3BDB6.


Background Color

.myBgColor { background-color: #B3BDB6; }

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

This div background color is #B3BDB6.


Border color

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

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

This div border color is #B3BDB6.


Opacity

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

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

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

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

This text has shadow with #B3BDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BDB6 on black background.


Color preview on white background

This text has color #B3BDB6 on white background.



Black color preview on #B3BDB6 background

This text has black color on #B3BDB6 background.


White color preview on #B3BDB6 background

This text has white color on #B3BDB6 background.