COLOR #B9BDAE

HEX: #B9BDAE
RGB: (185,189,174)

Color info

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

RGB color model

#B9BDAE color RGB value is (185,189,174).

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

RGB channels and saturation

R 185 of 255 = 73%
G 189 of 255 = 74%
B 174 of 255 = 68%

185
189
174

R + G + B ~ 72%. #B9BDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 189 + 174 = 548 (100%)
R 185 of 548 ~ 33.76%
G 189 of 548 ~ 34.49%
B 174 of 548 ~ 31.75%

%33.76
%34.49
%31.75

CMYK color model

#B9BDAE color CMYK value is (2,0,8,26).

  • cyan value is 2.12%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(2,0,8,26)
C2M0Y8K26 
(2%,0%,8%,26%)
(0.02/0.00/0.08/0.26)	

CMYK percentages

%2.12
%0
%7.94
%25.88

Codes

Color #B9BDAE in popluar color models

B9BDAE
RGB185189174
HSL76°10.20%71.18%
HSB/HSV76°7.94%74.12%
CMYK2.12%0.00%7.94%
25.88%

Color #B9BDAE in popluar number systems.

HEXB9BDAE
Decimal185189174
Binary101110011011110110101110
Octal271275256

Shades and tints

Shades of #B9BDAE

#B9BDAE
(185,189,174)
#A9AC9F
(169,172,159)
#999B90
(153,155,144)
#898A81
(137,138,129)
#797972
(121,121,114)
#696863
(105,104,99)
#595754
(89,87,84)
#494645
(73,70,69)
#393536
(57,53,54)
#292427
(41,36,39)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #B9BDAE

#B9BDAE
(185,189,174)
#BFC3B5
(191,195,181)
#C5C9BC
(197,201,188)
#CBCFC3
(203,207,195)
#D1D5CA
(209,213,202)
#D7DBD1
(215,219,209)
#DDE1D8
(221,225,216)
#E3E7DF
(227,231,223)
#E9EDE6
(233,237,230)
#EFF3ED
(239,243,237)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BDAE; }

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

This text font color is #B9BDAE.


Background Color

.myBgColor { background-color: #B9BDAE; }

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

This div background color is #B9BDAE.


Border color

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

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

This div border color is #B9BDAE.


Opacity

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

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

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

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

This text has shadow with #B9BDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BDAE on black background.


Color preview on white background

This text has color #B9BDAE on white background.



Black color preview on #B9BDAE background

This text has black color on #B9BDAE background.


White color preview on #B9BDAE background

This text has white color on #B9BDAE background.