COLOR #B6CBAB

HEX: #B6CBAB
RGB: (182,203,171)

Color info

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

RGB color model

#B6CBAB color RGB value is (182,203,171).

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

RGB channels and saturation

R 182 of 255 = 71%
G 203 of 255 = 80%
B 171 of 255 = 67%

182
203
171

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

Portions of RGB colors in percentages

R + G + B =
182 + 203 + 171 = 556 (100%)
R 182 of 556 ~ 32.73%
G 203 of 556 ~ 36.51%
B 171 of 556 ~ 30.76%

%32.73
%36.51
%30.76

CMYK color model

#B6CBAB color CMYK value is (10,0,16,20).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 20.39%
CMYK:
(10,0,16,20)
C10M0Y16K20 
(10%,0%,16%,20%)
(0.10/0.00/0.16/0.20)	

CMYK percentages

%10.34
%0
%15.76
%20.39

Codes

Color #B6CBAB in popluar color models

B6CBAB
RGB182203171
HSL99°23.53%73.33%
HSB/HSV99°15.76%79.61%
CMYK10.34%0.00%15.76%
20.39%

Color #B6CBAB in popluar number systems.

HEXB6CBAB
Decimal182203171
Binary101101101100101110101011
Octal266313253

Shades and tints

Shades of #B6CBAB

#B6CBAB
(182,203,171)
#A6B99C
(166,185,156)
#96A78D
(150,167,141)
#86957E
(134,149,126)
#76836F
(118,131,111)
#667160
(102,113,96)
#565F51
(86,95,81)
#464D42
(70,77,66)
#363B33
(54,59,51)
#262924
(38,41,36)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #B6CBAB

#B6CBAB
(182,203,171)
#BCCFB2
(188,207,178)
#C2D3B9
(194,211,185)
#C8D7C0
(200,215,192)
#CEDBC7
(206,219,199)
#D4DFCE
(212,223,206)
#DAE3D5
(218,227,213)
#E0E7DC
(224,231,220)
#E6EBE3
(230,235,227)
#ECEFEA
(236,239,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CBAB; }

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

This text font color is #B6CBAB.


Background Color

.myBgColor { background-color: #B6CBAB; }

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

This div background color is #B6CBAB.


Border color

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

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

This div border color is #B6CBAB.


Opacity

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

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

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

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

This text has shadow with #B6CBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CBAB on black background.


Color preview on white background

This text has color #B6CBAB on white background.



Black color preview on #B6CBAB background

This text has black color on #B6CBAB background.


White color preview on #B6CBAB background

This text has white color on #B6CBAB background.