COLOR #B9BDA5

HEX: #B9BDA5
RGB: (185,189,165)

Color info

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

RGB color model

#B9BDA5 color RGB value is (185,189,165).

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

RGB channels and saturation

R 185 of 255 = 73%
G 189 of 255 = 74%
B 165 of 255 = 65%

185
189
165

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

Portions of RGB colors in percentages

R + G + B =
185 + 189 + 165 = 539 (100%)
R 185 of 539 ~ 34.32%
G 189 of 539 ~ 35.06%
B 165 of 539 ~ 30.61%

%34.32
%35.06
%30.61

CMYK color model

#B9BDA5 color CMYK value is (2,0,13,26).

  • cyan value is 2.12%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 25.88%
CMYK:
(2,0,13,26)
C2M0Y13K26 
(2%,0%,13%,26%)
(0.02/0.00/0.13/0.26)	

CMYK percentages

%2.12
%0
%12.7
%25.88

Codes

Color #B9BDA5 in popluar color models

B9BDA5
RGB185189165
HSL70°15.38%69.41%
HSB/HSV70°12.70%74.12%
CMYK2.12%0.00%12.70%
25.88%

Color #B9BDA5 in popluar number systems.

HEXB9BDA5
Decimal185189165
Binary101110011011110110100101
Octal271275245

Shades and tints

Shades of #B9BDA5

#B9BDA5
(185,189,165)
#A9AC96
(169,172,150)
#999B87
(153,155,135)
#898A78
(137,138,120)
#797969
(121,121,105)
#69685A
(105,104,90)
#59574B
(89,87,75)
#49463C
(73,70,60)
#39352D
(57,53,45)
#29241E
(41,36,30)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #B9BDA5

#B9BDA5
(185,189,165)
#BFC3AD
(191,195,173)
#C5C9B5
(197,201,181)
#CBCFBD
(203,207,189)
#D1D5C5
(209,213,197)
#D7DBCD
(215,219,205)
#DDE1D5
(221,225,213)
#E3E7DD
(227,231,221)
#E9EDE5
(233,237,229)
#EFF3ED
(239,243,237)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BDA5; }

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

This text font color is #B9BDA5.


Background Color

.myBgColor { background-color: #B9BDA5; }

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

This div background color is #B9BDA5.


Border color

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

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

This div border color is #B9BDA5.


Opacity

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

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

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

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

This text has shadow with #B9BDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BDA5 on black background.


Color preview on white background

This text has color #B9BDA5 on white background.



Black color preview on #B9BDA5 background

This text has black color on #B9BDA5 background.


White color preview on #B9BDA5 background

This text has white color on #B9BDA5 background.