COLOR #BAA6B3

HEX: #BAA6B3 RGB: (186,166,179)

Color info

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

RGB color model

#BAA6B3 color RGB value is (186,166,179).

RGB: (186,166,179) (73%, 65%, 70%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 179 of 255 = 70%

186
166
179

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

Portions of RGB colors in percentages

R + G + B = 186 + 166 + 179 = 531 (100%)
R 186 of 531 ~ 35.03%
G 166 of 531 ~ 31.26%
B 179 of 531 ~ 33.71'%

%35.03
%31.26
%33.71

CMYK color model

#BAA6B3 color CMYK value is (0,11,4,27).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 3.76%
  • key color value is 27.06%
CMYK: (0,11,4,27) C0M11Y4K27 (0%,11%,4%,27%) (0.00/0.11/0.04/0.27) 

CMYK percentages

%0
%10.75
%3.76
%27.06

Codes

Color #BAA6B3 in popluar color models

BA A6 B3
RGB 186 166 179
HSL 321° 12.66% 69.02%
HSB/HSV 321° 10.75% 72.94%
CMYK 0.00% 10.75% 3.76%
27.06%

Color #BAA6B3 in popluar number systems.

HEX BA A6 B3
Decimal 186 166 179
Binary 10111010 10100110 10110011
Octal 272 246 263

Shades and tints

Shades of #BAA6B3

#BAA6B3
(186,166,179)
#AA97A3
(170,151,163)
#9A8893
(154,136,147)
#8A7983
(138,121,131)
#7A6A73
(122,106,115)
#6A5B63
(106,91,99)
#5A4C53
(90,76,83)
#4A3D43
(74,61,67)
#3A2E33
(58,46,51)
#2A1F23
(42,31,35)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #BAA6B3

#BAA6B3
(186,166,179)
#C0AEB9
(192,174,185)
#C6B6BF
(198,182,191)
#CCBEC5
(204,190,197)
#D2C6CB
(210,198,203)
#D8CED1
(216,206,209)
#DED6D7
(222,214,215)
#E4DEDD
(228,222,221)
#EAE6E3
(234,230,227)
#F0EEE9
(240,238,233)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA6B3 color. Also use rgb(186,166,179) instead hex code.

Text Font Color

.myTextColor { color: #BAA6B3; }

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

This text font color is #BAA6B3.

Background Color

.myBgColor { background-color: #BAA6B3; }

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

This div background color is #BAA6B3.

Border color

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

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

This div border color is #BAA6B3.

Opacity

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

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

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

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

This text has shadow with #BAA6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA6B3.

Preview

Color preview on black background

This text has color #BAA6B3 on black background.


Color preview on white background

This text has color #BAA6B3 on white background.


Black color preview on #BAA6B3 background

This text has black color on #BAA6B3 background.


White color preview on #BAA6B3 background

This text has white color on #BAA6B3 background.


Related colors

Complementary color

Complementary color for #hex is #45594C.


I love getcolorcode.com

Triadic colors

1 #B3BAA6 and #A6B3BA with #BAA6B3 are triadic colors.

2 #B3A6BA and #A6BAB3 with #BAA6B3 are triadic colors.