COLOR #B6AFA8

HEX: #B6AFA8
RGB: (182,175,168)

Color info

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

RGB color model

#B6AFA8 color RGB value is (182,175,168).

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

RGB channels and saturation

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

182
175
168

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

Portions of RGB colors in percentages

R + G + B =
182 + 175 + 168 = 525 (100%)
R 182 of 525 ~ 34.67%
G 175 of 525 ~ 33.33%
B 168 of 525 ~ 32%

%34.67
%33.33
%32

CMYK color model

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

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

CMYK percentages

%0
%3.85
%7.69
%28.63

Codes

Color #B6AFA8 in popluar color models

B6AFA8
RGB182175168
HSL30°8.75%68.63%
HSB/HSV30°7.69%71.37%
CMYK0.00%3.85%7.69%
28.63%

Color #B6AFA8 in popluar number systems.

HEXB6AFA8
Decimal182175168
Binary101101101010111110101000
Octal266257250

Shades and tints

Shades of #B6AFA8

#B6AFA8
(182,175,168)
#A6A099
(166,160,153)
#96918A
(150,145,138)
#86827B
(134,130,123)
#76736C
(118,115,108)
#66645D
(102,100,93)
#56554E
(86,85,78)
#46463F
(70,70,63)
#363730
(54,55,48)
#262821
(38,40,33)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #B6AFA8

#B6AFA8
(182,175,168)
#BCB6AF
(188,182,175)
#C2BDB6
(194,189,182)
#C8C4BD
(200,196,189)
#CECBC4
(206,203,196)
#D4D2CB
(212,210,203)
#DAD9D2
(218,217,210)
#E0E0D9
(224,224,217)
#E6E7E0
(230,231,224)
#ECEEE7
(236,238,231)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AFA8; }

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

This text font color is #B6AFA8.


Background Color

.myBgColor { background-color: #B6AFA8; }

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

This div background color is #B6AFA8.


Border color

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

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

This div border color is #B6AFA8.


Opacity

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

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

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

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

This text has shadow with #B6AFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AFA8 on black background.


Color preview on white background

This text has color #B6AFA8 on white background.



Black color preview on #B6AFA8 background

This text has black color on #B6AFA8 background.


White color preview on #B6AFA8 background

This text has white color on #B6AFA8 background.