COLOR #BDB9A9

HEX: #BDB9A9
RGB: (189,185,169)

Color info

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

RGB color model

#BDB9A9 color RGB value is (189,185,169).

  • red value is 189;
  • green value is 185;
  • blue value is 169.
RGB:
(189,185,169)
(74%,73%,66%)

RGB channels and saturation

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

189
185
169

R + G + B ~ 71%. #BDB9A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 185 + 169 = 543 (100%)
R 189 of 543 ~ 34.81%
G 185 of 543 ~ 34.07%
B 169 of 543 ~ 31.12%

%34.81
%34.07
%31.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.12%
  • yellow value is 10.58%
  • key color value is 25.88%
CMYK:
(0,2,11,26)
C0M2Y11K26 
(0%,2%,11%,26%)
(0.00/0.02/0.11/0.26)	

CMYK percentages

%0
%2.12
%10.58
%25.88

Codes

Color #BDB9A9 in popluar color models

BDB9A9
RGB189185169
HSL48°13.16%70.20%
HSB/HSV48°10.58%74.12%
CMYK0.00%2.12%10.58%
25.88%

Color #BDB9A9 in popluar number systems.

HEXBDB9A9
Decimal189185169
Binary101111011011100110101001
Octal275271251

Shades and tints

Shades of #BDB9A9

#BDB9A9
(189,185,169)
#ACA99A
(172,169,154)
#9B998B
(155,153,139)
#8A897C
(138,137,124)
#79796D
(121,121,109)
#68695E
(104,105,94)
#57594F
(87,89,79)
#464940
(70,73,64)
#353931
(53,57,49)
#242922
(36,41,34)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #BDB9A9

#BDB9A9
(189,185,169)
#C3BFB0
(195,191,176)
#C9C5B7
(201,197,183)
#CFCBBE
(207,203,190)
#D5D1C5
(213,209,197)
#DBD7CC
(219,215,204)
#E1DDD3
(225,221,211)
#E7E3DA
(231,227,218)
#EDE9E1
(237,233,225)
#F3EFE8
(243,239,232)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB9A9; }

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

This text font color is #BDB9A9.


Background Color

.myBgColor { background-color: #BDB9A9; }

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

This div background color is #BDB9A9.


Border color

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

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

This div border color is #BDB9A9.


Opacity

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

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

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

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

This text has shadow with #BDB9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB9A9 on black background.


Color preview on white background

This text has color #BDB9A9 on white background.



Black color preview on #BDB9A9 background

This text has black color on #BDB9A9 background.


White color preview on #BDB9A9 background

This text has white color on #BDB9A9 background.