COLOR #B6B4AD

HEX: #B6B4AD RGB: (182,180,173)

Color info

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

RGB color model

#B6B4AD color RGB value is (182,180,173).

RGB: (182,180,173) (71%, 71%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 180 of 255 = 71%
B 173 of 255 = 68%

182
180
173

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

Portions of RGB colors in percentages

R + G + B = 182 + 180 + 173 = 535 (100%)
R 182 of 535 ~ 34.02%
G 180 of 535 ~ 33.64%
B 173 of 535 ~ 32.34'%

%34.02
%33.64
%32.34

CMYK color model

#B6B4AD color CMYK value is (0,1,5,29).

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 4.95%
  • key color value is 28.63%

CMYK: (0,1,5,29)
C0M1Y5K29 (0%, 1%, 5%, 29%)
(0.00 / 0.01 / 0.05 / 0.29)

CMYK percentages

%0
%1.1
%4.95
%28.63

Codes

Color #B6B4AD in popluar color models

B6 B4 AD
RGB 182 180 173
HSL 47° 5.81% 69.61%
HSB/HSV 47° 4.95% 71.37%
CMYK 0.00% 1.10% 4.95%
28.63%

Color #B6B4AD in popluar number systems.

HEX B6 B4 AD
Decimal 182 180 173
Binary 10110110 10110100 10101101
Octal 266 264 255

Shades and tints

Shades of #B6B4AD

#B6B4AD
(182,180,173)
#A6A49E
(166,164,158)
#96948F
(150,148,143)
#868480
(134,132,128)
#767471
(118,116,113)
#666462
(102,100,98)
#565453
(86,84,83)
#464444
(70,68,68)
#363435
(54,52,53)
#262426
(38,36,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B6B4AD

#B6B4AD
(182,180,173)
#BCBAB4
(188,186,180)
#C2C0BB
(194,192,187)
#C8C6C2
(200,198,194)
#CECCC9
(206,204,201)
#D4D2D0
(212,210,208)
#DAD8D7
(218,216,215)
#E0DEDE
(224,222,222)
#E6E4E5
(230,228,229)
#ECEAEC
(236,234,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B4AD; }

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

This text font color is #B6B4AD.

Background Color

.myBgColor { background-color: #B6B4AD; }

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

This div background color is #B6B4AD.

Border color

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

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

This div border color is #B6B4AD.

Opacity

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

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

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

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

This text has shadow with #B6B4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B4AD.

Preview

Color preview on black background

This text has color #B6B4AD on black background.


Color preview on white background

This text has color #B6B4AD on white background.


Black color preview on #B6B4AD background

This text has black color on #B6B4AD background.


White color preview on #B6B4AD background

This text has white color on #B6B4AD background.


Related colors

Complementary color

Complementary color for #hex is #494B52.


I love getcolorcode.com

Triadic colors

1 #ADB6B4 and #B4ADB6 with #B6B4AD are triadic colors.

2 #ADB4B6 and #B4B6AD with #B6B4AD are triadic colors.