COLOR #B6A7AF

HEX: #B6A7AF RGB: (182,167,175)

Color info

#B6A7AF contains red, green and blue colors in about the same proportion. Web safe color of #B6A7AF is #CC9999 (or #C99).

RGB color model

#B6A7AF color RGB value is (182,167,175).

RGB: (182,167,175) (71%, 65%, 69%)

RGB channels and saturation

R 182 of 255 = 71%
G 167 of 255 = 65%
B 175 of 255 = 69%

182
167
175

R + G + B ~ 68%. #B6A7AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 167 + 175 = 524 (100%)
R 182 of 524 ~ 34.73%
G 167 of 524 ~ 31.87%
B 175 of 524 ~ 33.4'%

%34.73
%31.87
%33.4

CMYK color model

#B6A7AF color CMYK value is (0,8,4,29).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 3.85%
  • key color value is 28.63%
CMYK: (0,8,4,29) C0M8Y4K29 (0%,8%,4%,29%) (0.00/0.08/0.04/0.29) 

CMYK percentages

%0
%8.24
%3.85
%28.63

Codes

Color #B6A7AF in popluar color models

B6 A7 AF
RGB 182 167 175
HSL 328° 9.32% 68.43%
HSB/HSV 328° 8.24% 71.37%
CMYK 0.00% 8.24% 3.85%
28.63%

Color #B6A7AF in popluar number systems.

HEX B6 A7 AF
Decimal 182 167 175
Binary 10110110 10100111 10101111
Octal 266 247 257

Shades and tints

Shades of #B6A7AF

#B6A7AF
(182,167,175)
#A698A0
(166,152,160)
#968991
(150,137,145)
#867A82
(134,122,130)
#766B73
(118,107,115)
#665C64
(102,92,100)
#564D55
(86,77,85)
#463E46
(70,62,70)
#362F37
(54,47,55)
#262028
(38,32,40)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #B6A7AF

#B6A7AF
(182,167,175)
#BCAFB6
(188,175,182)
#C2B7BD
(194,183,189)
#C8BFC4
(200,191,196)
#CEC7CB
(206,199,203)
#D4CFD2
(212,207,210)
#DAD7D9
(218,215,217)
#E0DFE0
(224,223,224)
#E6E7E7
(230,231,231)
#ECEFEE
(236,239,238)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A7AF color. Also use rgb(182,167,175) instead hex code.

Text Font Color

.myTextColor { color: #B6A7AF; }

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

This text font color is #B6A7AF.

Background Color

.myBgColor { background-color: #B6A7AF; }

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

This div background color is #B6A7AF.

Border color

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

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

This div border color is #B6A7AF.

Opacity

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

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

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

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

This text has shadow with #B6A7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A7AF.

Preview

Color preview on black background

This text has color #B6A7AF on black background.


Color preview on white background

This text has color #B6A7AF on white background.


Black color preview on #B6A7AF background

This text has black color on #B6A7AF background.


White color preview on #B6A7AF background

This text has white color on #B6A7AF background.


Related colors

Complementary color

Complementary color for #hex is #495850.


I love getcolorcode.com

Triadic colors

1 #AFB6A7 and #A7AFB6 with #B6A7AF are triadic colors.

2 #AFA7B6 and #A7B6AF with #B6A7AF are triadic colors.