COLOR #B6A0AF

HEX: #B6A0AF
RGB: (182,160,175)

Color info

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

RGB color model

#B6A0AF color RGB value is (182,160,175).

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

RGB channels and saturation

R 182 of 255 = 71%
G 160 of 255 = 63%
B 175 of 255 = 69%

182
160
175

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

Portions of RGB colors in percentages

R + G + B =
182 + 160 + 175 = 517 (100%)
R 182 of 517 ~ 35.2%
G 160 of 517 ~ 30.95%
B 175 of 517 ~ 33.85%

%35.2
%30.95
%33.85

CMYK color model

#B6A0AF color CMYK value is (0,12,4,29).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 3.85%
  • key color value is 28.63%
CMYK:
(0,12,4,29)
C0M12Y4K29 
(0%,12%,4%,29%)
(0.00/0.12/0.04/0.29)	

CMYK percentages

%0
%12.09
%3.85
%28.63

Codes

Color #B6A0AF in popluar color models

B6A0AF
RGB182160175
HSL319°13.10%67.06%
HSB/HSV319°12.09%71.37%
CMYK0.00%12.09%3.85%
28.63%

Color #B6A0AF in popluar number systems.

HEXB6A0AF
Decimal182160175
Binary101101101010000010101111
Octal266240257

Shades and tints

Shades of #B6A0AF

#B6A0AF
(182,160,175)
#A692A0
(166,146,160)
#968491
(150,132,145)
#867682
(134,118,130)
#766873
(118,104,115)
#665A64
(102,90,100)
#564C55
(86,76,85)
#463E46
(70,62,70)
#363037
(54,48,55)
#262228
(38,34,40)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #B6A0AF

#B6A0AF
(182,160,175)
#BCA8B6
(188,168,182)
#C2B0BD
(194,176,189)
#C8B8C4
(200,184,196)
#CEC0CB
(206,192,203)
#D4C8D2
(212,200,210)
#DAD0D9
(218,208,217)
#E0D8E0
(224,216,224)
#E6E0E7
(230,224,231)
#ECE8EE
(236,232,238)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A0AF; }

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

This text font color is #B6A0AF.


Background Color

.myBgColor { background-color: #B6A0AF; }

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

This div background color is #B6A0AF.


Border color

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

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

This div border color is #B6A0AF.


Opacity

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

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

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

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

This text has shadow with #B6A0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A0AF on black background.


Color preview on white background

This text has color #B6A0AF on white background.



Black color preview on #B6A0AF background

This text has black color on #B6A0AF background.


White color preview on #B6A0AF background

This text has white color on #B6A0AF background.