COLOR #BA9AB1

HEX: #BA9AB1
RGB: (186,154,177)

Color info

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

RGB color model

#BA9AB1 color RGB value is (186,154,177).

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

RGB channels and saturation

R 186 of 255 = 73%
G 154 of 255 = 60%
B 177 of 255 = 69%

186
154
177

R + G + B ~ 67%. #BA9AB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 154 + 177 = 517 (100%)
R 186 of 517 ~ 35.98%
G 154 of 517 ~ 29.79%
B 177 of 517 ~ 34.24%

%35.98
%29.79
%34.24

CMYK color model

#BA9AB1 color CMYK value is (0,17,5,27).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 4.84%
  • key color value is 27.06%
CMYK:
(0,17,5,27)
C0M17Y5K27 
(0%,17%,5%,27%)
(0.00/0.17/0.05/0.27)	

CMYK percentages

%0
%17.2
%4.84
%27.06

Codes

Color #BA9AB1 in popluar color models

BA9AB1
RGB186154177
HSL317°18.82%66.67%
HSB/HSV317°17.20%72.94%
CMYK0.00%17.20%4.84%
27.06%

Color #BA9AB1 in popluar number systems.

HEXBA9AB1
Decimal186154177
Binary101110101001101010110001
Octal272232261

Shades and tints

Shades of #BA9AB1

#BA9AB1
(186,154,177)
#AA8CA1
(170,140,161)
#9A7E91
(154,126,145)
#8A7081
(138,112,129)
#7A6271
(122,98,113)
#6A5461
(106,84,97)
#5A4651
(90,70,81)
#4A3841
(74,56,65)
#3A2A31
(58,42,49)
#2A1C21
(42,28,33)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #BA9AB1

#BA9AB1
(186,154,177)
#C0A3B8
(192,163,184)
#C6ACBF
(198,172,191)
#CCB5C6
(204,181,198)
#D2BECD
(210,190,205)
#D8C7D4
(216,199,212)
#DED0DB
(222,208,219)
#E4D9E2
(228,217,226)
#EAE2E9
(234,226,233)
#F0EBF0
(240,235,240)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9AB1; }

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

This text font color is #BA9AB1.


Background Color

.myBgColor { background-color: #BA9AB1; }

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

This div background color is #BA9AB1.


Border color

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

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

This div border color is #BA9AB1.


Opacity

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

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

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

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

This text has shadow with #BA9AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9AB1 on black background.


Color preview on white background

This text has color #BA9AB1 on white background.



Black color preview on #BA9AB1 background

This text has black color on #BA9AB1 background.


White color preview on #BA9AB1 background

This text has white color on #BA9AB1 background.