COLOR #BDB7A5

HEX: #BDB7A5
RGB: (189,183,165)

Color info

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

RGB color model

#BDB7A5 color RGB value is (189,183,165).

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

RGB channels and saturation

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

189
183
165

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

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 165 = 537 (100%)
R 189 of 537 ~ 35.2%
G 183 of 537 ~ 34.08%
B 165 of 537 ~ 30.73%

%35.2
%34.08
%30.73

CMYK color model

#BDB7A5 color CMYK value is (0,3,13,26).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 12.70%
  • key color value is 25.88%
CMYK:
(0,3,13,26)
C0M3Y13K26 
(0%,3%,13%,26%)
(0.00/0.03/0.13/0.26)	

CMYK percentages

%0
%3.17
%12.7
%25.88

Codes

Color #BDB7A5 in popluar color models

BDB7A5
RGB189183165
HSL45°15.38%69.41%
HSB/HSV45°12.70%74.12%
CMYK0.00%3.17%12.70%
25.88%

Color #BDB7A5 in popluar number systems.

HEXBDB7A5
Decimal189183165
Binary101111011011011110100101
Octal275267245

Shades and tints

Shades of #BDB7A5

#BDB7A5
(189,183,165)
#ACA796
(172,167,150)
#9B9787
(155,151,135)
#8A8778
(138,135,120)
#797769
(121,119,105)
#68675A
(104,103,90)
#57574B
(87,87,75)
#46473C
(70,71,60)
#35372D
(53,55,45)
#24271E
(36,39,30)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #BDB7A5

#BDB7A5
(189,183,165)
#C3BDAD
(195,189,173)
#C9C3B5
(201,195,181)
#CFC9BD
(207,201,189)
#D5CFC5
(213,207,197)
#DBD5CD
(219,213,205)
#E1DBD5
(225,219,213)
#E7E1DD
(231,225,221)
#EDE7E5
(237,231,229)
#F3EDED
(243,237,237)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7A5; }

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

This text font color is #BDB7A5.


Background Color

.myBgColor { background-color: #BDB7A5; }

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

This div background color is #BDB7A5.


Border color

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

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

This div border color is #BDB7A5.


Opacity

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

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

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

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

This text has shadow with #BDB7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB7A5 on black background.


Color preview on white background

This text has color #BDB7A5 on white background.



Black color preview on #BDB7A5 background

This text has black color on #BDB7A5 background.


White color preview on #BDB7A5 background

This text has white color on #BDB7A5 background.