COLOR #BAA5B1

HEX: #BAA5B1
RGB: (186,165,177)

Color info

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

RGB color model

#BAA5B1 color RGB value is (186,165,177).

  • red value is 186;
  • green value is 165;
  • blue value is 177.
RGB:
(186,165,177)
(73%,65%,69%)

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 177 of 255 = 69%

186
165
177

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

Portions of RGB colors in percentages

R + G + B =
186 + 165 + 177 = 528 (100%)
R 186 of 528 ~ 35.23%
G 165 of 528 ~ 31.25%
B 177 of 528 ~ 33.52%

%35.23
%31.25
%33.52

CMYK color model

#BAA5B1 color CMYK value is (0,11,5,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 4.84%
  • key color value is 27.06%
CMYK:
(0,11,5,27)
C0M11Y5K27 
(0%,11%,5%,27%)
(0.00/0.11/0.05/0.27)	

CMYK percentages

%0
%11.29
%4.84
%27.06

Codes

Color #BAA5B1 in popluar color models

BAA5B1
RGB186165177
HSL326°13.21%68.82%
HSB/HSV326°11.29%72.94%
CMYK0.00%11.29%4.84%
27.06%

Color #BAA5B1 in popluar number systems.

HEXBAA5B1
Decimal186165177
Binary101110101010010110110001
Octal272245261

Shades and tints

Shades of #BAA5B1

#BAA5B1
(186,165,177)
#AA96A1
(170,150,161)
#9A8791
(154,135,145)
#8A7881
(138,120,129)
#7A6971
(122,105,113)
#6A5A61
(106,90,97)
#5A4B51
(90,75,81)
#4A3C41
(74,60,65)
#3A2D31
(58,45,49)
#2A1E21
(42,30,33)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #BAA5B1

#BAA5B1
(186,165,177)
#C0ADB8
(192,173,184)
#C6B5BF
(198,181,191)
#CCBDC6
(204,189,198)
#D2C5CD
(210,197,205)
#D8CDD4
(216,205,212)
#DED5DB
(222,213,219)
#E4DDE2
(228,221,226)
#EAE5E9
(234,229,233)
#F0EDF0
(240,237,240)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA5B1 color. Also use rgb(186,165,177) instead hex code.

Text Font Color

.myTextColor { color: #BAA5B1; }

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

This text font color is #BAA5B1.


Background Color

.myBgColor { background-color: #BAA5B1; }

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

This div background color is #BAA5B1.


Border color

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

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

This div border color is #BAA5B1.


Opacity

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

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

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

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

This text has shadow with #BAA5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA5B1 on black background.


Color preview on white background

This text has color #BAA5B1 on white background.



Black color preview on #BAA5B1 background

This text has black color on #BAA5B1 background.


White color preview on #BAA5B1 background

This text has white color on #BAA5B1 background.