COLOR #B6AF9F

HEX: #B6AF9F
RGB: (182,175,159)

Color info

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

RGB color model

#B6AF9F color RGB value is (182,175,159).

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

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 159 of 255 = 62%

182
175
159

R + G + B ~ 67%. #B6AF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 175 + 159 = 516 (100%)
R 182 of 516 ~ 35.27%
G 175 of 516 ~ 33.91%
B 159 of 516 ~ 30.81%

%35.27
%33.91
%30.81

CMYK color model

#B6AF9F color CMYK value is (0,4,13,29).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 12.64%
  • key color value is 28.63%
CMYK:
(0,4,13,29)
C0M4Y13K29 
(0%,4%,13%,29%)
(0.00/0.04/0.13/0.29)	

CMYK percentages

%0
%3.85
%12.64
%28.63

Codes

Color #B6AF9F in popluar color models

B6AF9F
RGB182175159
HSL42°13.61%66.86%
HSB/HSV42°12.64%71.37%
CMYK0.00%3.85%12.64%
28.63%

Color #B6AF9F in popluar number systems.

HEXB6AF9F
Decimal182175159
Binary101101101010111110011111
Octal266257237

Shades and tints

Shades of #B6AF9F

#B6AF9F
(182,175,159)
#A6A091
(166,160,145)
#969183
(150,145,131)
#868275
(134,130,117)
#767367
(118,115,103)
#666459
(102,100,89)
#56554B
(86,85,75)
#46463D
(70,70,61)
#36372F
(54,55,47)
#262821
(38,40,33)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #B6AF9F

#B6AF9F
(182,175,159)
#BCB6A7
(188,182,167)
#C2BDAF
(194,189,175)
#C8C4B7
(200,196,183)
#CECBBF
(206,203,191)
#D4D2C7
(212,210,199)
#DAD9CF
(218,217,207)
#E0E0D7
(224,224,215)
#E6E7DF
(230,231,223)
#ECEEE7
(236,238,231)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AF9F; }

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

This text font color is #B6AF9F.


Background Color

.myBgColor { background-color: #B6AF9F; }

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

This div background color is #B6AF9F.


Border color

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

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

This div border color is #B6AF9F.


Opacity

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

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

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

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

This text has shadow with #B6AF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AF9F on black background.


Color preview on white background

This text has color #B6AF9F on white background.



Black color preview on #B6AF9F background

This text has black color on #B6AF9F background.


White color preview on #B6AF9F background

This text has white color on #B6AF9F background.