COLOR #B9CBAF

HEX: #B9CBAF
RGB: (185,203,175)

Color info

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

RGB color model

#B9CBAF color RGB value is (185,203,175).

  • red value is 185;
  • green value is 203;
  • blue value is 175.
RGB:
(185,203,175)
(73%,80%,69%)

RGB channels and saturation

R 185 of 255 = 73%
G 203 of 255 = 80%
B 175 of 255 = 69%

185
203
175

R + G + B ~ 74%. #B9CBAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 203 + 175 = 563 (100%)
R 185 of 563 ~ 32.86%
G 203 of 563 ~ 36.06%
B 175 of 563 ~ 31.08%

%32.86
%36.06
%31.08

CMYK color model

#B9CBAF color CMYK value is (9,0,14,20).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 20.39%
CMYK:
(9,0,14,20)
C9M0Y14K20 
(9%,0%,14%,20%)
(0.09/0.00/0.14/0.20)	

CMYK percentages

%8.87
%0
%13.79
%20.39

Codes

Color #B9CBAF in popluar color models

B9CBAF
RGB185203175
HSL99°21.21%74.12%
HSB/HSV99°13.79%79.61%
CMYK8.87%0.00%13.79%
20.39%

Color #B9CBAF in popluar number systems.

HEXB9CBAF
Decimal185203175
Binary101110011100101110101111
Octal271313257

Shades and tints

Shades of #B9CBAF

#B9CBAF
(185,203,175)
#A9B9A0
(169,185,160)
#99A791
(153,167,145)
#899582
(137,149,130)
#798373
(121,131,115)
#697164
(105,113,100)
#595F55
(89,95,85)
#494D46
(73,77,70)
#393B37
(57,59,55)
#292928
(41,41,40)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #B9CBAF

#B9CBAF
(185,203,175)
#BFCFB6
(191,207,182)
#C5D3BD
(197,211,189)
#CBD7C4
(203,215,196)
#D1DBCB
(209,219,203)
#D7DFD2
(215,223,210)
#DDE3D9
(221,227,217)
#E3E7E0
(227,231,224)
#E9EBE7
(233,235,231)
#EFEFEE
(239,239,238)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CBAF color. Also use rgb(185,203,175) instead hex code.

Text Font Color

.myTextColor { color: #B9CBAF; }

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

This text font color is #B9CBAF.


Background Color

.myBgColor { background-color: #B9CBAF; }

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

This div background color is #B9CBAF.


Border color

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

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

This div border color is #B9CBAF.


Opacity

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

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

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

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

This text has shadow with #B9CBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CBAF on black background.


Color preview on white background

This text has color #B9CBAF on white background.



Black color preview on #B9CBAF background

This text has black color on #B9CBAF background.


White color preview on #B9CBAF background

This text has white color on #B9CBAF background.