COLOR #BA8ABA

HEX: #BA8ABA
RGB: (186,138,186)

Color info

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

RGB color model

#BA8ABA color RGB value is (186,138,186).

  • red value is 186;
  • green value is 138;
  • blue value is 186.
RGB:
(186,138,186)
(73%,54%,73%)

RGB channels and saturation

R 186 of 255 = 73%
G 138 of 255 = 54%
B 186 of 255 = 73%

186
138
186

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

Portions of RGB colors in percentages

R + G + B =
186 + 138 + 186 = 510 (100%)
R 186 of 510 ~ 36.47%
G 138 of 510 ~ 27.06%
B 186 of 510 ~ 36.47%

%36.47
%27.06
%36.47

CMYK color model

#BA8ABA color CMYK value is (0,26,0,27).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(0,26,0,27)
C0M26Y0K27 
(0%,26%,0%,27%)
(0.00/0.26/0.00/0.27)	

CMYK percentages

%0
%25.81
%0
%27.06

Codes

Color #BA8ABA in popluar color models

BA8ABA
RGB186138186
HSL300°25.81%63.53%
HSB/HSV300°25.81%72.94%
CMYK0.00%25.81%0.00%
27.06%

Color #BA8ABA in popluar number systems.

HEXBA8ABA
Decimal186138186
Binary101110101000101010111010
Octal272212272

Shades and tints

Shades of #BA8ABA

#BA8ABA
(186,138,186)
#AA7EAA
(170,126,170)
#9A729A
(154,114,154)
#8A668A
(138,102,138)
#7A5A7A
(122,90,122)
#6A4E6A
(106,78,106)
#5A425A
(90,66,90)
#4A364A
(74,54,74)
#3A2A3A
(58,42,58)
#2A1E2A
(42,30,42)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #BA8ABA

#BA8ABA
(186,138,186)
#C094C0
(192,148,192)
#C69EC6
(198,158,198)
#CCA8CC
(204,168,204)
#D2B2D2
(210,178,210)
#D8BCD8
(216,188,216)
#DEC6DE
(222,198,222)
#E4D0E4
(228,208,228)
#EADAEA
(234,218,234)
#F0E4F0
(240,228,240)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8ABA; }

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

This text font color is #BA8ABA.


Background Color

.myBgColor { background-color: #BA8ABA; }

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

This div background color is #BA8ABA.


Border color

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

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

This div border color is #BA8ABA.


Opacity

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

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

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

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

This text has shadow with #BA8ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8ABA on black background.


Color preview on white background

This text has color #BA8ABA on white background.



Black color preview on #BA8ABA background

This text has black color on #BA8ABA background.


White color preview on #BA8ABA background

This text has white color on #BA8ABA background.