COLOR #B6C6A1

HEX: #B6C6A1
RGB: (182,198,161)

Color info

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

RGB color model

#B6C6A1 color RGB value is (182,198,161).

  • red value is 182;
  • green value is 198;
  • blue value is 161.
RGB:
(182,198,161)
(71%,78%,63%)

RGB channels and saturation

R 182 of 255 = 71%
G 198 of 255 = 78%
B 161 of 255 = 63%

182
198
161

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

Portions of RGB colors in percentages

R + G + B =
182 + 198 + 161 = 541 (100%)
R 182 of 541 ~ 33.64%
G 198 of 541 ~ 36.6%
B 161 of 541 ~ 29.76%

%33.64
%36.6
%29.76

CMYK color model

#B6C6A1 color CMYK value is (8,0,19,22).

  • cyan value is 8.08%
  • magenta value is 0.00%
  • yellow value is 18.69%
  • key color value is 22.35%
CMYK:
(8,0,19,22)
C8M0Y19K22 
(8%,0%,19%,22%)
(0.08/0.00/0.19/0.22)	

CMYK percentages

%8.08
%0
%18.69
%22.35

Codes

Color #B6C6A1 in popluar color models

B6C6A1
RGB182198161
HSL86°24.50%70.39%
HSB/HSV86°18.69%77.65%
CMYK8.08%0.00%18.69%
22.35%

Color #B6C6A1 in popluar number systems.

HEXB6C6A1
Decimal182198161
Binary101101101100011010100001
Octal266306241

Shades and tints

Shades of #B6C6A1

#B6C6A1
(182,198,161)
#A6B493
(166,180,147)
#96A285
(150,162,133)
#869077
(134,144,119)
#767E69
(118,126,105)
#666C5B
(102,108,91)
#565A4D
(86,90,77)
#46483F
(70,72,63)
#363631
(54,54,49)
#262423
(38,36,35)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #B6C6A1

#B6C6A1
(182,198,161)
#BCCBA9
(188,203,169)
#C2D0B1
(194,208,177)
#C8D5B9
(200,213,185)
#CEDAC1
(206,218,193)
#D4DFC9
(212,223,201)
#DAE4D1
(218,228,209)
#E0E9D9
(224,233,217)
#E6EEE1
(230,238,225)
#ECF3E9
(236,243,233)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C6A1 color. Also use rgb(182,198,161) instead hex code.

Text Font Color

.myTextColor { color: #B6C6A1; }

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

This text font color is #B6C6A1.


Background Color

.myBgColor { background-color: #B6C6A1; }

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

This div background color is #B6C6A1.


Border color

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

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

This div border color is #B6C6A1.


Opacity

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

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

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

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

This text has shadow with #B6C6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C6A1 on black background.


Color preview on white background

This text has color #B6C6A1 on white background.



Black color preview on #B6C6A1 background

This text has black color on #B6C6A1 background.


White color preview on #B6C6A1 background

This text has white color on #B6C6A1 background.