COLOR #B6AAAD

HEX: #B6AAAD RGB: (182,170,173)

Color info

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

RGB color model

#B6AAAD color RGB value is (182,170,173).

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

RGB channels and saturation

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

182
170
173

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

Portions of RGB colors in percentages

R + G + B = 182 + 170 + 173 = 525 (100%)
R 182 of 525 ~ 34.67%
G 170 of 525 ~ 32.38%
B 173 of 525 ~ 32.95'%

%34.67
%32.38
%32.95

CMYK color model

#B6AAAD color CMYK value is (0,7,5,29).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK: (0,7,5,29) C0M7Y5K29 (0%,7%,5%,29%) (0.00/0.07/0.05/0.29) 

CMYK percentages

%0
%6.59
%4.95
%28.63

Codes

Color #B6AAAD in popluar color models

B6 AA AD
RGB 182 170 173
HSL 345° 7.59% 69.02%
HSB/HSV 345° 6.59% 71.37%
CMYK 0.00% 6.59% 4.95%
28.63%

Color #B6AAAD in popluar number systems.

HEX B6 AA AD
Decimal 182 170 173
Binary 10110110 10101010 10101101
Octal 266 252 255

Shades and tints

Shades of #B6AAAD

#B6AAAD
(182,170,173)
#A69B9E
(166,155,158)
#968C8F
(150,140,143)
#867D80
(134,125,128)
#766E71
(118,110,113)
#665F62
(102,95,98)
#565053
(86,80,83)
#464144
(70,65,68)
#363235
(54,50,53)
#262326
(38,35,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B6AAAD

#B6AAAD
(182,170,173)
#BCB1B4
(188,177,180)
#C2B8BB
(194,184,187)
#C8BFC2
(200,191,194)
#CEC6C9
(206,198,201)
#D4CDD0
(212,205,208)
#DAD4D7
(218,212,215)
#E0DBDE
(224,219,222)
#E6E2E5
(230,226,229)
#ECE9EC
(236,233,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AAAD; }

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

This text font color is #B6AAAD.

Background Color

.myBgColor { background-color: #B6AAAD; }

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

This div background color is #B6AAAD.

Border color

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

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

This div border color is #B6AAAD.

Opacity

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

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

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

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

This text has shadow with #B6AAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AAAD.

Preview

Color preview on black background

This text has color #B6AAAD on black background.


Color preview on white background

This text has color #B6AAAD on white background.


Black color preview on #B6AAAD background

This text has black color on #B6AAAD background.


White color preview on #B6AAAD background

This text has white color on #B6AAAD background.


Related colors

Complementary color

Complementary color for #hex is #495552.


I love getcolorcode.com

Triadic colors

1 #ADB6AA and #AAADB6 with #B6AAAD are triadic colors.

2 #ADAAB6 and #AAB6AD with #B6AAAD are triadic colors.