COLOR #BA7ABD

HEX: #BA7ABD
RGB: (186,122,189)

Color info

#BA7ABD contains mainly red and blue colors. Web safe color of #BA7ABD is #CC66CC (or #C6C).

RGB color model

#BA7ABD color RGB value is (186,122,189).

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

RGB channels and saturation

R 186 of 255 = 73%
G 122 of 255 = 48%
B 189 of 255 = 74%

186
122
189

R + G + B ~ 65%. #BA7ABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 122 + 189 = 497 (100%)
R 186 of 497 ~ 37.42%
G 122 of 497 ~ 24.55%
B 189 of 497 ~ 38.03%

%37.42
%24.55
%38.03

CMYK color model

#BA7ABD color CMYK value is (2,35,0,26).

  • cyan value is 1.59%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,35,0,26)
C2M35Y0K26 
(2%,35%,0%,26%)
(0.02/0.35/0.00/0.26)	

CMYK percentages

%1.59
%35.45
%0
%25.88

Codes

Color #BA7ABD in popluar color models

BA7ABD
RGB186122189
HSL297°33.67%60.98%
HSB/HSV297°35.45%74.12%
CMYK1.59%35.45%0.00%
25.88%

Color #BA7ABD in popluar number systems.

HEXBA7ABD
Decimal186122189
Binary10111010111101010111101
Octal272172275

Shades and tints

Shades of #BA7ABD

#BA7ABD
(186,122,189)
#AA6FAC
(170,111,172)
#9A649B
(154,100,155)
#8A598A
(138,89,138)
#7A4E79
(122,78,121)
#6A4368
(106,67,104)
#5A3857
(90,56,87)
#4A2D46
(74,45,70)
#3A2235
(58,34,53)
#2A1724
(42,23,36)
#1A0C13
(26,12,19)
#000000
(0,0,0)

Tints of #BA7ABD

#BA7ABD
(186,122,189)
#C086C3
(192,134,195)
#C692C9
(198,146,201)
#CC9ECF
(204,158,207)
#D2AAD5
(210,170,213)
#D8B6DB
(216,182,219)
#DEC2E1
(222,194,225)
#E4CEE7
(228,206,231)
#EADAED
(234,218,237)
#F0E6F3
(240,230,243)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7ABD; }

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

This text font color is #BA7ABD.


Background Color

.myBgColor { background-color: #BA7ABD; }

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

This div background color is #BA7ABD.


Border color

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

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

This div border color is #BA7ABD.


Opacity

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

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

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

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

This text has shadow with #BA7ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7ABD on black background.


Color preview on white background

This text has color #BA7ABD on white background.



Black color preview on #BA7ABD background

This text has black color on #BA7ABD background.


White color preview on #BA7ABD background

This text has white color on #BA7ABD background.