COLOR #BAA1B1

HEX: #BAA1B1
RGB: (186,161,177)

Color info

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

RGB color model

#BAA1B1 color RGB value is (186,161,177).

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

RGB channels and saturation

R 186 of 255 = 73%
G 161 of 255 = 63%
B 177 of 255 = 69%

186
161
177

R + G + B ~ 68%. #BAA1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 161 + 177 = 524 (100%)
R 186 of 524 ~ 35.5%
G 161 of 524 ~ 30.73%
B 177 of 524 ~ 33.78%

%35.5
%30.73
%33.78

CMYK color model

#BAA1B1 color CMYK value is (0,13,5,27).

  • cyan value is 0.00%
  • magenta value is 13.44%
  • yellow value is 4.84%
  • key color value is 27.06%
CMYK:
(0,13,5,27)
C0M13Y5K27 
(0%,13%,5%,27%)
(0.00/0.13/0.05/0.27)	

CMYK percentages

%0
%13.44
%4.84
%27.06

Codes

Color #BAA1B1 in popluar color models

BAA1B1
RGB186161177
HSL322°15.34%68.04%
HSB/HSV322°13.44%72.94%
CMYK0.00%13.44%4.84%
27.06%

Color #BAA1B1 in popluar number systems.

HEXBAA1B1
Decimal186161177
Binary101110101010000110110001
Octal272241261

Shades and tints

Shades of #BAA1B1

#BAA1B1
(186,161,177)
#AA93A1
(170,147,161)
#9A8591
(154,133,145)
#8A7781
(138,119,129)
#7A6971
(122,105,113)
#6A5B61
(106,91,97)
#5A4D51
(90,77,81)
#4A3F41
(74,63,65)
#3A3131
(58,49,49)
#2A2321
(42,35,33)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #BAA1B1

#BAA1B1
(186,161,177)
#C0A9B8
(192,169,184)
#C6B1BF
(198,177,191)
#CCB9C6
(204,185,198)
#D2C1CD
(210,193,205)
#D8C9D4
(216,201,212)
#DED1DB
(222,209,219)
#E4D9E2
(228,217,226)
#EAE1E9
(234,225,233)
#F0E9F0
(240,233,240)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA1B1; }

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

This text font color is #BAA1B1.


Background Color

.myBgColor { background-color: #BAA1B1; }

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

This div background color is #BAA1B1.


Border color

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

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

This div border color is #BAA1B1.


Opacity

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

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

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

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

This text has shadow with #BAA1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA1B1 on black background.


Color preview on white background

This text has color #BAA1B1 on white background.



Black color preview on #BAA1B1 background

This text has black color on #BAA1B1 background.


White color preview on #BAA1B1 background

This text has white color on #BAA1B1 background.