COLOR #BDBDAB

HEX: #BDBDAB
RGB: (189,189,171)

Color info

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

RGB color model

#BDBDAB color RGB value is (189,189,171).

  • red value is 189;
  • green value is 189;
  • blue value is 171.
RGB:
(189,189,171)
(74%,74%,67%)

RGB channels and saturation

R 189 of 255 = 74%
G 189 of 255 = 74%
B 171 of 255 = 67%

189
189
171

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

Portions of RGB colors in percentages

R + G + B =
189 + 189 + 171 = 549 (100%)
R 189 of 549 ~ 34.43%
G 189 of 549 ~ 34.43%
B 171 of 549 ~ 31.15%

%34.43
%34.43
%31.15

CMYK color model

#BDBDAB color CMYK value is (0,0,10,26).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 25.88%
CMYK:
(0,0,10,26)
C0M0Y10K26 
(0%,0%,10%,26%)
(0.00/0.00/0.10/0.26)	

CMYK percentages

%0
%0
%9.52
%25.88

Codes

Color #BDBDAB in popluar color models

BDBDAB
RGB189189171
HSL60°12.00%70.59%
HSB/HSV60°9.52%74.12%
CMYK0.00%0.00%9.52%
25.88%

Color #BDBDAB in popluar number systems.

HEXBDBDAB
Decimal189189171
Binary101111011011110110101011
Octal275275253

Shades and tints

Shades of #BDBDAB

#BDBDAB
(189,189,171)
#ACAC9C
(172,172,156)
#9B9B8D
(155,155,141)
#8A8A7E
(138,138,126)
#79796F
(121,121,111)
#686860
(104,104,96)
#575751
(87,87,81)
#464642
(70,70,66)
#353533
(53,53,51)
#242424
(36,36,36)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #BDBDAB

#BDBDAB
(189,189,171)
#C3C3B2
(195,195,178)
#C9C9B9
(201,201,185)
#CFCFC0
(207,207,192)
#D5D5C7
(213,213,199)
#DBDBCE
(219,219,206)
#E1E1D5
(225,225,213)
#E7E7DC
(231,231,220)
#EDEDE3
(237,237,227)
#F3F3EA
(243,243,234)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBDAB; }

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

This text font color is #BDBDAB.


Background Color

.myBgColor { background-color: #BDBDAB; }

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

This div background color is #BDBDAB.


Border color

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

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

This div border color is #BDBDAB.


Opacity

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

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

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

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

This text has shadow with #BDBDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBDAB on black background.


Color preview on white background

This text has color #BDBDAB on white background.



Black color preview on #BDBDAB background

This text has black color on #BDBDAB background.


White color preview on #BDBDAB background

This text has white color on #BDBDAB background.