COLOR #B6C1A1

HEX: #B6C1A1
RGB: (182,193,161)

Color info

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

RGB color model

#B6C1A1 color RGB value is (182,193,161).

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

RGB channels and saturation

R 182 of 255 = 71%
G 193 of 255 = 76%
B 161 of 255 = 63%

182
193
161

R + G + B ~ 70%. #B6C1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 193 + 161 = 536 (100%)
R 182 of 536 ~ 33.96%
G 193 of 536 ~ 36.01%
B 161 of 536 ~ 30.04%

%33.96
%36.01
%30.04

CMYK color model

#B6C1A1 color CMYK value is (6,0,17,24).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 16.58%
  • key color value is 24.31%
CMYK:
(6,0,17,24)
C6M0Y17K24 
(6%,0%,17%,24%)
(0.06/0.00/0.17/0.24)	

CMYK percentages

%5.7
%0
%16.58
%24.31

Codes

Color #B6C1A1 in popluar color models

B6C1A1
RGB182193161
HSL81°20.51%69.41%
HSB/HSV81°16.58%75.69%
CMYK5.70%0.00%16.58%
24.31%

Color #B6C1A1 in popluar number systems.

HEXB6C1A1
Decimal182193161
Binary101101101100000110100001
Octal266301241

Shades and tints

Shades of #B6C1A1

#B6C1A1
(182,193,161)
#A6B093
(166,176,147)
#969F85
(150,159,133)
#868E77
(134,142,119)
#767D69
(118,125,105)
#666C5B
(102,108,91)
#565B4D
(86,91,77)
#464A3F
(70,74,63)
#363931
(54,57,49)
#262823
(38,40,35)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #B6C1A1

#B6C1A1
(182,193,161)
#BCC6A9
(188,198,169)
#C2CBB1
(194,203,177)
#C8D0B9
(200,208,185)
#CED5C1
(206,213,193)
#D4DAC9
(212,218,201)
#DADFD1
(218,223,209)
#E0E4D9
(224,228,217)
#E6E9E1
(230,233,225)
#ECEEE9
(236,238,233)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C1A1; }

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

This text font color is #B6C1A1.


Background Color

.myBgColor { background-color: #B6C1A1; }

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

This div background color is #B6C1A1.


Border color

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

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

This div border color is #B6C1A1.


Opacity

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

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

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

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

This text has shadow with #B6C1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C1A1 on black background.


Color preview on white background

This text has color #B6C1A1 on white background.



Black color preview on #B6C1A1 background

This text has black color on #B6C1A1 background.


White color preview on #B6C1A1 background

This text has white color on #B6C1A1 background.