COLOR #BDB7B0

HEX: #BDB7B0 RGB: (189,183,176)

Color info

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

RGB color model

#BDB7B0 color RGB value is (189,183,176).

RGB: (189,183,176) (74%, 72%, 69%)

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 176 of 255 = 69%

189
183
176

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

Portions of RGB colors in percentages

R + G + B = 189 + 183 + 176 = 548 (100%)
R 189 of 548 ~ 34.49%
G 183 of 548 ~ 33.39%
B 176 of 548 ~ 32.12'%

%34.49
%33.39
%32.12

CMYK color model

#BDB7B0 color CMYK value is (0,3,7,26).

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

CMYK: (0,3,7,26)
C0M3Y7K26 (0%, 3%, 7%, 26%)
(0.00 / 0.03 / 0.07 / 0.26)

CMYK percentages

%0
%3.17
%6.88
%25.88

Codes

Color #BDB7B0 in popluar color models

BD B7 B0
RGB 189 183 176
HSL 32° 8.97% 71.57%
HSB/HSV 32° 6.88% 74.12%
CMYK 0.00% 3.17% 6.88%
25.88%

Color #BDB7B0 in popluar number systems.

HEX BD B7 B0
Decimal 189 183 176
Binary 10111101 10110111 10110000
Octal 275 267 260

Shades and tints

Shades of #BDB7B0

#BDB7B0
(189,183,176)
#ACA7A0
(172,167,160)
#9B9790
(155,151,144)
#8A8780
(138,135,128)
#797770
(121,119,112)
#686760
(104,103,96)
#575750
(87,87,80)
#464740
(70,71,64)
#353730
(53,55,48)
#242720
(36,39,32)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #BDB7B0

#BDB7B0
(189,183,176)
#C3BDB7
(195,189,183)
#C9C3BE
(201,195,190)
#CFC9C5
(207,201,197)
#D5CFCC
(213,207,204)
#DBD5D3
(219,213,211)
#E1DBDA
(225,219,218)
#E7E1E1
(231,225,225)
#EDE7E8
(237,231,232)
#F3EDEF
(243,237,239)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7B0; }

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

This text font color is #BDB7B0.

Background Color

.myBgColor { background-color: #BDB7B0; }

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

This div background color is #BDB7B0.

Border color

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

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

This div border color is #BDB7B0.

Opacity

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

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

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

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

This text has shadow with #BDB7B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB7B0.

Preview

Color preview on black background

This text has color #BDB7B0 on black background.


Color preview on white background

This text has color #BDB7B0 on white background.


Black color preview on #BDB7B0 background

This text has black color on #BDB7B0 background.


White color preview on #BDB7B0 background

This text has white color on #BDB7B0 background.


Related colors

Complementary color

Complementary color for #hex is #42484F.


I love getcolorcode.com

Triadic colors

1 #B0BDB7 and #B7B0BD with #BDB7B0 are triadic colors.

2 #B0B7BD and #B7BDB0 with #BDB7B0 are triadic colors.