COLOR #BAA9BD

HEX: #BAA9BD
RGB: (186,169,189)

Color info

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

RGB color model

#BAA9BD color RGB value is (186,169,189).

  • red value is 186;
  • green value is 169;
  • blue value is 189.
RGB:
(186,169,189)
(73%,66%,74%)

RGB channels and saturation

R 186 of 255 = 73%
G 169 of 255 = 66%
B 189 of 255 = 74%

186
169
189

R + G + B ~ 71%. #BAA9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 169 + 189 = 544 (100%)
R 186 of 544 ~ 34.19%
G 169 of 544 ~ 31.07%
B 189 of 544 ~ 34.74%

%34.19
%31.07
%34.74

CMYK color model

#BAA9BD color CMYK value is (2,11,0,26).

  • cyan value is 1.59%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,11,0,26)
C2M11Y0K26 
(2%,11%,0%,26%)
(0.02/0.11/0.00/0.26)	

CMYK percentages

%1.59
%10.58
%0
%25.88

Codes

Color #BAA9BD in popluar color models

BAA9BD
RGB186169189
HSL291°13.16%70.20%
HSB/HSV291°10.58%74.12%
CMYK1.59%10.58%0.00%
25.88%

Color #BAA9BD in popluar number systems.

HEXBAA9BD
Decimal186169189
Binary101110101010100110111101
Octal272251275

Shades and tints

Shades of #BAA9BD

#BAA9BD
(186,169,189)
#AA9AAC
(170,154,172)
#9A8B9B
(154,139,155)
#8A7C8A
(138,124,138)
#7A6D79
(122,109,121)
#6A5E68
(106,94,104)
#5A4F57
(90,79,87)
#4A4046
(74,64,70)
#3A3135
(58,49,53)
#2A2224
(42,34,36)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #BAA9BD

#BAA9BD
(186,169,189)
#C0B0C3
(192,176,195)
#C6B7C9
(198,183,201)
#CCBECF
(204,190,207)
#D2C5D5
(210,197,213)
#D8CCDB
(216,204,219)
#DED3E1
(222,211,225)
#E4DAE7
(228,218,231)
#EAE1ED
(234,225,237)
#F0E8F3
(240,232,243)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA9BD color. Also use rgb(186,169,189) instead hex code.

Text Font Color

.myTextColor { color: #BAA9BD; }

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

This text font color is #BAA9BD.


Background Color

.myBgColor { background-color: #BAA9BD; }

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

This div background color is #BAA9BD.


Border color

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

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

This div border color is #BAA9BD.


Opacity

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

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

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

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

This text has shadow with #BAA9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA9BD on black background.


Color preview on white background

This text has color #BAA9BD on white background.



Black color preview on #BAA9BD background

This text has black color on #BAA9BD background.


White color preview on #BAA9BD background

This text has white color on #BAA9BD background.