COLOR #B9C6AB

HEX: #B9C6AB
RGB: (185,198,171)

Color info

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

RGB color model

#B9C6AB color RGB value is (185,198,171).

  • red value is 185;
  • green value is 198;
  • blue value is 171.
RGB:
(185,198,171)
(73%,78%,67%)

RGB channels and saturation

R 185 of 255 = 73%
G 198 of 255 = 78%
B 171 of 255 = 67%

185
198
171

R + G + B ~ 73%. #B9C6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 198 + 171 = 554 (100%)
R 185 of 554 ~ 33.39%
G 198 of 554 ~ 35.74%
B 171 of 554 ~ 30.87%

%33.39
%35.74
%30.87

CMYK color model

#B9C6AB color CMYK value is (7,0,14,22).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(7,0,14,22)
C7M0Y14K22 
(7%,0%,14%,22%)
(0.07/0.00/0.14/0.22)	

CMYK percentages

%6.57
%0
%13.64
%22.35

Codes

Color #B9C6AB in popluar color models

B9C6AB
RGB185198171
HSL89°19.15%72.35%
HSB/HSV89°13.64%77.65%
CMYK6.57%0.00%13.64%
22.35%

Color #B9C6AB in popluar number systems.

HEXB9C6AB
Decimal185198171
Binary101110011100011010101011
Octal271306253

Shades and tints

Shades of #B9C6AB

#B9C6AB
(185,198,171)
#A9B49C
(169,180,156)
#99A28D
(153,162,141)
#89907E
(137,144,126)
#797E6F
(121,126,111)
#696C60
(105,108,96)
#595A51
(89,90,81)
#494842
(73,72,66)
#393633
(57,54,51)
#292424
(41,36,36)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #B9C6AB

#B9C6AB
(185,198,171)
#BFCBB2
(191,203,178)
#C5D0B9
(197,208,185)
#CBD5C0
(203,213,192)
#D1DAC7
(209,218,199)
#D7DFCE
(215,223,206)
#DDE4D5
(221,228,213)
#E3E9DC
(227,233,220)
#E9EEE3
(233,238,227)
#EFF3EA
(239,243,234)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C6AB color. Also use rgb(185,198,171) instead hex code.

Text Font Color

.myTextColor { color: #B9C6AB; }

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

This text font color is #B9C6AB.


Background Color

.myBgColor { background-color: #B9C6AB; }

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

This div background color is #B9C6AB.


Border color

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

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

This div border color is #B9C6AB.


Opacity

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

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

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

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

This text has shadow with #B9C6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C6AB on black background.


Color preview on white background

This text has color #B9C6AB on white background.



Black color preview on #B9C6AB background

This text has black color on #B9C6AB background.


White color preview on #B9C6AB background

This text has white color on #B9C6AB background.