COLOR #BA9AAD

HEX: #BA9AAD
RGB: (186,154,173)

Color info

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

RGB color model

#BA9AAD color RGB value is (186,154,173).

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

RGB channels and saturation

R 186 of 255 = 73%
G 154 of 255 = 60%
B 173 of 255 = 68%

186
154
173

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

Portions of RGB colors in percentages

R + G + B =
186 + 154 + 173 = 513 (100%)
R 186 of 513 ~ 36.26%
G 154 of 513 ~ 30.02%
B 173 of 513 ~ 33.72%

%36.26
%30.02
%33.72

CMYK color model

#BA9AAD color CMYK value is (0,17,7,27).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 6.99%
  • key color value is 27.06%
CMYK:
(0,17,7,27)
C0M17Y7K27 
(0%,17%,7%,27%)
(0.00/0.17/0.07/0.27)	

CMYK percentages

%0
%17.2
%6.99
%27.06

Codes

Color #BA9AAD in popluar color models

BA9AAD
RGB186154173
HSL324°18.82%66.67%
HSB/HSV324°17.20%72.94%
CMYK0.00%17.20%6.99%
27.06%

Color #BA9AAD in popluar number systems.

HEXBA9AAD
Decimal186154173
Binary101110101001101010101101
Octal272232255

Shades and tints

Shades of #BA9AAD

#BA9AAD
(186,154,173)
#AA8C9E
(170,140,158)
#9A7E8F
(154,126,143)
#8A7080
(138,112,128)
#7A6271
(122,98,113)
#6A5462
(106,84,98)
#5A4653
(90,70,83)
#4A3844
(74,56,68)
#3A2A35
(58,42,53)
#2A1C26
(42,28,38)
#1A0E17
(26,14,23)
#000000
(0,0,0)

Tints of #BA9AAD

#BA9AAD
(186,154,173)
#C0A3B4
(192,163,180)
#C6ACBB
(198,172,187)
#CCB5C2
(204,181,194)
#D2BEC9
(210,190,201)
#D8C7D0
(216,199,208)
#DED0D7
(222,208,215)
#E4D9DE
(228,217,222)
#EAE2E5
(234,226,229)
#F0EBEC
(240,235,236)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9AAD; }

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

This text font color is #BA9AAD.


Background Color

.myBgColor { background-color: #BA9AAD; }

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

This div background color is #BA9AAD.


Border color

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

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

This div border color is #BA9AAD.


Opacity

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

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

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

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

This text has shadow with #BA9AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9AAD on black background.


Color preview on white background

This text has color #BA9AAD on white background.



Black color preview on #BA9AAD background

This text has black color on #BA9AAD background.


White color preview on #BA9AAD background

This text has white color on #BA9AAD background.