COLOR #B6B7A3

HEX: #B6B7A3
RGB: (182,183,163)

Color info

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

RGB color model

#B6B7A3 color RGB value is (182,183,163).

  • red value is 182;
  • green value is 183;
  • blue value is 163.
RGB:
(182,183,163)
(71%,72%,64%)

RGB channels and saturation

R 182 of 255 = 71%
G 183 of 255 = 72%
B 163 of 255 = 64%

182
183
163

R + G + B ~ 69%. #B6B7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 183 + 163 = 528 (100%)
R 182 of 528 ~ 34.47%
G 183 of 528 ~ 34.66%
B 163 of 528 ~ 30.87%

%34.47
%34.66
%30.87

CMYK color model

#B6B7A3 color CMYK value is (1,0,11,28).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 10.93%
  • key color value is 28.24%
CMYK:
(1,0,11,28)
C1M0Y11K28 
(1%,0%,11%,28%)
(0.01/0.00/0.11/0.28)	

CMYK percentages

%0.55
%0
%10.93
%28.24

Codes

Color #B6B7A3 in popluar color models

B6B7A3
RGB182183163
HSL63°12.20%67.84%
HSB/HSV63°10.93%71.76%
CMYK0.55%0.00%10.93%
28.24%

Color #B6B7A3 in popluar number systems.

HEXB6B7A3
Decimal182183163
Binary101101101011011110100011
Octal266267243

Shades and tints

Shades of #B6B7A3

#B6B7A3
(182,183,163)
#A6A795
(166,167,149)
#969787
(150,151,135)
#868779
(134,135,121)
#76776B
(118,119,107)
#66675D
(102,103,93)
#56574F
(86,87,79)
#464741
(70,71,65)
#363733
(54,55,51)
#262725
(38,39,37)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B6B7A3

#B6B7A3
(182,183,163)
#BCBDAB
(188,189,171)
#C2C3B3
(194,195,179)
#C8C9BB
(200,201,187)
#CECFC3
(206,207,195)
#D4D5CB
(212,213,203)
#DADBD3
(218,219,211)
#E0E1DB
(224,225,219)
#E6E7E3
(230,231,227)
#ECEDEB
(236,237,235)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B7A3 color. Also use rgb(182,183,163) instead hex code.

Text Font Color

.myTextColor { color: #B6B7A3; }

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

This text font color is #B6B7A3.


Background Color

.myBgColor { background-color: #B6B7A3; }

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

This div background color is #B6B7A3.


Border color

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

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

This div border color is #B6B7A3.


Opacity

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

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

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

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

This text has shadow with #B6B7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B7A3 on black background.


Color preview on white background

This text has color #B6B7A3 on white background.



Black color preview on #B6B7A3 background

This text has black color on #B6B7A3 background.


White color preview on #B6B7A3 background

This text has white color on #B6B7A3 background.