COLOR #B3BDBA

HEX: #B3BDBA
RGB: (179,189,186)

Color info

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

RGB color model

#B3BDBA color RGB value is (179,189,186).

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

RGB channels and saturation

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

179
189
186

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

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 186 = 554 (100%)
R 179 of 554 ~ 32.31%
G 189 of 554 ~ 34.12%
B 186 of 554 ~ 33.57%

%32.31
%34.12
%33.57

CMYK color model

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

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 25.88%
CMYK:
(5,0,2,26)
C5M0Y2K26 
(5%,0%,2%,26%)
(0.05/0.00/0.02/0.26)	

CMYK percentages

%5.29
%0
%1.59
%25.88

Codes

Color #B3BDBA in popluar color models

B3BDBA
RGB179189186
HSL162°7.04%72.16%
HSB/HSV162°5.29%74.12%
CMYK5.29%0.00%1.59%
25.88%

Color #B3BDBA in popluar number systems.

HEXB3BDBA
Decimal179189186
Binary101100111011110110111010
Octal263275272

Shades and tints

Shades of #B3BDBA

#B3BDBA
(179,189,186)
#A3ACAA
(163,172,170)
#939B9A
(147,155,154)
#838A8A
(131,138,138)
#73797A
(115,121,122)
#63686A
(99,104,106)
#53575A
(83,87,90)
#43464A
(67,70,74)
#33353A
(51,53,58)
#23242A
(35,36,42)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #B3BDBA

#B3BDBA
(179,189,186)
#B9C3C0
(185,195,192)
#BFC9C6
(191,201,198)
#C5CFCC
(197,207,204)
#CBD5D2
(203,213,210)
#D1DBD8
(209,219,216)
#D7E1DE
(215,225,222)
#DDE7E4
(221,231,228)
#E3EDEA
(227,237,234)
#E9F3F0
(233,243,240)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BDBA; }

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

This text font color is #B3BDBA.


Background Color

.myBgColor { background-color: #B3BDBA; }

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

This div background color is #B3BDBA.


Border color

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

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

This div border color is #B3BDBA.


Opacity

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

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

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

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

This text has shadow with #B3BDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BDBA on black background.


Color preview on white background

This text has color #B3BDBA on white background.



Black color preview on #B3BDBA background

This text has black color on #B3BDBA background.


White color preview on #B3BDBA background

This text has white color on #B3BDBA background.