COLOR #BDBDB9

HEX: #BDBDB9 RGB: (189,189,185)

Color info

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

RGB color model

#BDBDB9 color RGB value is (189,189,185).

RGB: (189,189,185) (74%, 74%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 189 of 255 = 74%
B 185 of 255 = 73%

189
189
185

R + G + B ~ 74%. #BDBDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 189 + 185 = 563 (100%)
R 189 of 563 ~ 33.57%
G 189 of 563 ~ 33.57%
B 185 of 563 ~ 32.86'%

%33.57
%33.57
%32.86

CMYK color model

#BDBDB9 color CMYK value is (0,0,2,26).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.12%
  • key color value is 25.88%

CMYK: (0,0,2,26)
C0M0Y2K26 (0%, 0%, 2%, 26%)
(0.00 / 0.00 / 0.02 / 0.26)

CMYK percentages

%0
%0
%2.12
%25.88

Codes

Color #BDBDB9 in popluar color models

BD BD B9
RGB 189 189 185
HSL 60° 2.94% 73.33%
HSB/HSV 60° 2.12% 74.12%
CMYK 0.00% 0.00% 2.12%
25.88%

Color #BDBDB9 in popluar number systems.

HEX BD BD B9
Decimal 189 189 185
Binary 10111101 10111101 10111001
Octal 275 275 271

Shades and tints

Shades of #BDBDB9

#BDBDB9
(189,189,185)
#ACACA9
(172,172,169)
#9B9B99
(155,155,153)
#8A8A89
(138,138,137)
#797979
(121,121,121)
#686869
(104,104,105)
#575759
(87,87,89)
#464649
(70,70,73)
#353539
(53,53,57)
#242429
(36,36,41)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #BDBDB9

#BDBDB9
(189,189,185)
#C3C3BF
(195,195,191)
#C9C9C5
(201,201,197)
#CFCFCB
(207,207,203)
#D5D5D1
(213,213,209)
#DBDBD7
(219,219,215)
#E1E1DD
(225,225,221)
#E7E7E3
(231,231,227)
#EDEDE9
(237,237,233)
#F3F3EF
(243,243,239)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBDB9; }

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

This text font color is #BDBDB9.

Background Color

.myBgColor { background-color: #BDBDB9; }

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

This div background color is #BDBDB9.

Border color

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

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

This div border color is #BDBDB9.

Opacity

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

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

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

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

This text has shadow with #BDBDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBDB9.

Preview

Color preview on black background

This text has color #BDBDB9 on black background.


Color preview on white background

This text has color #BDBDB9 on white background.


Black color preview on #BDBDB9 background

This text has black color on #BDBDB9 background.


White color preview on #BDBDB9 background

This text has white color on #BDBDB9 background.


Related colors

Complementary color

Complementary color for #hex is #424246.


I love getcolorcode.com