COLOR #B3BDB7

HEX: #B3BDB7 RGB: (179,189,183)

Color info

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

RGB color model

#B3BDB7 color RGB value is (179,189,183).

RGB: (179,189,183) (70%, 74%, 72%)

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 183 of 255 = 72%

179
189
183

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

Portions of RGB colors in percentages

R + G + B = 179 + 189 + 183 = 551 (100%)
R 179 of 551 ~ 32.49%
G 189 of 551 ~ 34.3%
B 183 of 551 ~ 33.21'%

%32.49
%34.3
%33.21

CMYK color model

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

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 25.88%

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

CMYK percentages

%5.29
%0
%3.17
%25.88

Codes

Color #B3BDB7 in popluar color models

B3 BD B7
RGB 179 189 183
HSL 144° 7.04% 72.16%
HSB/HSV 144° 5.29% 74.12%
CMYK 5.29% 0.00% 3.17%
25.88%

Color #B3BDB7 in popluar number systems.

HEX B3 BD B7
Decimal 179 189 183
Binary 10110011 10111101 10110111
Octal 263 275 267

Shades and tints

Shades of #B3BDB7

#B3BDB7
(179,189,183)
#A3ACA7
(163,172,167)
#939B97
(147,155,151)
#838A87
(131,138,135)
#737977
(115,121,119)
#636867
(99,104,103)
#535757
(83,87,87)
#434647
(67,70,71)
#333537
(51,53,55)
#232427
(35,36,39)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #B3BDB7

#B3BDB7
(179,189,183)
#B9C3BD
(185,195,189)
#BFC9C3
(191,201,195)
#C5CFC9
(197,207,201)
#CBD5CF
(203,213,207)
#D1DBD5
(209,219,213)
#D7E1DB
(215,225,219)
#DDE7E1
(221,231,225)
#E3EDE7
(227,237,231)
#E9F3ED
(233,243,237)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BDB7; }

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

This text font color is #B3BDB7.

Background Color

.myBgColor { background-color: #B3BDB7; }

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

This div background color is #B3BDB7.

Border color

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

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

This div border color is #B3BDB7.

Opacity

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

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

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

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

This text has shadow with #B3BDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BDB7.

Preview

Color preview on black background

This text has color #B3BDB7 on black background.


Color preview on white background

This text has color #B3BDB7 on white background.


Black color preview on #B3BDB7 background

This text has black color on #B3BDB7 background.


White color preview on #B3BDB7 background

This text has white color on #B3BDB7 background.


Related colors

Complementary color

Complementary color for #hex is #4C4248.


I love getcolorcode.com

Triadic colors

1 #B7B3BD and #BDB7B3 with #B3BDB7 are triadic colors.

2 #B7BDB3 and #BDB3B7 with #B3BDB7 are triadic colors.