COLOR #B6AFA9

HEX: #B6AFA9
RGB: (182,175,169)

Color info

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

RGB color model

#B6AFA9 color RGB value is (182,175,169).

  • red value is 182;
  • green value is 175;
  • blue value is 169.
RGB:
(182,175,169)
(71%,69%,66%)

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 169 of 255 = 66%

182
175
169

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

Portions of RGB colors in percentages

R + G + B =
182 + 175 + 169 = 526 (100%)
R 182 of 526 ~ 34.6%
G 175 of 526 ~ 33.27%
B 169 of 526 ~ 32.13%

%34.6
%33.27
%32.13

CMYK color model

#B6AFA9 color CMYK value is (0,4,7,29).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 7.14%
  • key color value is 28.63%
CMYK:
(0,4,7,29)
C0M4Y7K29 
(0%,4%,7%,29%)
(0.00/0.04/0.07/0.29)	

CMYK percentages

%0
%3.85
%7.14
%28.63

Codes

Color #B6AFA9 in popluar color models

B6AFA9
RGB182175169
HSL28°8.18%68.82%
HSB/HSV28°7.14%71.37%
CMYK0.00%3.85%7.14%
28.63%

Color #B6AFA9 in popluar number systems.

HEXB6AFA9
Decimal182175169
Binary101101101010111110101001
Octal266257251

Shades and tints

Shades of #B6AFA9

#B6AFA9
(182,175,169)
#A6A09A
(166,160,154)
#96918B
(150,145,139)
#86827C
(134,130,124)
#76736D
(118,115,109)
#66645E
(102,100,94)
#56554F
(86,85,79)
#464640
(70,70,64)
#363731
(54,55,49)
#262822
(38,40,34)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #B6AFA9

#B6AFA9
(182,175,169)
#BCB6B0
(188,182,176)
#C2BDB7
(194,189,183)
#C8C4BE
(200,196,190)
#CECBC5
(206,203,197)
#D4D2CC
(212,210,204)
#DAD9D3
(218,217,211)
#E0E0DA
(224,224,218)
#E6E7E1
(230,231,225)
#ECEEE8
(236,238,232)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AFA9; }

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

This text font color is #B6AFA9.


Background Color

.myBgColor { background-color: #B6AFA9; }

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

This div background color is #B6AFA9.


Border color

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

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

This div border color is #B6AFA9.


Opacity

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

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

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

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

This text has shadow with #B6AFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AFA9 on black background.


Color preview on white background

This text has color #B6AFA9 on white background.



Black color preview on #B6AFA9 background

This text has black color on #B6AFA9 background.


White color preview on #B6AFA9 background

This text has white color on #B6AFA9 background.