COLOR #B6C1AB

HEX: #B6C1AB
RGB: (182,193,171)

Color info

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

RGB color model

#B6C1AB color RGB value is (182,193,171).

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

RGB channels and saturation

R 182 of 255 = 71%
G 193 of 255 = 76%
B 171 of 255 = 67%

182
193
171

R + G + B ~ 71%. #B6C1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 193 + 171 = 546 (100%)
R 182 of 546 ~ 33.33%
G 193 of 546 ~ 35.35%
B 171 of 546 ~ 31.32%

%33.33
%35.35
%31.32

CMYK color model

#B6C1AB color CMYK value is (6,0,11,24).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 24.31%
CMYK:
(6,0,11,24)
C6M0Y11K24 
(6%,0%,11%,24%)
(0.06/0.00/0.11/0.24)	

CMYK percentages

%5.7
%0
%11.4
%24.31

Codes

Color #B6C1AB in popluar color models

B6C1AB
RGB182193171
HSL90°15.07%71.37%
HSB/HSV90°11.40%75.69%
CMYK5.70%0.00%11.40%
24.31%

Color #B6C1AB in popluar number systems.

HEXB6C1AB
Decimal182193171
Binary101101101100000110101011
Octal266301253

Shades and tints

Shades of #B6C1AB

#B6C1AB
(182,193,171)
#A6B09C
(166,176,156)
#969F8D
(150,159,141)
#868E7E
(134,142,126)
#767D6F
(118,125,111)
#666C60
(102,108,96)
#565B51
(86,91,81)
#464A42
(70,74,66)
#363933
(54,57,51)
#262824
(38,40,36)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #B6C1AB

#B6C1AB
(182,193,171)
#BCC6B2
(188,198,178)
#C2CBB9
(194,203,185)
#C8D0C0
(200,208,192)
#CED5C7
(206,213,199)
#D4DACE
(212,218,206)
#DADFD5
(218,223,213)
#E0E4DC
(224,228,220)
#E6E9E3
(230,233,227)
#ECEEEA
(236,238,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C1AB; }

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

This text font color is #B6C1AB.


Background Color

.myBgColor { background-color: #B6C1AB; }

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

This div background color is #B6C1AB.


Border color

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

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

This div border color is #B6C1AB.


Opacity

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

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

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

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

This text has shadow with #B6C1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C1AB on black background.


Color preview on white background

This text has color #B6C1AB on white background.



Black color preview on #B6C1AB background

This text has black color on #B6C1AB background.


White color preview on #B6C1AB background

This text has white color on #B6C1AB background.