COLOR #BDB7A6

HEX: #BDB7A6
RGB: (189,183,166)

Color info

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

RGB color model

#BDB7A6 color RGB value is (189,183,166).

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

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 166 of 255 = 65%

189
183
166

R + G + B ~ 70%. #BDB7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 166 = 538 (100%)
R 189 of 538 ~ 35.13%
G 183 of 538 ~ 34.01%
B 166 of 538 ~ 30.86%

%35.13
%34.01
%30.86

CMYK color model

#BDB7A6 color CMYK value is (0,3,12,26).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 12.17%
  • key color value is 25.88%
CMYK:
(0,3,12,26)
C0M3Y12K26 
(0%,3%,12%,26%)
(0.00/0.03/0.12/0.26)	

CMYK percentages

%0
%3.17
%12.17
%25.88

Codes

Color #BDB7A6 in popluar color models

BDB7A6
RGB189183166
HSL44°14.84%69.61%
HSB/HSV44°12.17%74.12%
CMYK0.00%3.17%12.17%
25.88%

Color #BDB7A6 in popluar number systems.

HEXBDB7A6
Decimal189183166
Binary101111011011011110100110
Octal275267246

Shades and tints

Shades of #BDB7A6

#BDB7A6
(189,183,166)
#ACA797
(172,167,151)
#9B9788
(155,151,136)
#8A8779
(138,135,121)
#79776A
(121,119,106)
#68675B
(104,103,91)
#57574C
(87,87,76)
#46473D
(70,71,61)
#35372E
(53,55,46)
#24271F
(36,39,31)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #BDB7A6

#BDB7A6
(189,183,166)
#C3BDAE
(195,189,174)
#C9C3B6
(201,195,182)
#CFC9BE
(207,201,190)
#D5CFC6
(213,207,198)
#DBD5CE
(219,213,206)
#E1DBD6
(225,219,214)
#E7E1DE
(231,225,222)
#EDE7E6
(237,231,230)
#F3EDEE
(243,237,238)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7A6; }

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

This text font color is #BDB7A6.


Background Color

.myBgColor { background-color: #BDB7A6; }

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

This div background color is #BDB7A6.


Border color

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

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

This div border color is #BDB7A6.


Opacity

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

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

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

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

This text has shadow with #BDB7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB7A6 on black background.


Color preview on white background

This text has color #BDB7A6 on white background.



Black color preview on #BDB7A6 background

This text has black color on #BDB7A6 background.


White color preview on #BDB7A6 background

This text has white color on #BDB7A6 background.