COLOR #B6AEA9

HEX: #B6AEA9
RGB: (182,174,169)

Color info

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

RGB color model

#B6AEA9 color RGB value is (182,174,169).

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

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 169 of 255 = 66%

182
174
169

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

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 169 = 525 (100%)
R 182 of 525 ~ 34.67%
G 174 of 525 ~ 33.14%
B 169 of 525 ~ 32.19%

%34.67
%33.14
%32.19

CMYK color model

#B6AEA9 color CMYK value is (0,4,7,29).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 7.14%
  • key color value is 28.63%
CMYK:
(0,4,7,29)
C0M4Y7K29 
(0%,4%,7%,29%)
(0.00/0.04/0.07/0.29)	

CMYK percentages

%0
%4.4
%7.14
%28.63

Codes

Color #B6AEA9 in popluar color models

B6AEA9
RGB182174169
HSL23°8.18%68.82%
HSB/HSV23°7.14%71.37%
CMYK0.00%4.40%7.14%
28.63%

Color #B6AEA9 in popluar number systems.

HEXB6AEA9
Decimal182174169
Binary101101101010111010101001
Octal266256251

Shades and tints

Shades of #B6AEA9

#B6AEA9
(182,174,169)
#A69F9A
(166,159,154)
#96908B
(150,144,139)
#86817C
(134,129,124)
#76726D
(118,114,109)
#66635E
(102,99,94)
#56544F
(86,84,79)
#464540
(70,69,64)
#363631
(54,54,49)
#262722
(38,39,34)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #B6AEA9

#B6AEA9
(182,174,169)
#BCB5B0
(188,181,176)
#C2BCB7
(194,188,183)
#C8C3BE
(200,195,190)
#CECAC5
(206,202,197)
#D4D1CC
(212,209,204)
#DAD8D3
(218,216,211)
#E0DFDA
(224,223,218)
#E6E6E1
(230,230,225)
#ECEDE8
(236,237,232)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AEA9; }

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

This text font color is #B6AEA9.


Background Color

.myBgColor { background-color: #B6AEA9; }

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

This div background color is #B6AEA9.


Border color

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

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

This div border color is #B6AEA9.


Opacity

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

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

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

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

This text has shadow with #B6AEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AEA9 on black background.


Color preview on white background

This text has color #B6AEA9 on white background.



Black color preview on #B6AEA9 background

This text has black color on #B6AEA9 background.


White color preview on #B6AEA9 background

This text has white color on #B6AEA9 background.