COLOR #BDB7B5

HEX: #BDB7B5
RGB: (189,183,181)

Color info

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

RGB color model

#BDB7B5 color RGB value is (189,183,181).

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

RGB channels and saturation

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

189
183
181

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

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 181 = 553 (100%)
R 189 of 553 ~ 34.18%
G 183 of 553 ~ 33.09%
B 181 of 553 ~ 32.73%

%34.18
%33.09
%32.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 4.23%
  • 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
%4.23
%25.88

Codes

Color #BDB7B5 in popluar color models

BDB7B5
RGB189183181
HSL15°5.71%72.55%
HSB/HSV15°4.23%74.12%
CMYK0.00%3.17%4.23%
25.88%

Color #BDB7B5 in popluar number systems.

HEXBDB7B5
Decimal189183181
Binary101111011011011110110101
Octal275267265

Shades and tints

Shades of #BDB7B5

#BDB7B5
(189,183,181)
#ACA7A5
(172,167,165)
#9B9795
(155,151,149)
#8A8785
(138,135,133)
#797775
(121,119,117)
#686765
(104,103,101)
#575755
(87,87,85)
#464745
(70,71,69)
#353735
(53,55,53)
#242725
(36,39,37)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #BDB7B5

#BDB7B5
(189,183,181)
#C3BDBB
(195,189,187)
#C9C3C1
(201,195,193)
#CFC9C7
(207,201,199)
#D5CFCD
(213,207,205)
#DBD5D3
(219,213,211)
#E1DBD9
(225,219,217)
#E7E1DF
(231,225,223)
#EDE7E5
(237,231,229)
#F3EDEB
(243,237,235)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7B5; }

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

This text font color is #BDB7B5.


Background Color

.myBgColor { background-color: #BDB7B5; }

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

This div background color is #BDB7B5.


Border color

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

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

This div border color is #BDB7B5.


Opacity

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

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

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

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

This text has shadow with #BDB7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB7B5 on black background.


Color preview on white background

This text has color #BDB7B5 on white background.



Black color preview on #BDB7B5 background

This text has black color on #BDB7B5 background.


White color preview on #BDB7B5 background

This text has white color on #BDB7B5 background.