COLOR #BDB7B6

HEX: #BDB7B6
RGB: (189,183,182)

Color info

#BDB7B6 contains red, green and blue colors in about the same proportion. Web safe color of #BDB7B6 is #CCCCCC (or #CCC).

RGB color model

#BDB7B6 color RGB value is (189,183,182).

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

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 182 of 255 = 71%

189
183
182

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

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 182 = 554 (100%)
R 189 of 554 ~ 34.12%
G 183 of 554 ~ 33.03%
B 182 of 554 ~ 32.85%

%34.12
%33.03
%32.85

CMYK color model

#BDB7B6 color CMYK value is (0,3,4,26).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 3.70%
  • key color value is 25.88%
CMYK:
(0,3,4,26)
C0M3Y4K26 
(0%,3%,4%,26%)
(0.00/0.03/0.04/0.26)	

CMYK percentages

%0
%3.17
%3.7
%25.88

Codes

Color #BDB7B6 in popluar color models

BDB7B6
RGB189183182
HSL5.04%72.75%
HSB/HSV3.70%74.12%
CMYK0.00%3.17%3.70%
25.88%

Color #BDB7B6 in popluar number systems.

HEXBDB7B6
Decimal189183182
Binary101111011011011110110110
Octal275267266

Shades and tints

Shades of #BDB7B6

#BDB7B6
(189,183,182)
#ACA7A6
(172,167,166)
#9B9796
(155,151,150)
#8A8786
(138,135,134)
#797776
(121,119,118)
#686766
(104,103,102)
#575756
(87,87,86)
#464746
(70,71,70)
#353736
(53,55,54)
#242726
(36,39,38)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #BDB7B6

#BDB7B6
(189,183,182)
#C3BDBC
(195,189,188)
#C9C3C2
(201,195,194)
#CFC9C8
(207,201,200)
#D5CFCE
(213,207,206)
#DBD5D4
(219,213,212)
#E1DBDA
(225,219,218)
#E7E1E0
(231,225,224)
#EDE7E6
(237,231,230)
#F3EDEC
(243,237,236)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7B6; }

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

This text font color is #BDB7B6.


Background Color

.myBgColor { background-color: #BDB7B6; }

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

This div background color is #BDB7B6.


Border color

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

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

This div border color is #BDB7B6.


Opacity

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

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

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

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

This text has shadow with #BDB7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB7B6 on black background.


Color preview on white background

This text has color #BDB7B6 on white background.



Black color preview on #BDB7B6 background

This text has black color on #BDB7B6 background.


White color preview on #BDB7B6 background

This text has white color on #BDB7B6 background.