COLOR #B6B4A5

HEX: #B6B4A5
RGB: (182,180,165)

Color info

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

RGB color model

#B6B4A5 color RGB value is (182,180,165).

  • red value is 182;
  • green value is 180;
  • blue value is 165.
RGB:
(182,180,165)
(71%,71%,65%)

RGB channels and saturation

R 182 of 255 = 71%
G 180 of 255 = 71%
B 165 of 255 = 65%

182
180
165

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

Portions of RGB colors in percentages

R + G + B =
182 + 180 + 165 = 527 (100%)
R 182 of 527 ~ 34.54%
G 180 of 527 ~ 34.16%
B 165 of 527 ~ 31.31%

%34.54
%34.16
%31.31

CMYK color model

#B6B4A5 color CMYK value is (0,1,9,29).

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 9.34%
  • key color value is 28.63%
CMYK:
(0,1,9,29)
C0M1Y9K29 
(0%,1%,9%,29%)
(0.00/0.01/0.09/0.29)	

CMYK percentages

%0
%1.1
%9.34
%28.63

Codes

Color #B6B4A5 in popluar color models

B6B4A5
RGB182180165
HSL53°10.43%68.04%
HSB/HSV53°9.34%71.37%
CMYK0.00%1.10%9.34%
28.63%

Color #B6B4A5 in popluar number systems.

HEXB6B4A5
Decimal182180165
Binary101101101011010010100101
Octal266264245

Shades and tints

Shades of #B6B4A5

#B6B4A5
(182,180,165)
#A6A496
(166,164,150)
#969487
(150,148,135)
#868478
(134,132,120)
#767469
(118,116,105)
#66645A
(102,100,90)
#56544B
(86,84,75)
#46443C
(70,68,60)
#36342D
(54,52,45)
#26241E
(38,36,30)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #B6B4A5

#B6B4A5
(182,180,165)
#BCBAAD
(188,186,173)
#C2C0B5
(194,192,181)
#C8C6BD
(200,198,189)
#CECCC5
(206,204,197)
#D4D2CD
(212,210,205)
#DAD8D5
(218,216,213)
#E0DEDD
(224,222,221)
#E6E4E5
(230,228,229)
#ECEAED
(236,234,237)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B4A5 color. Also use rgb(182,180,165) instead hex code.

Text Font Color

.myTextColor { color: #B6B4A5; }

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

This text font color is #B6B4A5.


Background Color

.myBgColor { background-color: #B6B4A5; }

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

This div background color is #B6B4A5.


Border color

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

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

This div border color is #B6B4A5.


Opacity

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

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

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

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

This text has shadow with #B6B4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B4A5 on black background.


Color preview on white background

This text has color #B6B4A5 on white background.



Black color preview on #B6B4A5 background

This text has black color on #B6B4A5 background.


White color preview on #B6B4A5 background

This text has white color on #B6B4A5 background.