COLOR #BDB6B1

HEX: #BDB6B1 RGB: (189,182,177)

Color info

#BDB6B1 contains red, green and blue colors in about the same proportion. Web safe color of #BDB6B1 is #CCCC99 (or #CC9).

RGB color model

#BDB6B1 color RGB value is (189,182,177).

RGB: (189,182,177) (74%, 71%, 69%)

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 177 of 255 = 69%

189
182
177

R + G + B ~ 71%. #BDB6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 182 + 177 = 548 (100%)
R 189 of 548 ~ 34.49%
G 182 of 548 ~ 33.21%
B 177 of 548 ~ 32.3'%

%34.49
%33.21
%32.3

CMYK color model

#BDB6B1 color CMYK value is (0,4,6,26).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 6.35%
  • key color value is 25.88%

CMYK: (0,4,6,26)
C0M4Y6K26 (0%, 4%, 6%, 26%)
(0.00 / 0.04 / 0.06 / 0.26)

CMYK percentages

%0
%3.7
%6.35
%25.88

Codes

Color #BDB6B1 in popluar color models

BD B6 B1
RGB 189 182 177
HSL 25° 8.33% 71.76%
HSB/HSV 25° 6.35% 74.12%
CMYK 0.00% 3.70% 6.35%
25.88%

Color #BDB6B1 in popluar number systems.

HEX BD B6 B1
Decimal 189 182 177
Binary 10111101 10110110 10110001
Octal 275 266 261

Shades and tints

Shades of #BDB6B1

#BDB6B1
(189,182,177)
#ACA6A1
(172,166,161)
#9B9691
(155,150,145)
#8A8681
(138,134,129)
#797671
(121,118,113)
#686661
(104,102,97)
#575651
(87,86,81)
#464641
(70,70,65)
#353631
(53,54,49)
#242621
(36,38,33)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #BDB6B1

#BDB6B1
(189,182,177)
#C3BCB8
(195,188,184)
#C9C2BF
(201,194,191)
#CFC8C6
(207,200,198)
#D5CECD
(213,206,205)
#DBD4D4
(219,212,212)
#E1DADB
(225,218,219)
#E7E0E2
(231,224,226)
#EDE6E9
(237,230,233)
#F3ECF0
(243,236,240)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6B1; }

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

This text font color is #BDB6B1.

Background Color

.myBgColor { background-color: #BDB6B1; }

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

This div background color is #BDB6B1.

Border color

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

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

This div border color is #BDB6B1.

Opacity

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

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

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

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

This text has shadow with #BDB6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB6B1.

Preview

Color preview on black background

This text has color #BDB6B1 on black background.


Color preview on white background

This text has color #BDB6B1 on white background.


Black color preview on #BDB6B1 background

This text has black color on #BDB6B1 background.


White color preview on #BDB6B1 background

This text has white color on #BDB6B1 background.


Related colors

Complementary color

Complementary color for #hex is #42494E.


I love getcolorcode.com

Triadic colors

1 #B1BDB6 and #B6B1BD with #BDB6B1 are triadic colors.

2 #B1B6BD and #B6BDB1 with #BDB6B1 are triadic colors.