COLOR #BAAAB6

HEX: #BAAAB6 RGB: (186,170,182)

Color info

#BAAAB6 contains red, green and blue colors in about the same proportion. Web safe color of #BAAAB6 is #CC99CC (or #C9C).

RGB color model

#BAAAB6 color RGB value is (186,170,182).

RGB: (186,170,182) (73%, 67%, 71%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 182 of 255 = 71%

186
170
182

R + G + B ~ 70%. #BAAAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 170 + 182 = 538 (100%)
R 186 of 538 ~ 34.57%
G 170 of 538 ~ 31.6%
B 182 of 538 ~ 33.83'%

%34.57
%31.6
%33.83

CMYK color model

#BAAAB6 color CMYK value is (0,9,2,27).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 2.15%
  • key color value is 27.06%

CMYK: (0,9,2,27)
C0M9Y2K27 (0%, 9%, 2%, 27%)
(0.00 / 0.09 / 0.02 / 0.27)

CMYK percentages

%0
%8.6
%2.15
%27.06

Codes

Color #BAAAB6 in popluar color models

BA AA B6
RGB 186 170 182
HSL 315° 10.39% 69.80%
HSB/HSV 315° 8.60% 72.94%
CMYK 0.00% 8.60% 2.15%
27.06%

Color #BAAAB6 in popluar number systems.

HEX BA AA B6
Decimal 186 170 182
Binary 10111010 10101010 10110110
Octal 272 252 266

Shades and tints

Shades of #BAAAB6

#BAAAB6
(186,170,182)
#AA9BA6
(170,155,166)
#9A8C96
(154,140,150)
#8A7D86
(138,125,134)
#7A6E76
(122,110,118)
#6A5F66
(106,95,102)
#5A5056
(90,80,86)
#4A4146
(74,65,70)
#3A3236
(58,50,54)
#2A2326
(42,35,38)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #BAAAB6

#BAAAB6
(186,170,182)
#C0B1BC
(192,177,188)
#C6B8C2
(198,184,194)
#CCBFC8
(204,191,200)
#D2C6CE
(210,198,206)
#D8CDD4
(216,205,212)
#DED4DA
(222,212,218)
#E4DBE0
(228,219,224)
#EAE2E6
(234,226,230)
#F0E9EC
(240,233,236)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAAB6; }

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

This text font color is #BAAAB6.

Background Color

.myBgColor { background-color: #BAAAB6; }

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

This div background color is #BAAAB6.

Border color

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

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

This div border color is #BAAAB6.

Opacity

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

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

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

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

This text has shadow with #BAAAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAAB6.

Preview

Color preview on black background

This text has color #BAAAB6 on black background.


Color preview on white background

This text has color #BAAAB6 on white background.


Black color preview on #BAAAB6 background

This text has black color on #BAAAB6 background.


White color preview on #BAAAB6 background

This text has white color on #BAAAB6 background.


Related colors

Complementary color

Complementary color for #hex is #455549.


I love getcolorcode.com

Triadic colors

1 #B6BAAA and #AAB6BA with #BAAAB6 are triadic colors.

2 #B6AABA and #AABAB6 with #BAAAB6 are triadic colors.