COLOR #BDB6A5

HEX: #BDB6A5
RGB: (189,182,165)

Color info

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

RGB color model

#BDB6A5 color RGB value is (189,182,165).

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

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 165 of 255 = 65%

189
182
165

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

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 165 = 536 (100%)
R 189 of 536 ~ 35.26%
G 182 of 536 ~ 33.96%
B 165 of 536 ~ 30.78%

%35.26
%33.96
%30.78

CMYK color model

#BDB6A5 color CMYK value is (0,4,13,26).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 12.70%
  • key color value is 25.88%
CMYK:
(0,4,13,26)
C0M4Y13K26 
(0%,4%,13%,26%)
(0.00/0.04/0.13/0.26)	

CMYK percentages

%0
%3.7
%12.7
%25.88

Codes

Color #BDB6A5 in popluar color models

BDB6A5
RGB189182165
HSL43°15.38%69.41%
HSB/HSV43°12.70%74.12%
CMYK0.00%3.70%12.70%
25.88%

Color #BDB6A5 in popluar number systems.

HEXBDB6A5
Decimal189182165
Binary101111011011011010100101
Octal275266245

Shades and tints

Shades of #BDB6A5

#BDB6A5
(189,182,165)
#ACA696
(172,166,150)
#9B9687
(155,150,135)
#8A8678
(138,134,120)
#797669
(121,118,105)
#68665A
(104,102,90)
#57564B
(87,86,75)
#46463C
(70,70,60)
#35362D
(53,54,45)
#24261E
(36,38,30)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #BDB6A5

#BDB6A5
(189,182,165)
#C3BCAD
(195,188,173)
#C9C2B5
(201,194,181)
#CFC8BD
(207,200,189)
#D5CEC5
(213,206,197)
#DBD4CD
(219,212,205)
#E1DAD5
(225,218,213)
#E7E0DD
(231,224,221)
#EDE6E5
(237,230,229)
#F3ECED
(243,236,237)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6A5; }

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

This text font color is #BDB6A5.


Background Color

.myBgColor { background-color: #BDB6A5; }

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

This div background color is #BDB6A5.


Border color

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

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

This div border color is #BDB6A5.


Opacity

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

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

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

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

This text has shadow with #BDB6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB6A5 on black background.


Color preview on white background

This text has color #BDB6A5 on white background.



Black color preview on #BDB6A5 background

This text has black color on #BDB6A5 background.


White color preview on #BDB6A5 background

This text has white color on #BDB6A5 background.