COLOR #BDB7AD

HEX: #BDB7AD
RGB: (189,183,173)

Color info

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

RGB color model

#BDB7AD color RGB value is (189,183,173).

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

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 173 of 255 = 68%

189
183
173

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

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 173 = 545 (100%)
R 189 of 545 ~ 34.68%
G 183 of 545 ~ 33.58%
B 173 of 545 ~ 31.74%

%34.68
%33.58
%31.74

CMYK color model

#BDB7AD color CMYK value is (0,3,8,26).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 8.47%
  • key color value is 25.88%
CMYK:
(0,3,8,26)
C0M3Y8K26 
(0%,3%,8%,26%)
(0.00/0.03/0.08/0.26)	

CMYK percentages

%0
%3.17
%8.47
%25.88

Codes

Color #BDB7AD in popluar color models

BDB7AD
RGB189183173
HSL38°10.81%70.98%
HSB/HSV38°8.47%74.12%
CMYK0.00%3.17%8.47%
25.88%

Color #BDB7AD in popluar number systems.

HEXBDB7AD
Decimal189183173
Binary101111011011011110101101
Octal275267255

Shades and tints

Shades of #BDB7AD

#BDB7AD
(189,183,173)
#ACA79E
(172,167,158)
#9B978F
(155,151,143)
#8A8780
(138,135,128)
#797771
(121,119,113)
#686762
(104,103,98)
#575753
(87,87,83)
#464744
(70,71,68)
#353735
(53,55,53)
#242726
(36,39,38)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDB7AD

#BDB7AD
(189,183,173)
#C3BDB4
(195,189,180)
#C9C3BB
(201,195,187)
#CFC9C2
(207,201,194)
#D5CFC9
(213,207,201)
#DBD5D0
(219,213,208)
#E1DBD7
(225,219,215)
#E7E1DE
(231,225,222)
#EDE7E5
(237,231,229)
#F3EDEC
(243,237,236)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7AD; }

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

This text font color is #BDB7AD.


Background Color

.myBgColor { background-color: #BDB7AD; }

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

This div background color is #BDB7AD.


Border color

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

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

This div border color is #BDB7AD.


Opacity

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

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

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

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

This text has shadow with #BDB7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB7AD on black background.


Color preview on white background

This text has color #BDB7AD on white background.



Black color preview on #BDB7AD background

This text has black color on #BDB7AD background.


White color preview on #BDB7AD background

This text has white color on #BDB7AD background.