COLOR #B6A6AE

HEX: #B6A6AE
RGB: (182,166,174)

Color info

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

RGB color model

#B6A6AE color RGB value is (182,166,174).

  • red value is 182;
  • green value is 166;
  • blue value is 174.
RGB:
(182,166,174)
(71%,65%,68%)

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 174 of 255 = 68%

182
166
174

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

Portions of RGB colors in percentages

R + G + B =
182 + 166 + 174 = 522 (100%)
R 182 of 522 ~ 34.87%
G 166 of 522 ~ 31.8%
B 174 of 522 ~ 33.33%

%34.87
%31.8
%33.33

CMYK color model

#B6A6AE color CMYK value is (0,9,4,29).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 4.40%
  • key color value is 28.63%
CMYK:
(0,9,4,29)
C0M9Y4K29 
(0%,9%,4%,29%)
(0.00/0.09/0.04/0.29)	

CMYK percentages

%0
%8.79
%4.4
%28.63

Codes

Color #B6A6AE in popluar color models

B6A6AE
RGB182166174
HSL330°9.88%68.24%
HSB/HSV330°8.79%71.37%
CMYK0.00%8.79%4.40%
28.63%

Color #B6A6AE in popluar number systems.

HEXB6A6AE
Decimal182166174
Binary101101101010011010101110
Octal266246256

Shades and tints

Shades of #B6A6AE

#B6A6AE
(182,166,174)
#A6979F
(166,151,159)
#968890
(150,136,144)
#867981
(134,121,129)
#766A72
(118,106,114)
#665B63
(102,91,99)
#564C54
(86,76,84)
#463D45
(70,61,69)
#362E36
(54,46,54)
#261F27
(38,31,39)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #B6A6AE

#B6A6AE
(182,166,174)
#BCAEB5
(188,174,181)
#C2B6BC
(194,182,188)
#C8BEC3
(200,190,195)
#CEC6CA
(206,198,202)
#D4CED1
(212,206,209)
#DAD6D8
(218,214,216)
#E0DEDF
(224,222,223)
#E6E6E6
(230,230,230)
#ECEEED
(236,238,237)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A6AE color. Also use rgb(182,166,174) instead hex code.

Text Font Color

.myTextColor { color: #B6A6AE; }

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

This text font color is #B6A6AE.


Background Color

.myBgColor { background-color: #B6A6AE; }

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

This div background color is #B6A6AE.


Border color

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

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

This div border color is #B6A6AE.


Opacity

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

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

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

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

This text has shadow with #B6A6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A6AE on black background.


Color preview on white background

This text has color #B6A6AE on white background.



Black color preview on #B6A6AE background

This text has black color on #B6A6AE background.


White color preview on #B6A6AE background

This text has white color on #B6A6AE background.