COLOR #B6AA9F

HEX: #B6AA9F
RGB: (182,170,159)

Color info

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

RGB color model

#B6AA9F color RGB value is (182,170,159).

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

RGB channels and saturation

R 182 of 255 = 71%
G 170 of 255 = 67%
B 159 of 255 = 62%

182
170
159

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

Portions of RGB colors in percentages

R + G + B =
182 + 170 + 159 = 511 (100%)
R 182 of 511 ~ 35.62%
G 170 of 511 ~ 33.27%
B 159 of 511 ~ 31.12%

%35.62
%33.27
%31.12

CMYK color model

#B6AA9F color CMYK value is (0,7,13,29).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 12.64%
  • key color value is 28.63%
CMYK:
(0,7,13,29)
C0M7Y13K29 
(0%,7%,13%,29%)
(0.00/0.07/0.13/0.29)	

CMYK percentages

%0
%6.59
%12.64
%28.63

Codes

Color #B6AA9F in popluar color models

B6AA9F
RGB182170159
HSL29°13.61%66.86%
HSB/HSV29°12.64%71.37%
CMYK0.00%6.59%12.64%
28.63%

Color #B6AA9F in popluar number systems.

HEXB6AA9F
Decimal182170159
Binary101101101010101010011111
Octal266252237

Shades and tints

Shades of #B6AA9F

#B6AA9F
(182,170,159)
#A69B91
(166,155,145)
#968C83
(150,140,131)
#867D75
(134,125,117)
#766E67
(118,110,103)
#665F59
(102,95,89)
#56504B
(86,80,75)
#46413D
(70,65,61)
#36322F
(54,50,47)
#262321
(38,35,33)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #B6AA9F

#B6AA9F
(182,170,159)
#BCB1A7
(188,177,167)
#C2B8AF
(194,184,175)
#C8BFB7
(200,191,183)
#CEC6BF
(206,198,191)
#D4CDC7
(212,205,199)
#DAD4CF
(218,212,207)
#E0DBD7
(224,219,215)
#E6E2DF
(230,226,223)
#ECE9E7
(236,233,231)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AA9F; }

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

This text font color is #B6AA9F.


Background Color

.myBgColor { background-color: #B6AA9F; }

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

This div background color is #B6AA9F.


Border color

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

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

This div border color is #B6AA9F.


Opacity

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

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

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

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

This text has shadow with #B6AA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AA9F on black background.


Color preview on white background

This text has color #B6AA9F on white background.



Black color preview on #B6AA9F background

This text has black color on #B6AA9F background.


White color preview on #B6AA9F background

This text has white color on #B6AA9F background.