COLOR #B6C9AB

HEX: #B6C9AB
RGB: (182,201,171)

Color info

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

RGB color model

#B6C9AB color RGB value is (182,201,171).

  • red value is 182;
  • green value is 201;
  • blue value is 171.
RGB:
(182,201,171)
(71%,79%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 171 of 255 = 67%

182
201
171

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

Portions of RGB colors in percentages

R + G + B =
182 + 201 + 171 = 554 (100%)
R 182 of 554 ~ 32.85%
G 201 of 554 ~ 36.28%
B 171 of 554 ~ 30.87%

%32.85
%36.28
%30.87

CMYK color model

#B6C9AB color CMYK value is (9,0,15,21).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 21.18%
CMYK:
(9,0,15,21)
C9M0Y15K21 
(9%,0%,15%,21%)
(0.09/0.00/0.15/0.21)	

CMYK percentages

%9.45
%0
%14.93
%21.18

Codes

Color #B6C9AB in popluar color models

B6C9AB
RGB182201171
HSL98°21.74%72.94%
HSB/HSV98°14.93%78.82%
CMYK9.45%0.00%14.93%
21.18%

Color #B6C9AB in popluar number systems.

HEXB6C9AB
Decimal182201171
Binary101101101100100110101011
Octal266311253

Shades and tints

Shades of #B6C9AB

#B6C9AB
(182,201,171)
#A6B79C
(166,183,156)
#96A58D
(150,165,141)
#86937E
(134,147,126)
#76816F
(118,129,111)
#666F60
(102,111,96)
#565D51
(86,93,81)
#464B42
(70,75,66)
#363933
(54,57,51)
#262724
(38,39,36)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #B6C9AB

#B6C9AB
(182,201,171)
#BCCDB2
(188,205,178)
#C2D1B9
(194,209,185)
#C8D5C0
(200,213,192)
#CED9C7
(206,217,199)
#D4DDCE
(212,221,206)
#DAE1D5
(218,225,213)
#E0E5DC
(224,229,220)
#E6E9E3
(230,233,227)
#ECEDEA
(236,237,234)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C9AB color. Also use rgb(182,201,171) instead hex code.

Text Font Color

.myTextColor { color: #B6C9AB; }

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

This text font color is #B6C9AB.


Background Color

.myBgColor { background-color: #B6C9AB; }

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

This div background color is #B6C9AB.


Border color

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

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

This div border color is #B6C9AB.


Opacity

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

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

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

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

This text has shadow with #B6C9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C9AB on black background.


Color preview on white background

This text has color #B6C9AB on white background.



Black color preview on #B6C9AB background

This text has black color on #B6C9AB background.


White color preview on #B6C9AB background

This text has white color on #B6C9AB background.