COLOR #BAA5B5

HEX: #BAA5B5
RGB: (186,165,181)

Color info

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

RGB color model

#BAA5B5 color RGB value is (186,165,181).

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

RGB channels and saturation

R 186 of 255 = 73%
G 165 of 255 = 65%
B 181 of 255 = 71%

186
165
181

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

Portions of RGB colors in percentages

R + G + B =
186 + 165 + 181 = 532 (100%)
R 186 of 532 ~ 34.96%
G 165 of 532 ~ 31.02%
B 181 of 532 ~ 34.02%

%34.96
%31.02
%34.02

CMYK color model

#BAA5B5 color CMYK value is (0,11,3,27).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 2.69%
  • key color value is 27.06%
CMYK:
(0,11,3,27)
C0M11Y3K27 
(0%,11%,3%,27%)
(0.00/0.11/0.03/0.27)	

CMYK percentages

%0
%11.29
%2.69
%27.06

Codes

Color #BAA5B5 in popluar color models

BAA5B5
RGB186165181
HSL314°13.21%68.82%
HSB/HSV314°11.29%72.94%
CMYK0.00%11.29%2.69%
27.06%

Color #BAA5B5 in popluar number systems.

HEXBAA5B5
Decimal186165181
Binary101110101010010110110101
Octal272245265

Shades and tints

Shades of #BAA5B5

#BAA5B5
(186,165,181)
#AA96A5
(170,150,165)
#9A8795
(154,135,149)
#8A7885
(138,120,133)
#7A6975
(122,105,117)
#6A5A65
(106,90,101)
#5A4B55
(90,75,85)
#4A3C45
(74,60,69)
#3A2D35
(58,45,53)
#2A1E25
(42,30,37)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #BAA5B5

#BAA5B5
(186,165,181)
#C0ADBB
(192,173,187)
#C6B5C1
(198,181,193)
#CCBDC7
(204,189,199)
#D2C5CD
(210,197,205)
#D8CDD3
(216,205,211)
#DED5D9
(222,213,217)
#E4DDDF
(228,221,223)
#EAE5E5
(234,229,229)
#F0EDEB
(240,237,235)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA5B5; }

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

This text font color is #BAA5B5.


Background Color

.myBgColor { background-color: #BAA5B5; }

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

This div background color is #BAA5B5.


Border color

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

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

This div border color is #BAA5B5.


Opacity

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

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

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

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

This text has shadow with #BAA5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA5B5 on black background.


Color preview on white background

This text has color #BAA5B5 on white background.



Black color preview on #BAA5B5 background

This text has black color on #BAA5B5 background.


White color preview on #BAA5B5 background

This text has white color on #BAA5B5 background.