COLOR #B6AEAA

HEX: #B6AEAA RGB: (182,174,170)

Color info

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

RGB color model

#B6AEAA color RGB value is (182,174,170).

RGB: (182,174,170) (71%, 68%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 170 of 255 = 67%

182
174
170

R + G + B ~ 69%. #B6AEAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 174 + 170 = 526 (100%)
R 182 of 526 ~ 34.6%
G 174 of 526 ~ 33.08%
B 170 of 526 ~ 32.32'%

%34.6
%33.08
%32.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 6.59%
  • 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
%6.59
%28.63

Codes

Color #B6AEAA in popluar color models

B6 AE AA
RGB 182 174 170
HSL 20° 7.59% 69.02%
HSB/HSV 20° 6.59% 71.37%
CMYK 0.00% 4.40% 6.59%
28.63%

Color #B6AEAA in popluar number systems.

HEX B6 AE AA
Decimal 182 174 170
Binary 10110110 10101110 10101010
Octal 266 256 252

Shades and tints

Shades of #B6AEAA

#B6AEAA
(182,174,170)
#A69F9B
(166,159,155)
#96908C
(150,144,140)
#86817D
(134,129,125)
#76726E
(118,114,110)
#66635F
(102,99,95)
#565450
(86,84,80)
#464541
(70,69,65)
#363632
(54,54,50)
#262723
(38,39,35)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #B6AEAA

#B6AEAA
(182,174,170)
#BCB5B1
(188,181,177)
#C2BCB8
(194,188,184)
#C8C3BF
(200,195,191)
#CECAC6
(206,202,198)
#D4D1CD
(212,209,205)
#DAD8D4
(218,216,212)
#E0DFDB
(224,223,219)
#E6E6E2
(230,230,226)
#ECEDE9
(236,237,233)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AEAA; }

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

This text font color is #B6AEAA.

Background Color

.myBgColor { background-color: #B6AEAA; }

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

This div background color is #B6AEAA.

Border color

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

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

This div border color is #B6AEAA.

Opacity

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

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

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

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

This text has shadow with #B6AEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AEAA.

Preview

Color preview on black background

This text has color #B6AEAA on black background.


Color preview on white background

This text has color #B6AEAA on white background.


Black color preview on #B6AEAA background

This text has black color on #B6AEAA background.


White color preview on #B6AEAA background

This text has white color on #B6AEAA background.


Related colors

Complementary color

Complementary color for #hex is #495155.


I love getcolorcode.com

Triadic colors

1 #AAB6AE and #AEAAB6 with #B6AEAA are triadic colors.

2 #AAAEB6 and #AEB6AA with #B6AEAA are triadic colors.